宏定义判断平台: //Android平台#if UNITY_ANDROID debug.log("Android");#endif //苹果平台#if UNITY_IPHONE debug.log("IOS");#endif //Windows平台#if ...
確定! 回上一頁