waterb
waterb
Some important QOL changes that will make the code more stable and user-friendly
P.S. The source files have been sent in a private message. ## Collider Rollback: execution refactor (single-thread → jobified + deferred) This PR changes the execution model of collider rollback...
## Tick Smoothing: execution refactor (single-thread -> jobified) This PR changes how the existing tick smoothing runs: from per-object, main-thread execution to a centralized jobified pipeline in `TickSmoothingManager`. The core...