hi everyone,
how do you disable multiple levels from the build menu? i dont want them removed, just disabled so when i run test builds i only have to build the one level
i have a LOT of levels in this project, so clicking the check box 1 by 1 isnt really a valid option
You could try and make an editor script that builds some scenes only.
You can simply un-check the tick box next to the level (red arrow):
Note, however, how this changes the index number! (blue arrow) - So if you are loading levels by index rather than name, your code could break.
lol i know you can click the box, i said thats not an option in my post, see how you have 4 levels? what about 80 -.- checking 79 boxes to test 1 level, then checking them all back, just to uncheck them again… NO THANKS lol
that editor script may do the job, ill check it out thanks