Im beginer at unity, i have about 8 scenes but when i try to load scene it loads wrong scenes, but when i disable a few scenes it works correctly, anyone has idea how to fix this?
Hi,
always post some code how you load scenes, because we cannot guess what you are doing.
I guess that you are using the scene index to load them and they are in another order than expected in your editor scene list.
Check File → Build Profiles
yeah, i use load scene by index and in visual scripting, like on Destroy load scene by index so there`s not much to show, where should i find that “check files”?
Unity 6: Unity - Manual: Manage scenes in your build
Below Unity 6: Unity - Manual: Build Settings
index is right and everything works fine only if i remove from scene list 2 last scenes
