vleue / bevy_embedded_assets

Bevy plugin to embed assets in your game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Which platforms are supported?

frederickjjoubert opened this issue · comments

Which platforms are supported by this plugin?

I am wondering how to modify https://github.com/bevyengine/bevy_github_ci_template release workflow to exclude the assets since I am using this plugin to embed them in the binary.

I just tested this on Linux Mac and Windows and it's working well. In the release template (linked above) I simply removed the cp assets line from each of the release targets.

I have not tested WASM since that's not currently something I am targeting.