isnt there a way to have all assets installed permanently like my medieval village pack etc
yes I am just beginner so I know nothing but have started to watch digital tutors video
You can export assets to an asset package, and then import that package into all your new projects. I’m not sure what you’re asking though; by “each new game” do you mean every time you create a new Unity project, or just have the same assets load each time you load the one project? Because that’s what saving scenes is for.
yes every time I creat a new project ty
Export Package is under the Assets menu.
so for each scene I have to reload install assets? they r not in unity folder?
like water for instance
Not for each scene, for each project. When you create a new project, it is empty. Every scene in your project has access to all assets in your project.
If you want to create a scene that is setup like an existing scene, you can duplicate that scene.
so I have to reinstall each asset its not in a unity folder,so when I open unity and select new project
like as example medieval village,water
Yes. A project starts empty. You don’t want add stuff you don’t need for that project
Yes you have to install the package each time, but using an asset package saves you the majority of the work of importing assets. Rather than having to import everything individually, and link up textures to materials, and build prefabs and all the rest, everything just comes in all at once exactly as you had it setup when you exported the package.
ty so much! I will most likely have more questions appreciate ur time btw!