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

Handle ChildOf relations on Collisions #1445

Open
RiscadoA opened this issue Jan 27, 2025 · 0 comments
Open

Handle ChildOf relations on Collisions #1445

RiscadoA opened this issue Jan 27, 2025 · 0 comments
Labels
A-Engine B-Collisions D-Complex Looks hard P-Urgent This issue is a big priority, and it would be good to close it ASAP

Comments

@RiscadoA
Copy link
Member

Problem

Currently collisions with a child of an entity won't be considered collisions with the parent entity. This means that we're effectively limited to a single collider per parent.

Solution

I'm not sure, but ig that if a collider is a child of another collider, if an external entity collides with the child's collider, the CollidingWith relation should be added to the parent entity? Collisions between children entities should also be possible.

@RiscadoA RiscadoA added A-Engine B-Collisions D-Complex Looks hard P-Urgent This issue is a big priority, and it would be good to close it ASAP labels Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Engine B-Collisions D-Complex Looks hard P-Urgent This issue is a big priority, and it would be good to close it ASAP
Projects
None yet
Development

No branches or pull requests

1 participant