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 6032492 commit 10e8defCopy full SHA for 10e8def
sample/Assets/Editor/MacBuilder.cs
@@ -14,7 +14,7 @@ static void BuildForAltTester()
14
{
15
BuildPlayerOptions buildPlayerOptions = new BuildPlayerOptions();
16
buildPlayerOptions.scenes = new string[] {
17
- "Assets/Scenes/UnauthenticatedScene.unity", "Assets/Scenes/AuthenticatedScene.unity"
+ "Assets/Scenes/SelectAuthMethod.unity", "Assets/Scenes/UnauthenticatedScene.unity", "Assets/Scenes/AuthenticatedScene.unity"
18
};
19
20
buildPlayerOptions.locationPathName = "Builds/MacOS/SampleApp.app";
0 commit comments