Mirror

#1 Open Source Unity Networking Library

MIT License

Stars
4.9K
Committers
123

Bot releases are hidden (Show)

Mirror - v4.4.1

Published by vis2k almost 5 years ago

4.4.1 (2019-10-22)

Performance Improvements

  • Custom IEnumerator for SyncLists to avoid allocations on foreach (#904) (4ffd5a2)
Mirror - v4.4.0

Published by vis2k almost 5 years ago

4.4.0 (2019-10-22)

Features

Mirror - v4.3.2

Published by vis2k almost 5 years ago

4.3.2 (2019-10-21)

Performance Improvements

  • Use RemoveAt to remove elements from lists (22b45f7)
Mirror - v4.3.1

Published by vis2k almost 5 years ago

4.3.1 (2019-10-20)

Bug Fixes

  • Suspend server transport while changing scenes (#1169) (e8fac8a)
Mirror - v4.3.0

Published by vis2k almost 5 years ago

4.3.0 (2019-10-20)

Features

Mirror - v4.2.1

Published by vis2k almost 5 years ago

4.2.1 (2019-10-20)

Bug Fixes

  • Don't give host player authority by default (#1158) (1fc1ed2)
Mirror - v4.2.0

Published by vis2k about 5 years ago

4.2.0 (2019-10-19)

Features

  • Users may provide custom serializers for any type (#1153) (9cb309e)
Mirror - v4.1.1

Published by vis2k about 5 years ago

4.1.1 (2019-10-17)

Bug Fixes

Mirror - v4.1.0

Published by vis2k about 5 years ago

4.1.0 (2019-10-15)

Features

  • SyncSet custom Equality Comparer support (#1147) (0f95185)
Mirror - v4.0.9

Published by vis2k about 5 years ago

4.0.9 (2019-10-14)

Bug Fixes

Mirror - v4.0.8

Published by vis2k about 5 years ago

4.0.8 (2019-10-13)

Performance Improvements

Mirror - v4.0.7

Published by vis2k about 5 years ago

4.0.7 (2019-10-03)

Bug Fixes

Mirror - v4.0.6

Published by vis2k about 5 years ago

4.0.6 (2019-10-01)

Bug Fixes

  • NetworkBehaviourInspector wouldn't show SyncMode if syncvars / syncobjects were only private (ed572da)
Mirror - v4.0.5

Published by vis2k about 5 years ago

4.0.5 (2019-10-01)

Bug Fixes

Mirror - v4.0.4

Published by vis2k about 5 years ago

4.0.4 (2019-10-01)

Bug Fixes

Mirror - v4.0.3

Published by vis2k about 5 years ago

4.0.3 (2019-10-01)

Bug Fixes

Mirror - v4.0.2

Published by vis2k about 5 years ago

4.0.2 (2019-10-01)

Bug Fixes

  • Cmds can be called from child classes in other assemblies (d8a98d8), closes #1108
Mirror - v4.0.1

Published by vis2k about 5 years ago

4.0.1 (2019-09-30)

Bug Fixes

  • Telepathy fix a bug where calling Disconnect while connecting to a dead end would freeze Unity because .Join would wait forever. Interrupt fixes it. (3831cbd)
Mirror - v4.0.0

Published by vis2k about 5 years ago

4.0.0 (2019-09-29)

Mirror - v3.20.0

Published by vis2k about 5 years ago

3.20.0 (2019-09-28)

Features

  • Transport can send to multiple connections at once (#1120) (bc7e116)