-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
A-UIGraphical user interfaces, styles, layouts, and widgetsGraphical user interfaces, styles, layouts, and widgetsC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examplesP-RegressionFunctionality that used to work but no longer does. Add a test for this!Functionality that used to work but no longer does. Add a test for this!
Milestone
Description
Bevy version
0.15.0-rc.1
What you did
Migrated to bevy 0.15.0-rc.1, fixed errors until code compiled.
What went wrong
The TextureAtlas
component on a sprite entity was silently ignored, because TextureAtlas
should now be a field of Sprite
instead -- but TextureAtlas
still impls Component
. This is because UiImage
still expects it as a component, which is inconsistent / confusing and should be fixed for 0.15.
Metadata
Metadata
Assignees
Labels
A-UIGraphical user interfaces, styles, layouts, and widgetsGraphical user interfaces, styles, layouts, and widgetsC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examplesP-RegressionFunctionality that used to work but no longer does. Add a test for this!Functionality that used to work but no longer does. Add a test for this!