Add iOS to Game Cooker platforms

This commit is contained in:
Wojtek Figat
2023-04-12 22:29:21 +02:00
parent 8c94b56080
commit 047eb2eddf
4 changed files with 14 additions and 1 deletions

View File

@@ -948,6 +948,7 @@ namespace FlaxEditor.Modules
Proxy.Add(new SettingsProxy(typeof(LinuxPlatformSettings), Editor.Instance.Icons.LinuxSettings128));
Proxy.Add(new SettingsProxy(typeof(AndroidPlatformSettings), Editor.Instance.Icons.AndroidSettings128));
Proxy.Add(new SettingsProxy(typeof(MacPlatformSettings), Editor.Instance.Icons.Document128));
Proxy.Add(new SettingsProxy(typeof(iOSPlatformSettings), Editor.Instance.Icons.Document128));
var typePS4PlatformSettings = TypeUtils.GetManagedType(GameSettings.PS4PlatformSettingsTypename);
if (typePS4PlatformSettings != null)