Updated ChangeLog

This commit is contained in:
Chris Langsenkamp 2020-01-10 19:53:05 -05:00
parent dffdf02be5
commit 2c9d22f781

View File

@ -1,5 +1,20 @@
# Change Log
## Version 7.x.x - In Progress
- Added: NetworkAnimator now has a ResetTrigger function
- Fixed: NetworkTransform and NetworkAnimator now uses NetworkWriterPool
- Fixed: NetworkTransform and NetworkAnimator now respect `hasAuthority` for client owned objects
- Fixed: NetworkTransform will now correctly teleport if time / distance are too large
- Fixed: NetworkAnimator now correctly syncs when clientAuthority is false
- Fixed: Client owned objects are now destroyed when client disconnects (regression)
- Fixed: Client authority is now preserved for networked objects carried through scene change in DDOL
- Fixed: Starting server immediately after cancelling client connection attempt no longer throws a NRE
- Fixed: IL2CPP builds no longer trigger an assert when stopping server
- Fixed: SyncVars are now set for Host player before hook is invoked
- Changed: Shutdown logic has been streamlined
- Changed: OnApplicationQuit virtual method added to Transport class and `Transport.activeTransport.Shutdown()` is no longer called from Network Manager
- Changed: **Breaking** SyncVar Hooks now require **two** parameters, one each for the old and new value, and the property value is now set **before** the hook is called.
## Version 6.7.7 - 2020-Jan-01
- Added: [Script Templates](ScriptTemplates.md) -- See the new Mirror section in the Assets > Create menu.
- Added: Full Text Search added to docs