-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
As soon as I use the Package Manager to pull from this repo, a newly built app crashes on startup on the Quest 3.
As soon as I remove the package and rebuild, it works again.
I suspected that it has something to do with the AndroidManifest.xml, but that is not the case - it does not change while this package is included.
edit: The workaround was to toggle from the Unity6 default of GameActivity to Activity in Project Settings -> Player. It consequently needs an aligned activity in the main AndroidManifest.xml
<activity android:name="com.unity3d.player.UnityPlayerActivity"
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>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
