Skip to content

3.11.14R

Compare
Choose a tag to compare
@FirstGearGames FirstGearGames released this 14 Jan 03:21
· 146 commits to main since this release
  • Fixed preferred scene not being applied to global scenes for late joiners (#585)
  • Fixed TicksToTime(PreciseTick pt) returning incorrect values.
  • Improved exposed TimeManager.PingInterval.
  • 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.