Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dots-eco/dots-eco-unity-sdk
Dots.eco Certificates SDK for the Unity Platform
https://github.com/dots-eco/dots-eco-unity-sdk
api ecology unity-plugin unity3d
Last synced: 15 days ago
JSON representation
Dots.eco Certificates SDK for the Unity Platform
- Host: GitHub
- URL: https://github.com/dots-eco/dots-eco-unity-sdk
- Owner: dots-eco
- License: apache-2.0
- Created: 2023-08-15T17:30:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-03T09:37:09.000Z (9 months ago)
- Last Synced: 2024-04-03T10:37:53.677Z (9 months ago)
- Topics: api, ecology, unity-plugin, unity3d
- Language: C#
- Homepage: https://unity.dots.eco/
- Size: 21.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dots-eco-unity-sdk
Dots.eco Certificate SDK for the Unity Platform
See [Assets README.md](Assets/DotsEcoCertificateSDK/README.md)
Asset Store Plugin URL: https://assetstore.unity.com/packages/tools/integration/dots-eco-forunity-sdk-263415
Asset Store Publisher URL: https://assetstore.unity.com/publishers/89931
# How to use:
1. In order to uses the SDK you must set the authentication token, it can be provided via an environment varialbe `DOTS_AUTH_TOKENn` (e.g., for CI or testing) or via unity's `EditorPrefs.GetString("DotsEco_AuthToken")`
2. There are two app tokens in the SDK Configuration editor one for sandbox, used for testing the API and creating certificates via the editor window, and one for production used in the actual game. The production app token create real certificates and provides real (billed) impact so make sure you do not confuse the two. Sandbox certificates expire after some time to allow for a testing period and are not billed and do not make actual impact.