mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update SettingsUtils.cs
This commit is contained in:
@@ -187,6 +187,8 @@ public static class SettingsUtils
|
|||||||
|
|
||||||
case RuntimePlatform.Android:
|
case RuntimePlatform.Android:
|
||||||
return "Android";
|
return "Android";
|
||||||
|
case RuntimePlatform.WebGLPlayer:
|
||||||
|
return "WebGL";
|
||||||
default:
|
default:
|
||||||
throw new NotSupportedException($"Platform '{Application.platform.ToString()}' is not supported.");
|
throw new NotSupportedException($"Platform '{Application.platform.ToString()}' is not supported.");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user