bevy_mod_debugdump icon indicating copy to clipboard operation
bevy_mod_debugdump copied to clipboard

Add System Set Filters

Open Zeenobit opened this issue 1 year ago • 2 comments

This is a PR to address Issue #26

I've added a new include_system_set member to Settings. Inside included_systems_sets, I'm checking this mapper to skip any unwanted system sets.

I think the logic inside included_systems_sets could use a bit of clean up, but it seems to be working correctly based on my testing.

I've included print_schedule_graph_advanced_filters.rs as an example/test.

Zeenobit avatar Aug 21 '24 00:08 Zeenobit

image I'm not sure this is working as expected, shouldn't this only include the special systems with that filter?

jakobhellermann avatar Dec 04 '24 16:12 jakobhellermann

Did you test this with Bevy 0.14 or 0.15? I wrote this a few months ago. I wouldn't be surprised if it no longer works with Bevy 0.15

Zeenobit avatar Dec 04 '24 23:12 Zeenobit