nicholas-maltbie / PropHunt

PropHunt game attempt using Unity and the Data Oriented Technology Stack
MIT License
11 stars 0 forks source link

Refactor KCC System Organization #107

Closed nicholas-maltbie closed 3 years ago

nicholas-maltbie commented 4 years ago

The KCC system is entirely processed in the Fixed Update Step.

The tracking grounded state should happen before the physics step, but the player movement should happen outside of the fixed update step. This is to allow processing player inputs, allow easier insertion of now states, and a more logical setup for tracking new kinds of moving objects.

nicholas-maltbie commented 3 years ago

This is an out of date issue. Moved to be handled by client side prediction :)

PR #162