using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class player : MonoBehaviour {
// Use this for intitialization
void start () {
print(1);// ( ) () ; ;
print (3223);
Debug.Log(1);
Debug.Log("3223");
Debug.logWarning("23423");
Debug.logError("");
}
// Update is called once per frame
void Update () {
}
}
// sf sfsd sdfsdf 第三方斯蒂芬斯蒂芬斯蒂芬
/*
sldkfjlsdkjfa lkjd
*/
/*
*
*
*
*
*/
注意:Error是错误,warning是警告
通过print是正常的输出,通过Debug是可以把日志输出分为三列
