XBE UNITY SDK RELEASE NOTES

Contents

XBE UNITY SDK RELEASE NOTES#

v5.0.0#

  • Updated XBE branding.

  • Updated packaged CSharp SDK to v.5.0.0

  • Breaking Changes:
    • Renamed findById to FindById in Quests

    • Renamed QuestReward model fields:
      • quantity -> value

      • entityUid -> entity

    • Renamed a few remaining cases of AXR -> XBE - if you receive errors on AXRObject, for instance, please rename the following:
      • AXR -> XBE

      • acceleratxr.io -> xsollabackend.com

      • goaxr.cloud -> goxbe.io

      • gitlab.acceleratxr.io -> source.goxbe.io

      • AcceleratXR -> Xsolla Backend

    • Classes were renamed
      • Message renamed to Mail

      • UserLink renamed to Relationship

      • MessageService renamed to MailService

      • UserLinkService renamed to RelationshipService

    • Introduced concept of Channels, for real-time messaging
      • Content sent on Channels now is referred to as Message

v4.0.0#

Warning

This release contains breaking API changes for namespaces and class names

  • Updated all namespaces from axr.sdk to xbe.sdk

  • Updated all class names prefixed AXR to XBE.

  • Added SSO OAuth Login

  • Added Notification Server

  • Added enabling of Push Notifications
    • Profile Service

    • Event Service

    • Quest Service

  • Fixed: Nested XBE Object Serialization Exception

v3.0.0#

Warning

This release contains breaking API changes for the User object

  • Ensured auto-population of Event.origin

  • Addressed Microsoft.BCL.AsyncInterfaces build conflicts

  • The user object fields FirstName and LastName have been changed:
    • User.FirstName -> User.GivenName

    • User.LastName -> User.FamilyName