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

Check the posibility to add sensor to automatic colliders #147

Open
4 tasks done
JaimeTorrealba opened this issue Nov 7, 2024 · 0 comments
Open
4 tasks done

Check the posibility to add sensor to automatic colliders #147

JaimeTorrealba opened this issue Nov 7, 2024 · 0 comments
Labels
p2-nice-to-have Not breaking anything but nice to have (priority)

Comments

@JaimeTorrealba
Copy link
Member

Description

I would like to use Sensor feat with automatic colliders too.

This involves add the props to RigidBody and test no conflict appears when both are using it (Colliders do this without any problem, I think it can be possible for sensors too)

Suggested solution

<RigidBody
activeCollision
sensor
@intersection-enter="onIntersectionEnter"
@intersection-exit="onIntersectionExit"
/>

Similar to Collisions works

Alternative

No response

Additional context

No response

Validations

@JaimeTorrealba JaimeTorrealba added the p2-nice-to-have Not breaking anything but nice to have (priority) label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2-nice-to-have Not breaking anything but nice to have (priority)
Projects
None yet
Development

No branches or pull requests

1 participant