bevy_editor_prototypes
bevy_editor_prototypes copied to clipboard
Add editor UI schedule
trafficstars
Add an ECS schedule for updating the editor UI that runs after PostUpdate.
Right now we're doing UI updates in Update/PostUpdate, but I think it probably makes sense to have the editor plugin use a new EditorUi schedule inserted after PostUpdate.