Skip to content

Instantly share code, notes, and snippets.

@rondinellimorais
Created January 18, 2021 21:03
Show Gist options
  • Save rondinellimorais/b1273ce819b269d324f1c5e0b37ae5ca to your computer and use it in GitHub Desktop.
Save rondinellimorais/b1273ce819b269d324f1c5e0b37ae5ca to your computer and use it in GitHub Desktop.
unity_process.xml
<activity
android:name="com.DefaultCompany.MagicGathering.UnityPlayerActivity"
android:process=":UnityProcess">
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment