public void MyMethod() { #if UNITY_EDITOR Debug.Log("This is the Unity Editor"); #else Debug.Log("This is a Runtime Build"); #endif }.
確定! 回上一頁