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 DistanceCondition.MaximumDistance not applying properly when set at runtime (#809).
Obsoleted DistanceCondition.MaximumDistance.
Added DistanceCondition.Get/SetMaximumDistance.
Fixed predicted spawners not becoming an observer of the object they spawned.
Fixed internals trying to call prediction methods on NetworkBehaviours when they do not utilize prediction when at least one NetworkBehaviour for the NetworkObject does.
Fixed SyncTimers finishing immediately on clientsOnly when using timer.Update without arguments. (#807).
Added TickNetworkBehaviour.SetTickCallbacks to set callbacks at runtime.