We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633ba91 commit 47f83b3Copy full SHA for 47f83b3
Editor/OSXBuildSettings.cs
@@ -34,7 +34,7 @@ public class OSXBuildSettings : ScriptableObject
34
public OriginalBuildOption originalBuildOption = OriginalBuildOption.KeepOriginal;
35
[Tooltip("The time (in seconds) until the wsl process times out.")]
36
public int wslProcessTimeout = 60;
37
- [Tooltip("The checked, prints additional debugging information about the build process.")]
+ [Tooltip("If checked, prints additional debugging information about the build process.")]
38
public bool verboseLogging = false;
39
40
public static OSXBuildSettings Instance
0 commit comments