transform_hierarchy example doesn't seem to do anything #7433
Labels
A-Transform
Translations, rotations and scales
C-Bug
An unexpected or incorrect behavior
C-Examples
An addition or correction to our examples
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
X-Uncontroversial
This work is generally agreed upon
Bevy version
main
Relevant system information
What you did
cargo run --release --example transform_hierarchy chain
What went wrong
It's not clear how to use this tool to stress test things.
I had assumed that it was meant to be used with the
tracing
feature, but I don't think that works withoutLogPlugin
, which isn't included inMinimalPlugins
. At least, I can't gettracy
to connect to it.Additionally, it looks like it probably should have
HierarchyPlugin
.Additional information
Discovered this while attempting to benchmark #7264
The text was updated successfully, but these errors were encountered: