Skip to content

1.0.2

Compare
Choose a tag to compare
@Needle-Mirror-Bot Needle-Mirror-Bot released this 30 Oct 21:05

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Additional documentation and release notes are available at Multiplayer Documentation.

[1.0.2] - 2022-09-12

  • Fixed issue where NetworkTransform was not honoring the InLocalSpace property on the authority side during OnNetworkSpawn. (#2170)
  • Fixed issue where NetworkTransform was not ending extrapolation for the previous state causing non-authoritative instances to become out of synch. (#2170)
  • Fixed issue where NetworkTransform was not continuing to interpolate for the remainder of the associated tick period. (#2170)
  • Fixed issue during NetworkTransform.OnNetworkSpawn for non-authoritative instances where it was initializing interpolators with the replicated network state which now only contains the transform deltas that occurred during a network tick and not the entire transform state. (#2170)