Mirror

#1 Open Source Unity Networking Library

MIT License

Stars
4.9K
Committers
123

Bot releases are hidden (Show)

Mirror - v3.13.1

Published by vis2k about 5 years ago

3.13.1 (2019-07-30)

Performance Improvements

Mirror - v3.13.0

Published by vis2k about 5 years ago

3.13.0 (2019-07-30)

Features

  • support writing and reading array segments (#918) (f9ff443)
Mirror - v3.12.6

Published by vis2k about 5 years ago

3.12.6 (2019-07-29)

Performance Improvements

  • SpawnPrefabMessage is now a value type (a44efd1)
  • SpawnSceneObjectMessage is now a value type (40c7d97)
Mirror - v3.12.5

Published by vis2k about 5 years ago

3.12.5 (2019-07-29)

Performance Improvements

Mirror - v3.12.4

Published by vis2k about 5 years ago

3.12.4 (2019-07-29)

Performance Improvements

  • empty messages are value types now (145edaa)
Mirror - v3.12.3

Published by vis2k about 5 years ago

3.12.3 (2019-07-29)

Performance Improvements

Mirror - v3.12.2

Published by vis2k about 5 years ago

3.12.2 (2019-07-29)

Bug Fixes

  • don't use obsolete method (12437ba)
Mirror - v3.12.1

Published by vis2k about 5 years ago

3.12.1 (2019-07-29)

Performance Improvements

Mirror - v3.12.0

Published by vis2k about 5 years ago

3.12.0 (2019-07-29)

Features

Mirror - v3.11.11

Published by vis2k about 5 years ago

3.11.11 (2019-07-29)

Bug Fixes

  • Telepathy updated to latest version. connectionId counter is properly reset after stopping server. (abf06df)
Mirror - v3.11.10

Published by vis2k over 5 years ago

3.11.10 (2019-07-20)

Bug Fixes

Mirror - v3.11.9

Published by vis2k over 5 years ago

3.11.9 (2019-07-17)

Bug Fixes

  • do not accumulate changes if there are no observers fixes #963 (#964) (64a0468)
Mirror - v3.11.8

Published by vis2k over 5 years ago

3.11.8 (2019-07-15)

Bug Fixes

Mirror - v3.11.7

Published by vis2k over 5 years ago

3.11.7 (2019-07-14)

Bug Fixes

  • Telepathy forgot to set socket options for accepted clients on the server (22931fc)
Mirror - v3.11.6

Published by vis2k over 5 years ago

3.11.6 (2019-07-02)

Performance Improvements

  • Recycle argument writer to avoid allocations (#945) (9743216)
Mirror - v3.11.5

Published by vis2k over 5 years ago

3.11.5 (2019-07-01)

Performance Improvements

  • remove allocations during syncvar sync (#946) (d2381ce)
Mirror - v3.11.4

Published by vis2k over 5 years ago

3.11.4 (2019-06-28)

Bug Fixes

  • properly stop client and server in OnApplicationQuit so that clients still get a chance to send then 'quit' packet instead of just timing out. Also fixes a bug where OnStopServer/OnStopClient were not called when stopping the Editor. (#936) (d6389e6)
Mirror - v3.11.3

Published by vis2k over 5 years ago

3.11.3 (2019-06-27)

Performance Improvements

Mirror - v3.11.2

Published by vis2k over 5 years ago

3.11.2 (2019-06-25)

Performance Improvements

Mirror - v3.11.1

Published by vis2k over 5 years ago

3.11.1 (2019-06-25)

Bug Fixes

  • TelepathyTransport.ToString UWP exception (8a190bf)