Import
The ArcPlay Unity plugin allows Unity developers to easily monetize your Unity apps for Android via a unified C# API in Unity without having to write Java/Kotlin code.
This guide is intended for publishers who want to monetize a Unity app.
Prerequisites
Use Unity 2021.3 or higher
To deploy to Android
Minimum Android API level of 23 or higher
Target Android API level 34 or higher
Android API level is set in Project Settings > Player > Android > Other Settings > Other Settings.
Import Options
If you have the OpenUPM CLI installed, you can install the OpenUPM registry with the following command:
openupm add com.arcplay.plugin
That's it! Now you can move on to the Initialize step.
Last updated