You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved accuracy printout for ColliderRollback demo.
Improved PreciseTick legibility and potentially accuracy slightly.
Improved List.AddUnique now returns if added, as well value no longer boxes. (#579)
Fixed inversed transform offsets in GetTransformOffsets and SetTransformOffsets. (#578)
Fixed PredictedBullet, predicted spawning example, within Rigidbody Prediction v1 demo.
Improved notes and explanations on predicted spawning example.
Fixed a SyncType not being set dirty by server within OnStartServer due to no observers count, resulting in predicted spawners not getting the new value update.
Removed all prediction v2 logic and demos. Only v4 and up will support prediction v2.