mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update ProcedureCheckVersion.cs
This commit is contained in:
@@ -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 得到 平台标识符
|
||||
|
Reference in New Issue
Block a user