Como faço para imprimir algo no console no início da unidade do jogo

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

// This code will print in the console "Hello world!" at the start of the game
ThePokedNoob