branchrust_reboot/main/network_lerp_4cancel
7 Commits over 0 Days - ∞cph!
▍▅▊▊▄▌▆▅ ▌▄▌▊.█▌▊▌▇▉█ ▌▋ ▊▌▅▇█▅▋ (▍▊█▆ ▆▇█▉ ▌▆▆ ▄▇▌▅▄ █▊▅ ▋▇▄)
Added PositionLerp.Snapshot method without serverTime (can be used to inject fake positions on the client before any server positions have been received)
Added InvokeHandlerFixedTime (uses Time.fixedTime instead of Time.time)
Added PositionTickFixedTime override to BaseEntity (sends network update right after FixedUpdate if true)
Added interpolation inertia (start with 0 interpolation delay for immediate movement with no delay, then ramp it up over the inertia time)