by Aptos Labs
Quick Fact
A robust gaming library to build games on the Aptos blockchain using the Unity engine.
The Aptos Unity SDK is an open-source library that integrates Aptos blockchain functionalities into Unity-based applications. It leverages the Aptos.Core implementation and is compatible with .NET Standard 2.0 and .NET 4.x, making it suitable for multi-platform mobile, desktop, web, and VR applications. The SDK aims to simplify the development process for incorporating blockchain features into Unity games, supporting a seamless and efficient integration experience.
Apots Unity SDK supports blockchain functionalities by using three main core client classes:
- FaucetClient: This can be used to request in-app airdrops for Aptos native token APT and pay transaction fees.
- RESTClient: This can be used to interact with the Aptos blockchain using the native REST API methods.
- AptosClient: This is a REST client wrapper for interacting with the tokens on the Aptos blockchain.
Since Aptos Unity SDK is developed by Aptos Labs, it has the best integration compatibility and continuous development support from the huge Aptos community. Aptos Labs has also done an excellent job documenting the SDK and creating sample example apps.