Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render feature does not seem to be applied correctly #12

Closed
NiklasEi opened this issue Sep 5, 2021 · 0 comments
Closed

Render feature does not seem to be applied correctly #12

NiklasEi opened this issue Sep 5, 2021 · 0 comments

Comments

@NiklasEi
Copy link
Owner

NiklasEi commented Sep 5, 2021

The render feature of bevy_asset_loader controls whether the TextureAtlas assets can be used in the derive macro. It should be on by default and thus allow deriving AssetCollection for TextureAtlas fields. This does not seem to work in the context of bevy_game_template. Original comment on a different issue:


I don't know you mean which default features.

I'm just using your template https://github.com/NiklasEi/bevy_game_template and change the TextureAssets to use TextureAtlas in loading.rs and it reports that error.

And there is bevy = { version = "0.5.0", default-features = false }, I tried enable default features it still has that error.

If you mean default features of bevy_asset_loader then I think it's enabled.

Originally posted by @LeonLiuY in #7 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant