bevy_mod_debugdump icon indicating copy to clipboard operation
bevy_mod_debugdump copied to clipboard

Bug: incorrect graph displayed

Open Vrixyz opened this issue 1 year ago • 1 comments

I'm not sure if the bug is originating from this crate or bevy, but it seems weird that system_no_set is linked to system_in_child_set2 (green arrow should not exist).

Screenshot from 2024-09-11 11-13-21

Real project example

  • From https://github.com/dimforge/bevy_rapier/pull/585

  • Current output from bevy_mod_debugdump:

dump_with_transitive

  • Expected output (obtained with this PR):

dump_no_transitive

Vrixyz avatar Sep 11 '24 09:09 Vrixyz