Mirror

#1 Open Source Unity Networking Library

MIT License

Stars
4.9K
Committers
123

Bot releases are visible (Hide)

Mirror - v89.3.0

Published by github-actions[bot] 7 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)
Mirror - v89.2.4

Published by github-actions[bot] 7 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)
Mirror - v89.2.3

Published by github-actions[bot] 7 months ago

89.2.3 (2024-03-12)

Bug Fixes

  • ILPostProcessorAssemblyResolver: Ignore Bee.BeeDriver (a25b745)
Mirror - v89.2.2

Published by github-actions[bot] 7 months ago

89.2.2 (2024-03-11)

Bug Fixes

  • EdgegapKcp StopHost() null reference exception (#3779) (fafc10b)
Mirror - v89.2.1

Published by github-actions[bot] 8 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)
Mirror - v89.2.0

Published by github-actions[bot] 8 months ago

89.2.0 (2024-03-07)

Features

  • EncryptionTransport overrides IsEncrypted & Cipher (#3776) (bac0f77)
  • SWT overrides Transport.IsEncrypted & EncryptionCipher (#3777) (1a915cc)
Mirror - v89.1.0

Published by github-actions[bot] 8 months ago

89.1.0 (2024-03-07)

Features

  • Transport: IsEncrypted, EncryptionCipher virtuals (d558c17)
Mirror - v89.0.2

Published by github-actions[bot] 8 months ago

89.0.2 (2024-03-07)

Bug Fixes

  • NetworkServer.OnCommandMessage NullReferenceException due to log message accessing a guaranteed-to-be-null value (4218043)
Mirror - v89.0.1

Published by github-actions[bot] 8 months ago

89.0.1 (2024-03-06)

Bug Fixes

  • NetworkServer.Destroy now warns instead of throwing for null objects again (9e15f24)
Mirror - v89.0.0

Published by github-actions[bot] 8 months ago

89.0.0 (2024-03-05)

Asset Store Release

Mirror - v88.4.0

Published by github-actions[bot] 8 months ago

88.4.0 (2024-03-05)

Bug Fixes

  • EncryptionTransport uses KDF to ensure fixed size key (#3773) (dac1f64)

Features

Mirror - v88.3.2

Published by github-actions[bot] 8 months ago

88.3.2 (2024-03-05)

Bug Fixes

  • NetworkServer.Spawn now activates inactive GameObjects (for example, in case they were previously Unspawned) (8344063)
Mirror - v88.3.1

Published by github-actions[bot] 8 months ago

88.3.1 (2024-03-03)

Bug Fixes

  • NetworkServer.Destroy never destroys scene objects anymore since unlike prefabs, once they are gone we can never instantiate them again (#3771) (dbc3887)
Mirror - v88.3.0

Published by github-actions[bot] 8 months ago

88.3.0 (2024-02-25)

Features

  • LagCompensator as convenience component that wraps all the Lag Compensation logic (9081b2e)
Mirror - v88.2.5

Published by github-actions[bot] 8 months ago

88.2.5 (2024-02-22)

Bug Fixes

  • Prediction: disable setting scale for joints since it causes issues with parenting (8dc4b61)
Mirror - v88.2.4

Published by github-actions[bot] 8 months ago

88.2.4 (2024-02-16)

Bug Fixes

Mirror - v88.2.3

Published by github-actions[bot] 8 months ago

88.2.3 (2024-02-16)

Bug Fixes

  • Prediction: ConfigurableJoints' range of motion is now moved correctly (2ed1d73)
Mirror - v88.2.2

Published by github-actions[bot] 8 months ago

88.2.2 (2024-02-14)

Bug Fixes

  • PredictedRigidbody: reduce-send-rate considers angular velocity now too! (78cdaef)
Mirror - v88.2.1

Published by github-actions[bot] 8 months ago

88.2.1 (2024-02-11)

Performance Improvements

  • Prediction: ghosts-on-demand(!) (2f9d60b)
Mirror - v88.2.0

Published by github-actions[bot] 8 months ago

88.2.0 (2024-02-09)

Features

  • NetworkRigidbody: Default Sync Direction = Client To Server (#3764) (157bf67)