Unity SDK reference
The Tezos Unity SDK provides several objects that your Unity project can use to work with Tezos. These pages provide reference for the most important of these objects:
- API object: Provides information about the Tezos blockchain, such as what tokens accounts or contracts control
- DAppMetadata object: Provides read-only properties that describe the project
- DataProviderConfigSO scriptable object: Sets the indexer to get information about Tezos from
- EventManager object: Provides events that you can add listeners to, such as when users connect their wallets
- TezosConfigSO scriptable object: Stores information about connecting to Tezos, including the RPC node and Pinata API key to use
- TokenContract object: Provides a built-in FA2-compatible smart contract and convenience methods to work with it
- Wallet object: Provides methods to connect to wallets and send transactions from the connected account
The SDK also provides Unity prefabs that are prerequisites for the SDK; see Prefabs.