Skip to content

Commit 10e8def

Browse files
committed
chore: add select auth method scene to build script
1 parent 6032492 commit 10e8def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/Assets/Editor/MacBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ static void BuildForAltTester()
1414
{
1515
BuildPlayerOptions buildPlayerOptions = new BuildPlayerOptions();
1616
buildPlayerOptions.scenes = new string[] {
17-
"Assets/Scenes/UnauthenticatedScene.unity", "Assets/Scenes/AuthenticatedScene.unity"
17+
"Assets/Scenes/SelectAuthMethod.unity", "Assets/Scenes/UnauthenticatedScene.unity", "Assets/Scenes/AuthenticatedScene.unity"
1818
};
1919

2020
buildPlayerOptions.locationPathName = "Builds/MacOS/SampleApp.app";

0 commit comments

Comments
 (0)