Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

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
 
PREVIOUS NEXT
Tagged: #I #print #console #start #game #unity
ADD COMMENT
Topic
Name
1+2 =