In the Project tab:
- I import a model.
- I create a new empty prefab.
- I drag the model onto the new prefab. Adds a “default” sub-item, examples:
The divergence:
I select the prefab, add a Box Collider. The collider is always a size of 1x1x1. I have to manually set the box size, scripts work great.
I select the default sub-item, add a Box Collider. The Box Collider is auto-sized correctly. However, it breaks all my scripts… because the box isn’t where the Unity expects them to be.
What IS this default sub-item? It appears to be “inheritance” of the model, sorta. How do I get the benefit of the auto-sizing box without using the default sub-item?
EDIT: Removed humor, added clarity.
Thanks!