📜  打印文本 c# unity - C# 代码示例

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

代码示例1
/*in unity you have these two options.
  And the text will be printed in the Unity editors console.*/
Debug.Log("text you want to be printed");
print("text you want to be printed");