mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
修改编辑器下webgl 平台名字 宏问题
This commit is contained in:
@@ -170,6 +170,8 @@ public static class SettingsUtils
|
||||
return "Android";
|
||||
#elif UNITY_IOS
|
||||
return "IOS";
|
||||
#elif UNITY_WEBGL
|
||||
return "WebGL";
|
||||
#else
|
||||
switch (Application.platform)
|
||||
{
|
||||
|
Reference in New Issue
Block a user