- Home /
Using groups of prefabs between projects
I have a group of Prefabs, Textures, Materials, Shaders, Scripts etc.. They are are linked together and I would like to easily use them between projects. I've tried just making a folder that contains all of them, and importing them into each project, but they never keep their linking and import settings.
I've read about AssetBundles, which are Pro Only. http://docs.unity3d.com/Documentation/Manual/AssetBundlesIntro.html
I plan to upgrade to Untiy Pro soon,for the time being is there a way to do this with Unity Free?
Can't you just export a package, or am I missing something?
Answer by OperationDogBird · Mar 13, 2013 at 11:01 PM
@robertbu is right, you will want to create a unity package.
Assets/Export Package
Just select all the assets you want to include in the package and export the package. This will preserve the links and make it easy to import into any unity project.