修改编辑器下webgl 平台名字 宏问题

This commit is contained in:
yangshiqi
2024-05-14 17:45:40 +08:00
parent f9f9122027
commit 39be280d88

View File

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