📌  相关文章
📜  如何在游戏统一开始时在控制台中打印一些东西 - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:46.681000             🧑  作者: Mango

代码示例1
void Start() {
    Debug.Log("Hello world!")
}

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