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

Unity Physics Collision System Using NetCode #4

Open
mikyll opened this issue Apr 6, 2021 · 0 comments
Open

Unity Physics Collision System Using NetCode #4

mikyll opened this issue Apr 6, 2021 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@mikyll
Copy link
Owner

mikyll commented Apr 6, 2021

There are two main issues:

  1. 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.
  2. 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).
@mikyll mikyll added the help wanted Extra attention is needed label Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant