Make the RelationshipTarget
component half of relationships optional
#17444
Labels
A-ECS
Entities, components, systems, and events
C-Performance
A change motivated by improving speed, memory usage or compile times
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
Originally posted by @alice-i-cecile in #17412
The primary motivation for this is performance: if you know that you're only ever traversing up the relationship we can save a lot of work when updating the relationship.
The text was updated successfully, but these errors were encountered: