Hello, I’m currently working on a large project that will have lots of models. Since every model will have at least one component (Collider) and material, should I create prefabs for each model? What do you think about structure below?
-
Models
- Category1
- xmodel
- Category2
- ymodel
- Category1
-
Prefabs
- Category1
- xmodel
- Category2
- ymodel
- Category1