Unity3D(3)平臺宏定義

Platform dependent compilation
手冊:https://docs.unity3d.com/Manual/PlatformDependentCompilation.htmlhtml

經常使用平臺定義:
UNITY_EDITOR;UNITY_EDITOR_WIN;UNITY_IOS;UNITY_ANDROID
版本定義:
UNITY_X_Y_Z(UNITY_5_0_1)3d

相關文章
相關標籤/搜索