Get Started
Last updated
Last updated
You will need an API Key to get started. Get your key by signing up on the .
To get started with the Unity SDK, please follow the steps outlined below. If you face any issues, feel free to post your questions on our .
You can download the latest version of our unity package from our . Add this to your project under the Assets
folder.
You will also need to purchase the package for the relevant platform you require (Windows + Mac / iOS / Android), and place this package under the Assets
folder of your project.
You can get a 20% discount while purchasing the WebView from the Vuplex store by using the code metafi
during checkout. Additionally will reimburse an additional $100 of your Vuplex purchase if you require; to claim this, you can book a call with us via this .
Import the Prefab named MetafiSDKPrefabDesktopNative
to your Hierarchy. Set the sort order
of this Component to a high value so that it rests above your other UI elements. Adjust the reference resolution of this Component if required.
Under the Start()
script of your first scene, Import the Metafi namespace and initialise the provider as shown below. More information on the Provider Initialization can be found .
You're done! You can now invoke the functions that you need.
Go to the projects page of the and navigate to Settings. There you can update the URL which we will use to authenticate your user token. Once this URL is updated, you can create a wallet for a user by passing in their userIdentifier
and jwtToken
into our SDK.
More information on this can be found in the section of our documentation.