Using in Native Android Projects (UaaL)
Quick overview on how to use in native android projects with unity as a library (UaaL)
Complete Setup
External Dependency Manager Setup (Optional)
File Setup : AndroidManifest.xml
<service android:name="com.voxelbusters.screenrecorderkit.videorecorder.internal.ScreenRecordingService" android:enabled="true" android:process=":UnityPlayer" android:foregroundServiceType="mediaProjection" />File Setup : settings.gradle
Last updated