Merge pull request #69 from Severn17/main

修改编辑器下webgl  平台名字 宏问题
This commit is contained in:
ALEXTANG
2024-05-14 17:57:38 +08:00
committed by GitHub

View File

@@ -170,6 +170,8 @@ public static class SettingsUtils
return "Android"; return "Android";
#elif UNITY_IOS #elif UNITY_IOS
return "IOS"; return "IOS";
#elif UNITY_WEBGL
return "WebGL";
#else #else
switch (Application.platform) switch (Application.platform)
{ {