Mirror Versions Save

#1 Open Source Unity Networking Library

v89.3.5

2 months ago

89.3.5 (2024-03-17)

Bug Fixes

  • SimpleWeb.jslib: Locally Scope Runtime (dfa5512)

v89.3.4

2 months ago

89.3.4 (2024-03-16)

Bug Fixes

  • SimpleWeb: scope websocket locally instead of globally (b062fe7)

v89.3.3

2 months ago

89.3.3 (2024-03-15)

Bug Fixes

  • LobbyServiceCreateDialogue: Added warning about Edgegap Lobby Name bug (#3783) (80687d3)

v89.3.2

2 months ago

89.3.2 (2024-03-15)

Bug Fixes

v89.3.1

2 months ago

89.3.1 (2024-03-15)

Bug Fixes

  • EdgegapLobbyKcpTransport: Fixed HelpURL (3ccf1c1)

v89.3.0

2 months ago

89.3.0 (2024-03-15)

Features

Performance Improvements

  • PredictedRigidbody MoveTowardsCustom (e7e02c6)
  • PredictedRigidbody MoveTowardsCustom: only calculate distance factor once (52d00aa)
  • PredictedRigidbody smoothFollowThreshold squared caching (3daa3db)

v89.2.4

2 months ago

89.2.4 (2024-03-15)

Performance Improvements

  • PredictedRigidbody caches IsMoving sqr computations (ce00db0)
  • PredictedRigidbody caches physics transform to use GetPositionAndRotation (2a70862)
  • PredictedRigidbody doesn't log "Separating Physics" anymore (3e852d3)
  • PredictedRigidbody doesn't log hard correction when ahead anymore (cd4715f)
  • PredictedRigidbody FixedUpdate caches sqr computations (cbc67ae)
  • PredictedRigidbody RecordState only calls NetworkTime.time getter once (7f0a774)
  • PredictedRigidbody RecordState only grabs count once (fde9089)
  • PredictedRigidbody state properties inlined (1c7cc41)
  • PredictedRigidbody syncs a blittable struct once instead of doing 5 separate reads/writes (a4f4219)
  • PredictedRigidbody UpdateGhosting: only every few frames (0fc6688)
  • Prediction.Sample() removed SortedList foreach iteration allocations(!) (95881c0)

v89.2.3

2 months ago

89.2.3 (2024-03-12)

Bug Fixes

  • ILPostProcessorAssemblyResolver: Ignore Bee.BeeDriver (a25b745)

v89.2.2

2 months ago

89.2.2 (2024-03-11)

Bug Fixes

  • EdgegapKcp StopHost() null reference exception (#3779) (fafc10b)

v89.2.1

2 months ago

89.2.1 (2024-03-08)

Bug Fixes

  • #2503 Weaver Custom Read Write functions for Serialization not working over multiple assembly definitions (65f33de)