Prefab Tip - Unity

Once done making an item that you will reuse in the game:


1.) Make an empty game object

2.) Put all of the components of the item into the empty game object

3.) give it a name

4.) drag it into your prefabs folder

Comments