Skip to content

1.4.4

Compare
Choose a tag to compare
@FirstGearGames FirstGearGames released this 05 Apr 19:37
· 334 commits to main since this release
  • Improved prediction example prefabs to use PredictedObject.
  • Added TimeManager.PingInterval is now configurable.
  • Added TimeManager.PredictionTimingInterval is now configurable.
  • Added experimental PredictedObject component.
  • Improved bandwidth usage on timing updates.
  • Improved performance on timing updates.
  • Fixed TimeManager.Tick not synchronizing, from 1.4.3.
  • Fixed NetworkConnection.Broadcast using InstanceFinder instead of the NetworkManager reference.
  • Fixed objects not respawning for clients after they regain ownership.
  • Changed re-enabled RPCLinks.
  • Improved network objects in DDOL scene now initialize over the network.
  • Improved ObserverCondition performance when using timed conditions.
  • Changed RunLocally on RPCs will now only run once as host.
  • Added experimental MatchCondition.
  • Changed Yak namespace to match other transports.