I’m on unity and I just spent a good 3 to 4 hours on there building the base of my VR chat world. And I want to close the app and to do that I need to save. I hit save, then it brings me to files. But it won’t let me save it to a file. How do I save it to a file? Is there a certain file I need to save it to or is there something wrong with the prefabs I have or something?
1 Answer
1I could use a bit more context, but I assume you just haven’t saved your scene. In Unity, the “world” is called a scene. You can save it anywhere in your project, but usually you would create your own folder for scenes, and save it there.
I tried that but every time I hit save it does nothing. No actions take place. It doesn't give me an error or anything.
– Deadwolfs66