Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroHG committed Oct 9, 2024
1 parent ed7dc43 commit d460a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unity/Assets/Editor/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ private static List<string> GetAllScenePaths()
}

return scenes;
return scenes.Where(x => x.Contains("FloorPlan1_") || x.Contains("Procedural") || x.Contains("ProceduralAB") || x.Contains("Calibration_Room")).ToList();
// return scenes.Where(x => x.Contains("FloorPlan1_") || x.Contains("FloorPlan28_") || x.Contains("Procedural") || x.Contains("ProceduralAB") || x.Contains("Calibration_Room")).ToList();
// uncomment for faster builds for testing
return scenes; //.Where(x => x.Contains("Procedural.unity") || x.Contains("Procedural.unity")).ToList(); //.Where(x => x.Contains("FloorPlan1_") || x.Contains("Procedural")).ToList();
}
Expand Down

0 comments on commit d460a15

Please sign in to comment.