Editor
Editor copied to clipboard
Add Support For Prefabs
trafficstars
- A prefab should be a scene
- A prefab should embed its materials / geometries / assets (scripts)
- A prefab can be instantiated but:
- Should not re-create meshes, use instances instead if source mesh already exists
- Should not re-create materials, should reuse materials if exist
- A prefab can be edited and:
- The scene should update all prefabs instantiated in it
- The source prefab should be re-saved