π±Unity Bridge SDK Implementation Guide
This guide provides a comprehensive step-by-step process for integrating the Unity Bridge AdSter SDK into your Unity Android application.
Last updated
This guide provides a comprehensive step-by-step process for integrating the Unity Bridge AdSter SDK into your Unity Android application.
Last updated
implementation 'com.adstertech:orchestrationsdk-unity-bridge:2.1.2'https://storage.googleapis.com/adster-unity-bridge-docs/AdsterBridgeUtil.cs<activity android:name="com.adster.adsterunitybridge.unitybridge.CustomUnityPlayerActivity"
android:label="@string/app_name"
android:exported="true"
android:theme="@style/UnityThemeSelector">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<meta-data android:name="unityplayer.UnityActivity" android:value="true" />
</activity>