datascript

Paul 2022-02-15T08:15:17.277869Z

What’s the best way to retract an entity together with all entities that it references directly or indirectly?

Niki 2022-02-15T14:43:45.684409Z

Components are automatically removed with the entity. If you don’t want to make refs components, you’ll need to search for refs and then delete

👍 1