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

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.

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.

@HolBol’s solution didn’t work because there was no “Assets > Create Package”.
However, right clicking the prefab in the Project tab and using “Export Package …” worked! :slight_smile: