Editor icon indicating copy to clipboard operation
Editor copied to clipboard

Add Support For Prefabs

Open julien-moreau opened this issue 4 years ago • 0 comments
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

julien-moreau avatar Nov 21 '20 14:11 julien-moreau