Update ProcedureCheckVersion.cs

This commit is contained in:
ALEXTANG
2022-08-26 13:33:53 +08:00
parent 54d7a4558c
commit 6bdb44abc8

View File

@@ -296,10 +296,13 @@ namespace TEngine.Runtime
#if UNITY_STANDALONE_WIN
return "Windows";
#elif UNITY_EDITOR_OSX
return "IOS";
#elif UNITY_IOS
return "IOS";
#elif UNITY_ANDROID
return "Android";
#else
return "Unknow"
#endif
#else
// 这里和 PlatformUtility.GetPlatformPath() 对应。由 Unity.RuntimePlatform 得到 平台标识符