Unity SDK prefabs
The Tezos SDK for Unity provides these prefabs:
MainThreadExecutor
This prefab provides prerequisites for using the SDK in a scene.
TezosAuthenticator
This prefab provides code to connect to different kinds of Tezos wallets.
TezosManager
This prefab sets the metadata for the scene, such as the application name that users see in their wallet applications before connecting to the project.
It also creates an instance of the TezosSDK.Tezos.Tezos
class, which provides access to the SDK objects such as the Wallet and MessageReceiver objects.