#if UNITY_EDITOR Debug.Log("Unity Editor"); #elif UNITY_IPHONE Debug.Log("Unity iPhone"); #else. Debug.Log("Any other platform"); #endif
確定! 回上一頁