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

Releases: spatialos/sdk-for-unity

v3.1.0

01 Nov 10:23
2be8f11
Compare
Choose a tag to compare

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

17 Oct 15:12
097b516
Compare
Choose a tag to compare

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

05 Jul 14:56
a91a871
Compare
Choose a tag to compare

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

12 Jun 14:14
9d3724d
Compare
Choose a tag to compare

v2.0.0

Release notes here.

v1.0.1

25 May 11:23
ac91982
Compare
Choose a tag to compare

v1.0.1

Release notes here.

v1.0.0

10 May 14:43
c1e3702
Compare
Choose a tag to compare

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.