Skip to content

3.11.1R

Compare
Choose a tag to compare
@FirstGearGames FirstGearGames released this 22 Sep 21:59
· 183 commits to main since this release
  • Added Prediction V2(experimental) ReplicateState extensions.
  • Fixed Prediction V2(experimental) server-owned inputs not sending.
  • Added NetworkObject and NetworkBehaviour.ToString().
  • Fixed warning about NetworkObject not being found when setting parent to an object spawned earlier in the same tick.
  • Improved exposed NetworkObject.RigidbodyPauser.
  • Added RigidbodyPauser.UpdateRigidbodies().
  • Fixed the 'Ask Later' review button inccorrectly redirecting to our Discord.
  • Fixed networkObject.SetParent causing NullReferenceException when called on an object not yet spawned.
  • Fixed other instances of networkObject.SetParent not applying parent change for clients.