Skip to content
Daan van Yperen edited this page Sep 24, 2016 · 30 revisions

About Automated References

What happens when a component refers to an entity and that entity gets deleted? A mess! This optional module will manage your entity references for you and can deal with complicated relationships easily.

Uses

  • Prevent dangling references to entities.
  • Remove referencing components when target entity dies.
  • Remove child entities when parent dies.

Getting started

Clone this wiki locally