This SDK helps you connect your game to DynamicPixels and uses its features in the Unity3D scripts. If you need more support, feel free to contact us on customer channels or by email.
DynamicPixels provide following services:
- User Management
- Cloud Database
- Leaderboards and Achievements
- Chat/Messaging and Notification
- Parties
- Content Storage and CDN
- Realtime/Interactive Tools
- Etc.
Read more in the documentation.
First, Register to DynamicPixels as a developer and create a client for your game, now, open your Unity project, then go to the Package Manager modal:
Window -> Package Manager -> + Drop Down -> Add Package From Git Url
Now add the DynamicPixels Initilizer
component to one of your objects in the first scene of your project. and fill in the Client ID and Secret according to the data in your game's panel. Done! use functions in your code...