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

v3.0.0

Compare
Choose a tag to compare
@improbarobot improbarobot released this 17 Oct 15:12
097b516

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.