Skip to content
🎉 Welcome to the new Aptos Docs! Click here to submit feedback!
BuildSDKsUnity SDK

This SDK is currently in beta. Please report any issues you encounter by creating an issue in the aptos-labs/unity-sdk repository.

Aptos Unity SDK (Beta)

Integrate Aptos Web3 capabilities within your Unity applications. The goal of this SDK is to provide a set of tools for developers to build Web3 games using the Unity game engine.

Supported Features

  • Support for the Aptos .NET SDK

    • Binary Canonical Serialization (BCS) encoding and decoding
    • Ed25519, SingleKey, MultiKey, and Keyless signer support
    • Utilities for transaction building, signing, and submission
    • Abstractions over the Aptos Fullnode and Indexer APIs
    • Aptos Names (ANS) support for resolution and lookup

Compatibility

.NET VersionSupported
.NET Standard 2.1

Installation

Install via Unity Package Manager (UPM)

  1. Open the Unity Package Manager (Window > Package Manager).
  2. Click on the + button and select Add package from git URL....
  3. Enter the URL of the Aptos Unity SDK path in this repository:
https://github.com/aptos-labs/unity-sdk.git?path=/Packages/com.aptoslabs.aptos-unity-sdk

Install via unitypackage

  1. Go to the aptos-labs/unity-sdk Releases and download the latest release.
  2. Drag and drop the .unitypackage file into your Unity project.

Resources