bevy_editor_prototypes icon indicating copy to clipboard operation
bevy_editor_prototypes copied to clipboard

Add editor UI schedule

Open JMS55 opened this issue 10 months ago • 0 comments
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.

JMS55 avatar Jan 11 '25 18:01 JMS55