- Home /
getting prefabs form project to another
i have created a new project, how do i get a prefab from one project in to another project, i made my level in a new scene so i made it all a prefab and want to get it into a different project, thank u all helpers :D
I think there is a way to make a "asset package" that you can put prefabs and other things in it and load them into different projects... I can't find a link to show you but, I believe they do exist. You might have better luck searching than I did.
Answer by HolBol · Sep 20, 2010 at 04:46 PM
Select the items you want to move, then go to assets > create package. Make sure export dependencies is ON, then click ok. That should have made a unitypackage file. Close down that project, then open the project you are moving to. Then go assets > import package, and import. Hope this helps, it works for me :D.
It just looks weird, .... in the end only the prefab will be exported, but it displays you a large list if many files use the prefab.
@ocimum, you can uncheck anything you don't want in the package.
Have they changed something? This wants to export my entire assets folder for one prefab.
Answer by TheFish657 · Oct 02, 2016 at 11:59 AM
Really simple. All of your prefabs are stored as a *.prefab file so you can literally copy that file in explorer to your other project.
Your answer
Follow this Question
Related Questions
Is it possible to merge 2 different projects from different computers? 0 Answers
Import Scene 0 Answers
Problems with Exported Game 1 Answer
Project into a single Scene 1 Answer
How to check if a component is on an instantiated prefab? 1 Answer