Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 1.12 KB

release-notes.md

File metadata and controls

24 lines (18 loc) · 1.12 KB

Release notes

SpatialOS Unity SDK 2.0.0

Released: 2018-06-06

New features

  • We have added support for Unity 2018.1.3.

Breaking changes

  • We have removed support for Unity 5.6 and below. The minimum version supported is now 2017.3.0.
  • We have removed the Improbable.Unity.MinimalBuildSystem.Configuration.FallbackIndentLevelScope class, which provided backwards compatibility with Unity 5.6 and below. In the unlikely event that you've used this class, please use UnityEditor.EditorGUI.IndentLevelScope instead. It should drop into place with no other changes necessary.
  • We have removed the Unity 5.6 build target StandaloneOSXIntel64 in player-build-config.json. You should change this to StandaloneOSX.

SpatialOS Unity SDK 1.0.1

Released: 2018-05-24

Fixes

  • Deregistering a command response twice will no longer throw an exception.
  • When a user exits a game while trying to connect, the connection failure callback reason now says "An application quit signal was received." Previously the reason was blank.
  • The worker now sends component updates correctly including when its authority loss is imminent.