Skip to content

v9.0.0

Compare
Choose a tag to compare
@MidLevel-Bot MidLevel-Bot released this 17 Apr 15:41
bc6118d

9.0.0 (2019-04-17)

Bug Fixes

  • Fixed LITE build compilation (44986c2)
  • Fixed MLAPI Example callbacks (244c63e)
  • NetworkedBehaviours can now use OnEnable, OnDisable and OnDestroy (718b924)
  • PrefabHash not being saved in Unity >= 2018.3 (ba7cff2)
  • Scene objects not being replicated when joining mid scene switch (6969fb6), closes #182
  • Spawning objects during scene switch (f996f9a)
  • Spawning objects during scene switch on server (be739d3)
  • Updated MLAPI_PROTOCOL_VERSION (73e00e5)

Code Refactoring

Features

  • Allows disabling or delaying NetworkId recycle (a646273), closes #214

Performance Improvements

  • Made BitStream.Write use Buffer.BlockCopy (4853541)

BREAKING CHANGES

  • This changes some of the common namespaces. Update all your usings