86.17.2 (2024-01-11)
Bug Fixes
- NetworkAnimator: Enable -> OnEnable (d5bbfee)
- Prediction: revert to previous Sample() implementation, but with manual 'afterIndex' counting to fix failing test (383aff2)
Performance Improvements
- Prediction: CorrectHistory now starts at the 'afterIndex' from Sampling. replaces two full iterations with two half = one full iteration (d525be9)