You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The collision system doesn't work properly between static entities and ghost entities if those are moved by updating Translation component. For this reason in PlayerMovementSystem.cs we had to update the PhysicsVelocity component of the PlayerCapsule, but the movement is obviously delayed, because it needs to accelerate from zero.
Collision and Interactions between ghosts and dynamic object doesn't always work as expected (sometimes the ghost of the CapsulePlayer passes through the dynamic object, even though they should collide).
The text was updated successfully, but these errors were encountered:
There are two main issues:
The text was updated successfully, but these errors were encountered: