Skip to content

v1.0.0-beta.4

Compare
Choose a tag to compare
@operate-services-sdk-bot operate-services-sdk-bot released this 24 Apr 18:16
· 12 commits to main since this release

Added

  • npm distribution. Install the CLI by running npm install -g ugs.
  • ugs fetch now supports cloud code scripts.
  • Get player command in Player Module. Run ugs player get -h to show usage.
  • List player command in Player Module. Run ugs player list -h to show usage.

Changed

  • [Breaking Change] CLI binary release assets are no longer zipped (use chmod +x <path_to_executable> on macos and linux to mark it as executable after downloading, or use npm install -g ugs to install).
  • [Breaking Change] Replace Jint with Node.js for cloud code javascript parameter parsing. User will need to install Node.js with
    version > 14.0.0 to parse cloud code javascript.
  • Updated Diagnostics to use UnityAnalyticSender instead of TelemetrySender

Fixed

  • Cloud Code script with invalid parameter will fail to deploy and show in deploy result in failed catagory.
  • Deploying Cloud Code C# Modules that are empty or over the size limit of 10 MB doesn't fail silently anymore.
  • ugs fetch with --reconcile on empty folder with Remote Config contents now will not show Object reference not set to an instance error.