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

Issue when upgrading avian 0.2.1 #643

Open
cBournhonesque opened this issue Jan 28, 2025 · 0 comments
Open

Issue when upgrading avian 0.2.1 #643

cBournhonesque opened this issue Jan 28, 2025 · 0 comments

Comments

@cBournhonesque
Copy link
Contributor

Something in avian 0.2.1 is breaking the way my ColliderAABB is computed. My flow:

  • after Solver but before SpatialQuery, I update the Position/Rotation/Collider of an entity that is a child of a parent Collider (the child entity is not a RigidBody, though)
  • in PostUpdate, I use a gizmos to display the child's ColliderAABB (which is updated with one-frame delay in update_aabbs which runs in BroadPhase (before Solver)
  • I use the normal sync plugin

It works fine in 0.2.0 but in 0.2.1 my ColliderAABB is in a different position than expected
The only PR which seems to be related is #620
(Also do you use PreviousTransform to avoid change detection issues with interpolation?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant