Mirror

#1 Open Source Unity Networking Library

MIT License

Stars
4.9K
Committers
123

Bot releases are visible (Hide)

Mirror - v78.1.3

Published by github-actions[bot] over 1 year ago

78.1.3 (2023-03-28)

Bug Fixes

  • NetworkTransformReliable: fix offset and sendIntervalMultiplier (#3438) (238233d)
Mirror - v78.1.2

Published by github-actions[bot] over 1 year ago

78.1.2 (2023-03-26)

Bug Fixes

Mirror - v78.1.1

Published by github-actions[bot] over 1 year ago

78.1.1 (2023-03-25)

Performance Improvements

  • SyncDictionary: Don't send value for OP_REMOVE (#3435) (8a4cf9e)
Mirror - v78.1.0

Published by github-actions[bot] over 1 year ago

78.1.0 (2023-03-25)

Features

  • NetworkTransformReliable: Added SendIntervalMultiplier to optionally reduce bandwidth (#3424) (41ae483)
Mirror - v78.0.12

Published by github-actions[bot] over 1 year ago

78.0.12 (2023-03-22)

Bug Fixes

  • FadeInOut: Added OnValidate (377f65a)
Mirror - v78.0.11

Published by github-actions[bot] over 1 year ago

78.0.11 (2023-03-22)

Performance Improvements

  • InterestManagement: Don't Rebuild Observers In OnDestroy (#3430) (26bb7e4)
Mirror - v78.0.10

Published by github-actions[bot] over 1 year ago

78.0.10 (2023-03-22)

Bug Fixes

  • AdditiveLevels: FadeInOut more user friendly (1aedd8d)
Mirror - v78.0.9

Published by github-actions[bot] over 1 year ago

78.0.9 (2023-03-21)

Bug Fixes

  • Additive Levels: Improved FadeInOut timing (6e2227d)
  • Additive Levels: Improved FadeInOut Timing (7333f88)
Mirror - v78.0.8

Published by github-actions[bot] over 1 year ago

78.0.8 (2023-03-21)

Bug Fixes

  • Discovery Template: wrapped OnValidate with #if UNITY_EDITOR (5c7de2b)
Mirror - v78.0.7

Published by github-actions[bot] over 1 year ago

78.0.7 (2023-03-21)

Bug Fixes

  • Discovery: Updated Network Discovery (199ee49)
Mirror - v78.0.6

Published by github-actions[bot] over 1 year ago

78.0.6 (2023-03-20)

Performance Improvements

  • NetworkBehaviour.syncInterval default set to 0 to send every NetworkServer.sendInterval. fixes #3292 (3f02534)
Mirror - v78.0.5

Published by github-actions[bot] over 1 year ago

78.0.5 (2023-03-20)

Bug Fixes

  • #3427 NetworKTransformReliable now has a timelineOffset to account for decoupled arrival of NetworkTime and NetworkTransform snapshots (#3428) (30d7b5b)
Mirror - v78.0.4

Published by github-actions[bot] over 1 year ago

78.0.4 (2023-03-18)

Bug Fixes

  • NetworkAuthenticatorTemplate: Added missing overrides (638b353)
Mirror - v78.0.3

Published by github-actions[bot] over 1 year ago

78.0.3 (2023-03-18)

Bug Fixes

  • Reader / Writer extensions for Unity structs with properties (#3426) (4ce8b2a)

Performance Improvements

  • snapshot interpolation default catchup speed increased to 2%, and slowdown speed increased to 4% to avoid jitter (7d93d01)
Mirror - v78.0.2

Published by github-actions[bot] over 1 year ago

78.0.2 (2023-03-16)

Bug Fixes

  • NetworkManager: Call OnServerDisconnect for Host Client (#3419) (ff5115e)
Mirror - v78.0.1

Published by github-actions[bot] over 1 year ago

78.0.1 (2023-03-16)

Performance Improvements

Mirror - v78.0.0

Published by github-actions[bot] over 1 year ago

78.0.0 (2023-03-12)

Bug Fixes

  • kcp2k V1.32 KcpPeer RawInput now doesn't disconnect in case of random internet noise (53658a5)
  • NetworkTransformReliable fix jitter (fixes: #3368) (#3410) (7137ace)
  • NetworkTransformReliable Reset() now resets 'last' too (25ebb06)
  • SnapshotInterpolation.TimelineClamp uses Mathd.Clamp for Unity 2020 support (844fe69)
  • SnapshotInterpolation: Added TimelineClamp (#3402) (313c7a1)

BREAKING CHANGES

  • NetworkClient: Expose NetworkClient's Snapshot Interpolation settings in NetworkManager
Mirror - v77.0.0

Published by github-actions[bot] over 1 year ago

77.0.0 (2023-03-06)

BREAKING CHANGES

  • NetworkManager: Removed obsolete OnServerError / OnClientError
Mirror - v76.0.1

Published by github-actions[bot] over 1 year ago

76.0.1 (2023-03-04)

Bug Fixes

  • #3392 NetworkLoop now checks if the function was already added before. fixes functions being added twice with Domain Reload disabled. (8f66bd6)
  • NetworkLoop now only runs in play mode, not in edit mode (def24f8)
Mirror - v76.0.0

Published by github-actions[bot] over 1 year ago

76.0.0 (2023-03-04)

Breaking Changes

  • Remove NetworkClient.serverIp (#3394)