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 13fc526 commit a3438a8Copy full SHA for a3438a8
Editor/Platforms/Standalone/Build/BuildMacOS.cs
@@ -16,9 +16,8 @@ public sealed class BuildMacOS : ScriptableBuildStepWithOptions
16
{
17
#if UNITY_EDITOR_OSX
18
[SerializeField] private MacOSArchitecture m_architecture = default;
19
-#endif
20
[SerializeField] private bool m_createXcodeProject = false;
21
-
+#endif
22
public override BuildTarget Target => BuildTarget.StandaloneOSX;
23
24
public override async Task<BuildReport> Execute()
Editor/Platforms/WebGL/BuildWebGL.cs
@@ -56,6 +56,4 @@ public override async Task<BuildReport> Execute()
56
return report;
57
}
58
59
60
61
- }
+}
0 commit comments