📌  相关文章
📜  如何在控制台中每帧统一打印一些东西 - C# 代码示例

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

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

// This will print in the console "Hello world!" every frame of the game