プラットフォーム判別. // Platform Dependent. #if UNITY_EDITOR Debug.Log("Unity Editor."); #else Debug.Log("Not Unity Editor."); #endif # ...
確定! 回上一頁