Destroy child entities when parent entities are destroyed #1418
Labels
A-Engine
B-Transform
D-Trivial
Can be done in 30 minutes
P-Urgent
This issue is a big priority, and it would be good to close it ASAP
S-Blocked
Blocked on another issue or PR
Problem
Currently when you destroy a entity, its children (if any), aren't destroyed.
In the airships demo we needed to implement our own custom plugin to handle this scenario, which is really odd.
Solution
With #1417, this becomes trivial to implement.
The text was updated successfully, but these errors were encountered: