-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
transform_hierarchy example doesn't seem to do anything #7433
Copy link
Copy link
Closed
Labels
A-TransformTranslations, rotations and scalesTranslations, rotations and scalesC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorC-ExamplesAn addition or correction to our examplesAn addition or correction to our examplesD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with BevyS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!X-UncontroversialThis work is generally agreed uponThis work is generally agreed upon
Metadata
Metadata
Assignees
Labels
A-TransformTranslations, rotations and scalesTranslations, rotations and scalesC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorC-ExamplesAn addition or correction to our examplesAn addition or correction to our examplesD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with BevyS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!X-UncontroversialThis work is generally agreed uponThis work is generally agreed upon
Bevy version
mainRelevant system information
What you did
cargo run --release --example transform_hierarchy chainWhat 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
tracingfeature, but I don't think that works withoutLogPlugin, which isn't included inMinimalPlugins. At least, I can't gettracyto connect to it.Additionally, it looks like it probably should have
HierarchyPlugin.Additional information
Discovered this while attempting to benchmark #7264