Skip to content

4.5.5R

Compare
Choose a tag to compare
@FirstGearGames FirstGearGames released this 08 Nov 22:20
· 18 commits to main since this release
  • 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.