-
Notifications
You must be signed in to change notification settings - Fork 0
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
Client Side Prediction Addition #162
Conversation
Fixed some erros but failed to account for prespawned ghosts being duplicated on client end when reconnecting. There is probably a way to filter for this, just need to figure it out
Test Coverage Results for editmode: |
Test Coverage Results for editmode: |
Test Coverage Results for editmode: |
Description
Adjusted Kinematic Character Controller systems and related information. The related tests have been added along with updating the networking libraries and systems to fix some bugs found in the previous version of the project.
How Has This Been Tested?
Tested by verifying performance with varying levels of input delay and with tests from other machines when executing the code over the internet.
Checklist:
Closes #152
Closes #149