You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed cecil errors commonly seen as xyz not imported (#1023).
Changed (break) NetworkCollider/Trigger now provides Tick as well. Callbacks must be updated to include 'uint tick'.
Changed reverted objects deinitializing during OnDisable. This change prior caused NullReferenceExceptions for some when reloading scenes.
Improved additional sanity checks added when an object becomes intialized twice without first deinitializing.
Added ObserverManager Level of Detail. This feature currently supports prediction reconciles -- improving both server and client performance and bandwidth.