Add warning about Web platform being not finished yet

This commit is contained in:
Wojtek Figat
2026-03-23 18:19:53 +01:00
parent b8d5ea595e
commit 90a0cc0e03

View File

@@ -602,6 +602,7 @@ namespace FlaxEditor.Windows
break;
case PlatformType.Web:
name = "Web";
layout.Label("Web platform is experimental and some features are not finished yet (eg. C# scripting)", TextAlignment.Center).Label.TextColor = Color.Yellow;
break;
default:
name = Utilities.Utils.GetPropertyNameUI(_platform.ToString());