Installation
Install the Economy SDK in your Unity project and configure authentication.
Read time 1 minuteLast updated a day ago
Get started
To get started with the Economy SDK:- Sign in to your Unity Cloud Project using the Services window in Unity.
- Install the version of the package you want using the Package Manager.
- Initialize the Core SDK using .
await UnityServices.InitializeAsync() - Sign in to the authentication SDK, as mentioned below.
Using the SDK
The Economy SDK is ready to use immediately when sign in with the Authentication SDK is complete. You may then call any of the methods in this guide to start interacting with the Economy data.Economy in the Unity Dashboard
The functionality of the SDK is only available when you have published your first Economy configuration from the Economy Configuration page in the Unity Dashboard. To get started:- From the Unity Dashboard, open Economy.
- Add some resources to the configuration.
- When you are ready for the configuration to be used in the SDK, click Publish.