Animation.CrossFade 是什么?
动画淡入淡出
Application.LoadLevel 命令作用是什么?
加载关卡,已弃用
现在使用SceneManager.LoadScene
调式记录到控制台的命令是什么?
Debug.Log();
编辑器类存放路径是什么?
Asset/Editor
使用原生 GUI 创建一个可以拖动的窗口命令是什么?
GUI.DragWindow
localPosition 与 Position 的使用区别?
localPosition :自身坐标系,相对于父级的位置
Position :世界坐标系中的位置
Mathf.Round和Mathf.Clamp和Mathf.Lerp含义?
Mathf.Round:四舍五入
Mathf.Clamp:左右限值
Mathf.Lerp:插值
【重点面试题】写一个计时器工具,从整点开始,格式为00:00:00
分小时、分、秒