Search Unity

Official Use Case Samples Project v1.7.0 is live in the public repo now!

Discussion in 'Unity Gaming Services General Discussion' started by Benan-Unity, Oct 19, 2022.

  1. Benan-Unity

    Benan-Unity

    Unity Technologies

    Joined:
    Oct 11, 2018
    Posts:
    8
    The newest version of the Use Case Samples project is publicly available in the repo.

    Changed
    • The Idle Clicker Mini-Game has been extensively reworked to now permit merging and unlocking of wells. These features demonstrate upgrading units and a generic unlock manager, which monitors in-game achievements to unlock new gameplay options as the game progresses.
    idle_clicker_scene.png
    • Client Minimum version has been updated to 1.7.0 due to many breaking changes caused by renaming configuration entries in the backend, as well as revamp of the Idle Clicker use case.
    • Also note that if you have an existing player account, you should use the A/B Testing use case to sign out and in as a new player, due to Cloud Save keys being renamed.
    • Updated Unity Gaming Services packages to the latest stable group of packages released as of 2022-10-11.
      • Mediation updated from 0.5.1-preview.1 to 1.0.4
    • Updated other supporting packages to their latest verified versions (Test Framework, 2D packages, IDE packages).
    • Cloud Save keys have been updated in the Battle Pass, Command Batching, Loot Boxes with Cooldown, and Seasonal Events use cases to align with the naming conventions of the other use cases.
    • Updated UGS scripts, variables, virtual purchases, remote config items, etc. to include an appropriate prefix describing the Use Case which requires it. This change does not effect items used by multiple Use Cases nor does it effect Currencies.
    • Updated "SeasonalEvents_GrantEventReward" script to use a better practice when getting Cloud Save values to ensure the correct keys are saved to the correct variables.
    • Added some additional helpful information to the Over-The-Air use case's README documents.
    • Fixed minor title centering issue in popup messages.
    Removed
    • Removed unused CloudCodeExceptionParsedMessage struct that was in most CloudCodeManagers.
    Known Issues
    • Because of a potential compatibility issue with Xcode version 14 and CocoaPods (used by the Mediation package), this project may not run properly when built with Xcode version 14.