Hot load at runtime #4184
-
Hello! I want to creat a gallery of 3D assets based on Bevy which hot-load it from remote server, IPFS or folder on computer and add to the scene. Could anybody point me, how can I do this and is it possible at all? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Create a backend piece of software that scans and generates a scene.scn file based on an asset in your specified directory. Remarks
|
Beta Was this translation helpful? Give feedback.
Create a backend piece of software that scans and generates a scene.scn file based on an asset in your specified directory.
It should pack .scn into a new directory together with copied assets into your 3D gallery assets/scenes folder.
Create a bevy app that would scan assets/scenes for new scenes and spawn them to the gallery.
Remarks