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 pooled objects sometimes having the incorrect position upon spawning after the first time. (#949).
Fixed rollback time calculation for client-only when user-logic incorrectly identified as host.
Fixed StatisticsManager and BandwidthDisplay reporting incorrectly.
Changed local transports no longer automatically authenticate when an authenticator is present; authenticators should now handle local transports/connections. See HostAuthenticator and PasswordAuthenticator example.
Improved renamed several files related to code generation to prevent conflicts with NGO.
Improved PasswordAuthenticator example and comments.
Improved HostAuthenticator comments and usage.
Added QuaternionAutoPack to allow easy Quaterion packing levels for types, such as reconcile rotation data.
Added MovePosition/MoveRotation to PredictionRigidbody/2D.
Added rotationPacking option to PredictionRigidbody/2D.