We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7ce2f commit 7186f41Copy full SHA for 7186f41
CustomProjectBuilder/CustomBuildAndRun.cs
@@ -26,7 +26,7 @@ public sealed class CustomBuildAndRun : EditorWindow
26
private const string Hotkey = "%F1";
27
private const string BuildFolderName = "Builds";
28
private const string ApplicationExecutionFormat = ".exe";
29
- private static readonly string ProductName = PlayerSettings.productName;
+ private static string ProductName => PlayerSettings.productName;
30
31
private int numberOfPlayers = 1;
32
0 commit comments