ITADN

Allow pre-processing of blueprint asset paths

#257Openvveisard 创建于 2024-11-05
V
vveisardcommented
This is a feature request. I have a workspace with a few Bevy apps using bevy_web_asset and a web server so that I can share assets between those Bevy apps. I have run into a snag with this setup: Blenvy loads blueprints from the assets folder of the current Bevy app. I would like some way to pre-process blueprint asset paths, so that I can change the asset path to a url. Ideally this would be a hook function on the plugin configuration.
0 条评论