Impressão de unidade para console
// To print in the console use "Debug.Log()"
Debug.Log("Text");
SkelliBoi
// To print in the console use "Debug.Log()"
Debug.Log("Text");
Debug.Log("Hello, World");
void Start() {
Debug.Log("Hello world!")
}
// This code will print in the console "Hello world!" at the start of the game