com.unity.services.cloudcode 2.0.0-pre.4

com.unity.services.cloudcode

Notes: processedReleased May 10, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2020.3

Package Dependencies

Breaking Changes

  • The interface provided by CloudCode has been replaced by CloudCodeService.Instance, and should be accessed from there instead. The old API will be removed in an upcoming release
  • Cloud Code methods now take a Dictionary\ containing the script parameters instead of an object with named fields (the dictionary can still be null if the script does not have any parameters). The old API will be removed in an upcoming release
  • When a rate limit error occurs, a specific CloudCodeRateLimitedException will now be thrown which includes the RetryAfter value (in seconds)
  • Clarity and structure of some error messages has been improved
  • Some classes that were accidentally made public are now internal

🔧 Bug Fixes

  • Installation and Analytics IDs not being forwarded to Cloud Code server (causing incorrect tracking downstream)

Features

  • Project Settings tab with link to Cloud Code dashboard
  • Cloud Code exceptions now include a Reason enum which is machine-readable