bevy_embedded_assets
bevy_embedded_assets copied to clipboard
Bevy plugin to embed assets in your game
Hello, I have a workspace with the following structure : > client > | assets > server > | assets But when I run/build one crate or the other, I...
I'm trying to setup a build process using [cross-rs](https://github.com/cross-rs/cross). Unfortunately, I have to manually specificy the `BEVY_ASSET_PATH` before the command. Also unfortunately, it's ran in a docker container so an...
Custom shaders doesn't works with this plugin.
Thanks for the great plugin, love it! There's a bug (in v0.11.0) when there is a relative path with ".." in a .gltf file. (.gltf files store 3D models and...
Please do some examples of how to use this plugin, I've tried to use tests but it does not work... Can you do an example of embedding .ogg and .png...