This repository has been archived by the owner on Oct 11, 2019. It is now read-only.
Releases: spatialos/sdk-for-unity
Releases · spatialos/sdk-for-unity
v3.1.0
v3.0.0
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 totrue
for UnityClient and tofalse
for UnityWorker. To setUseExternalIp
directly, callSpatialOS.Configuration.UseExternalIp
before connecting to SpatialOS.
v2.0.1
v2.0.0
v1.0.1
v1.0.0
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.