jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.1k stars 164 forks source link

Add new Schedule for all plugins in quick.rs #201

Closed oscrim closed 4 days ago

oscrim commented 1 week ago

Added the Schedule Inspect which runs after Update It works as expected when I ran the examples for the quick plugins.

Fixes #169

jakobhellermann commented 4 days ago

Thanks for the PR. I merged this manually in https://github.com/jakobhellermann/bevy-inspector-egui/commit/12d152273ac5036faa62d94c442084ed33666c03 since I had to replace .world with .world_mut().