34.9.0 (2020-04-26)
Bug Fixes
- Add the transport first so NetworkManager doesn't add Telepathy in OnValidate (bdec276)
- call the virtual OnRoomServerDisconnect before the base (e6881ef)
- compilation error on standalone build (bb70bf9)
- Removed NetworkClient.Update because NetworkManager does it in LateUpdate (984945e)
- Removed NetworkServer.Listen because HostSetup does that (cf6823a)
- weaver syncLists now checks for SerializeItem in base class (#1768) (1af5b4e)
Features
- Allow Multiple Network Animator (#1778) (34a76a2)
- Allowing extra base types to be used for SyncLists and other SyncObjects (#1729) (9bf816a)
- Disconnect Dead Clients (#1724) (a2eb666), closes #1753
- Exclude fields from weaver's automatic Read/Write using System.NonSerialized attribute (#1727) (7f8733c)
- Improve weaver error messages (#1779) (bcd76c5)
- NetworkServer.SendToReady (#1773) (f6545d4)