普通输出
print(1);
print("xoboy");
Debug.Log(1);
Debug.Log("xoboy");
黄色警告
Debug.LogWarning("xoboy");
红色错误警告
Debug.LogError("xoboy");
普通输出
print(1);
print("xoboy");
Debug.Log(1);
Debug.Log("xoboy");
黄色警告
Debug.LogWarning("xoboy");
红色错误警告
Debug.LogError("xoboy");