We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The migration regarding TextureAtlas tells the user to use an UiImage.
TextureAtlas
UiImage
However a later section reveals that UiImage has been replaced and should be changed to ImageNode
ImageNode
The section for TextureAtlas should either explain the full migration, or at least point directly to the next step.
The text was updated successfully, but these errors were encountered:
For anyone else finding this: https://docs.rs/bevy/latest/bevy/prelude/struct.ImageNode.html ImageNode is apparently is the way.
Sorry, something went wrong.
No branches or pull requests
Problem
The migration regarding
TextureAtlas
tells the user to use anUiImage
.However a later section reveals that
UiImage
has been replaced and should be changed toImageNode
Solution
The section for
TextureAtlas
should either explain the full migration, or at least point directly to the next step.The text was updated successfully, but these errors were encountered: