Sdk For Unity Versions Save

SpatialOS SDK for Unity

v3.1.0

5 years ago

SpatialOS SDK for Unity 3.1.0

Released: 2018-11-01

New features

  • We have upgraded to use SpatialOS 13.3.0.

v3.0.0

5 years ago

SpatialOS SDK for Unity 3.0.0

Released: 2018-10-17

Fixes

  • The UnityClient worker no longer tries to login with a previously-used worker ID. You will no longer see this error message:
[improbable.receptionist.ReceptionistServiceImpl] Worker trying to login with previously used worker ID: UnityClient[...]. This is not allowed, please use a unique worker ID for each login attempt
  • Improved performance for EntityPrefab loading in editor playmode. You will now see a short progress bar when entering play mode while EntityPrefabs are being prepared for loading.

Breaking changes

  • We have removed the useExternalIp command line flag. It is now be automatically set to true for UnityClient and to false for UnityWorker. To set UseExternalIp directly, call SpatialOS.Configuration.UseExternalIp before connecting to SpatialOS.

v2.0.1

5 years ago

SpatialOS Unity SDK 2.0.1

Released: 2018-07-05

New features

  • We have upgraded to use SpatialOS 13.1.0.

Fixes

  • The timeout argument for sending commands (both schema defined commands and worker commands such as CreateEntity, DeleteEntity, ...) is now properly respected.

v2.0.0

5 years ago

v2.0.0

Release notes here.

v1.0.1

6 years ago

v1.0.1

Release notes here.

v1.0.0

6 years ago

Release notes

SpatialOS Unity SDK 1.0.0

Released on 2018-10-05

Known issues

General

  • For cloud deployments, if the assembly used in the deployment was built on Windows, you won’t be able to use share links to launch clients on Mac. This is caused by a problem in the zipping library that share links depend on.