Install the Unity SDK on your app
Get started with the MarkTag Unity SDK
Download the Unity SDK from here: MarkTag Unity SDK Asset
Open your Unity project and go to
Assets>Import Package>Custom PackageSelect the downloaded MarkTag Unity SDK Asset and import it into your project
Once imported, you can access the MarkTag SDK plugin by importing it in your code:
csharp
Marktag.instance.Initialize("tag.your-domain.com");WARNING
This method must be called before any other MarkTag method. Make sure to call it somewhere that will be executed first and will live for the duration of the app.
TIP
You can get the tag from your Markopolo dashboard at https://app.markopolo.ai/marktag/pixel
Done! You are now able to log events with MarTag