Mark UWP platform as deprecated
This commit is contained in:
@@ -257,6 +257,7 @@ namespace FlaxEditor.Windows
|
||||
break;
|
||||
case PlatformType.UWP:
|
||||
name = "Windows Store";
|
||||
layout.Label("UWP (Windows Store) platform has been deprecated and soon will be removed!", TextAlignment.Center).Label.TextColor = Color.Red;
|
||||
break;
|
||||
case PlatformType.Linux:
|
||||
name = "Linux";
|
||||
|
||||
Reference in New Issue
Block a user