Is there any way?

Well, im working on a 2d game the problem is that the level1 and level2 is in the asset and i both in scenes and assets, if i don’t have them both there it won’t load the level2 so is there any way to copy the level2 scene to scenes? i tried ctrl-c but nothing happend can’t find anything to move a copy over to scenes?

Anyone now how i can do it?

Why do you have a scenes folder outside of assets?

well, i saved them there.

FIXED! i found out the problem, the problem is that i needed to add a public static int secondlevel = 2; and Application.LoadLevel(“Level” + SecondLevel); and now its fixed <3