Missing resource Assets<TextureAtlas>
with specific feature combination
#8918
Labels
Assets<TextureAtlas>
with specific feature combination
#8918
Bevy version
0.10.1
[Optional] Relevant system information
If you cannot get Bevy to build or run on your machine, please include:
If your bug is rendering-related, copy the adapter info that appears when you run Bevy.
What you did
Bevy dependency with the following features:
main.rs:
What went wrong
What actually happened:
What I expected:
The app runs without crashing.
Looks like there is either a missing feature dependency or the texture atlas should be created when another feature is enabled.
The text was updated successfully, but these errors were encountered: