Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Destroy child entities when parent entities are destroyed #1418

Open
RiscadoA opened this issue Dec 16, 2024 · 0 comments
Open

Destroy child entities when parent entities are destroyed #1418

RiscadoA opened this issue Dec 16, 2024 · 0 comments
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

Comments

@RiscadoA
Copy link
Member

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.

@RiscadoA RiscadoA added A-Engine B-Transform 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 D-Trivial Can be done in 30 minutes labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant