-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
There are two main issues:
- 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).
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed