0.9 -> 0.10 migration errors #8033
Labels
C-Docs
An addition or correction to our documentation
M-Needs-Migration-Guide
A breaking change to Bevy's public API that needs to be noted in a migration guide
Here's a list of migration errors with no corresponding items in the migration guide:
add_system_to_stage()
to ... (?) There's not even a single example.ReportExecutionOrderAmbiguities
(likely:bevy::ecs::schedule::ScheduleBuildSettings::ambiguity_detection
)ModifiesWindows
(?)StageLabel
(?)MonitorSelection
moved to inner ofWindowPosition
,Window::monitor
field deletedApp::add_system_set()
removed, how to replace?ResMut<State<X>>
doesn't build anymore; this needs the newStates
trait which is not mentioned in the migration guideState::current()
(likelystate.0
). (NextState
is mentioned but it's not super clear either)(TODO : didn't finish my update)
The text was updated successfully, but these errors were encountered: