Skip to content

Releases: MirrorNetworking/Mirror

v6.7.2

02 Jan 01:20

Choose a tag to compare

6.7.2 (2020-01-02)

Bug Fixes

  • list server logs properly when disconnected (f02d317)
  • move listserver classes into package (2668b17)

v6.8.0

01 Jan 05:13

Choose a tag to compare

6.8.0 (2020-01-01)

Features

  • Add UPM configuration (#11) (9280af1)
  • network writer pool to avoid expensive allocations (3659acb)

Performance Improvements

  • Optimize interest management (f1ceb0c)
  • reuse the network writer used for rpc parameters (5dafc4d)

Reverts

  • Revert "feat: Custom readers and writers" (07ef8c9)
  • Revert "Onserialize improvements (#302)" (00a3610), closes #302
  • Revert "Documented the attributes." (9e3dcc7)
  • Revert "Documented NetworkBehaviour and NetworkIdentity." (a5cfc81)
  • Revert "Documented NetworkManager." (5bc44a9)

v6.7.1

30 Dec 10:18

Choose a tag to compare

6.7.1 (2019-12-30)

Bug Fixes

  • NetworkTransform clientAuthority works again via clientAuthority option that is configurable in inspector. this had to be fixed after we removed local authority. (d712cd0)

v6.7.0

27 Dec 16:14

Choose a tag to compare

6.7.0 (2019-12-27)

Features

  • generate serializers for IMessageBase structs (#1353) (3c0bc28)

v6.6.0

26 Dec 16:17

Choose a tag to compare

6.6.0 (2019-12-26)

Features

v6.5.5

26 Dec 12:52

Choose a tag to compare

6.5.5 (2019-12-26)

Bug Fixes

  • #1359. Revert "Destroy objects owned by this connection when disconnecting (#1179)" (4cc4279)

v6.5.4

25 Dec 21:10
d0cc669

Choose a tag to compare

6.5.4 (2019-12-25)

Bug Fixes

v6.5.3

24 Dec 01:27
d7a58d2

Choose a tag to compare

6.5.3 (2019-12-24)

Bug Fixes

v6.5.2

22 Dec 08:20
5449840

Choose a tag to compare

6.5.2 (2019-12-22)

Bug Fixes

  • potential exploits / out of sync issues where clients with different transports might see different game states because of different max message sizes when using FallbackTransport. (#1331) (5449840)

v6.5.1

21 Dec 20:22
6981c19

Choose a tag to compare

6.5.1 (2019-12-21)

Bug Fixes