Unity3D判斷當前平臺

官方文檔:http://docs.unity3d.com/Manual/PlatformDependentCompilation.htmlhtml 文檔上有詳細說明,我在這裏再補充兩點:web 若是想判斷多個條件,能夠用 || 或 & 來組合 例如:windows #if UNITY_IOS || UNITY_ANDROID ...//這裏的代碼在IOS和Android平臺都會編譯 #endif
相關文章
相關標籤/搜索