Answers for "console application to unity"

C#
3

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
1

how to type to console in unity

Debug.Log("Your Text");
Posted by: Guest on August-13-2021

Code answers related to "console application to unity"

C# Answers by Framework

Browse Popular Code Answers by Language