Open
0 of 4 issues completedOpen
0 of 4 issues completed
Description
What problem does this solve or what need does it fill?
After #11341, we now have a canonical place to store our native tools in a better way
What solution would you like?
The moval of the following tools:
- Aabb gizmos: #12354
- Light gizmos
- System stepping
- Camera controller
- Fps counter: Fps overlay #12382
And the creation of the new tools, like the following ones:
- Ui layout overlay: Add a gizmo-based overlay to show UI node outlines (Adopted) #11237
- Pipeline statistics: Integrate pipeline statistics with bevy_dev_tools #12541
- Diagnostics overlay: Diagnostic overlay dev tool #12560
- Schedule visualizer: Add a first-party schedule visualizer #10981
- Epilepsy warning: Tool for detecting potential triggers for photosensitive epilepsy during dev/playtest #8863
- Gpu timing overlay: Render node GPU timing overlay #8067
What alternative(s) have you considered?
None
Additional context
Message related of which tools we can try to move first:
https://discord.com/channels/691052431525675048/789987800014651412/1215063888064938064
See #11341 for more information.