Skip to content

Commit c6fec63

Browse files
committed
Try no scenes
1 parent 16b6ea4 commit c6fec63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/gha/integration_testing/AppBuilderHelper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ private static BuildPlayerOptions GetBuildOptions(BuildTarget target, string bui
430430
/// </summary>
431431
/// <returns>Array of with string corresponding to the found scene.</returns>
432432
private static string[] GetScenes() {
433+
return new string[] { };
433434
// Note: order is important. The first scene will determine the first scene
434435
// to be loaded on app startup, which needs to be the menu.
435436
string menuScene = "Menu.unity";

0 commit comments

Comments
 (0)