mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user