📜  unity 向控制台发送消息 - C# 代码示例

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

代码示例2
// This Command Prints any Desired Message Into The Console 
// "InsertTextHere" is just for example, thats where your desired text goes.
Debug.Log("InsertTextHere");