Answers for "how do I print something in the console at the start of the game unity"

C#
2

how do I print something in the console at the start of the game unity

void Start() {
	Debug.Log("Hello world!")
}

// This code will print in the console "Hello world!" at the start of the game
Posted by: Guest on December-05-2020

Code answers related to "how do I print something in the console at the start of the game unity"

C# Answers by Framework

Browse Popular Code Answers by Language