-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Systems should be skipped if their resources cannot be fetched #15265
Copy link
Copy link
Closed
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to useS-Needs-DesignThis issue requires design work to think about how it would best be accomplishedThis issue requires design work to think about how it would best be accomplishedX-Needs-SMEThis type of work requires an SME to approve it.This type of work requires an SME to approve it.
Metadata
Metadata
Assignees
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to useS-Needs-DesignThis issue requires design work to think about how it would best be accomplishedThis issue requires design work to think about how it would best be accomplishedX-Needs-SMEThis type of work requires an SME to approve it.This type of work requires an SME to approve it.
I do think we should do this, and if we can get this behavior in place I'd prefer to encourage the use of the
Singlesystem param from #15264. This would go a long way to addressing the problem and ensuring non-panicking behavior by default without an ergonomics hit.Originally posted by @iiYese and @alice-i-cecile in #14275 (comment)