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.pluginOpen the package manager settings by selecting the Unity menu option Edit > Project Settings > Package Manager.
Add OpenUPM as a scoped registry to the Package Manager window:
Name: OpenUPM URL: https://package.openupm.com Scopes: com.arcplay
Open the package manager menu by selecting the Unity menu option Window > Package Manager.
Set the manager scope drop-down to select My Registries.

Select the ArcPlay Unity Plugin package from the package list and press Install.
In the Unity Editor menu options, go to Window > Package Manager
Click on the + icon at the top left and choose Install package from git URL...
Paste the below
URLand click Install:https://github.com/ArcPlayAi/arcplay-unity-android-plugin.git?path=Packages/com.arcplay.plugin#v1.0.0Note: Check the latest plugin version by reaching out to the ArcPlay Customer Success team.After installation is complete, you will see the ArcPlay plugin in the Package Manager window.

That's it! Now you can move on to the Initialize step.
Last updated