mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
新的平台支持[Sony Console]
This commit is contained in:
@@ -14,7 +14,8 @@ namespace TEngine.Editor
|
||||
BuildTargetGroup.iOS,
|
||||
BuildTargetGroup.Android,
|
||||
BuildTargetGroup.WSA,
|
||||
BuildTargetGroup.WebGL
|
||||
BuildTargetGroup.WebGL,
|
||||
BuildTargetGroup.PS5
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
@@ -191,6 +191,9 @@ public static class SettingsUtils
|
||||
return "Android";
|
||||
case RuntimePlatform.WebGLPlayer:
|
||||
return "WebGL";
|
||||
|
||||
case RuntimePlatform.PS5:
|
||||
return "PS5";
|
||||
default:
|
||||
throw new NotSupportedException($"Platform '{Application.platform.ToString()}' is not supported.");
|
||||
}
|
||||
|
Reference in New Issue
Block a user