This repository was archived by the owner on Oct 11, 2019. It is now read-only.
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.