Unity Integration
Suggestions for how to integrate HyperPlay with your Unity Project
Integration pathes
Unity games seeking to leverage HyperPlay's wallet features may do so through direct HTTP API calls, or through no-code SDKs provided through HyperPlay's partners.
SDKs
Our recommended SDK for Unity developers is ThirdWeb, which has a deep integration with HyperPlay's wallet features out of the box.
Developers using other SDKs can still integrate directly using our Wallet API.
C#
You can use our Unity API examples to write your own transaction requests with the UnityEngine.Networking
module.
Last updated