vleue / bevy_embedded_assets

Bevy plugin to embed assets in your game
149 stars 10 forks source link

Which platforms are supported? #6

Closed frederickjjoubert closed 1 year ago

frederickjjoubert commented 1 year ago

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.

frederickjjoubert commented 1 year ago

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.