Here is a first version of the Ultra Unity Plugin. It's primary purpose is to allow you to seamlessly retrieve the Ultra sessions of players without requiring them to enter their credentials in-game. Once such a session is retrieved you can use it to connect to BrainCloud's SDK to access to their features supporting the Ultra ecosystem.
The Ultra Unity Plugin is based on UPM (Unity Package Manager). As of now it's not published to any registry so you will have to manually install the package with one of the following approaches:
- Open the Package Manager (Window > Package Manager)
- Click the
+
icon and selectAdd package from disk
- Select the root folder of the plugin
- Open the Package Manager (Window > Package Manager)
- Click the
+
icon and selectAdd Package from git URL
The plugin has been created and tested with Unity 2021.
Note that the plugin is currently developed and tested for Unity exclusively. A non-Unity dependent flavour of the library will require further adjustments. This will be done in a future version.
Once the plugin is installed, check the plugin's documentation for implementation guidance.