Hey Unity people,
I have a question, is it possible to switch between two or more scenes in unity that are not located in the same project. I mean if you creat a folder on desktop for example, is it possible to run them in another project by scripting?
Thanks in advance
No, all of your scenes and assets must be in a single project in order to switch between them and include them into a single build.
You can export your scene and dependency assets from your other project into a unity package, and then import that into your other project though.