willneedit / Arteranos

VR social app in a decentralized server-client model
Mozilla Public License 2.0
2 stars 1 forks source link

Include links for resources used in saved worlds #154

Closed willneedit closed 2 months ago

willneedit commented 3 months ago

Resources, like...

  1. glTF objects
  2. Kits
  3. Skyboxes
  4. Textures
  5. ...

... need to be linked into the saved world directory to prevent being lost.

Maybe I#ll create a dedicated node named "Resources" and the named subnodes like "Resources/glTF" for easy access and distinguishing.

Resources need to be listed from the WorldObjects (the asset itself), the Decoration info (e.g. a skybox or a background music), or a WorldObjectConponent (e.g. custom textures)