I get the following errors when trying to run my project in build and run mode:
Errors during XML parse:
UnityEditor.BuildPlayerWindow:BuildPlayerAndRun ()
Additionally, the fallback loader failed to parse the XML.
UnityEditor.BuildPlayerWindow:BuildPlayerAndRun ()
File C:\Users\jacob.android\repositories.cfg could not be loaded.
UnityEditor.BuildPlayerWindow:BuildPlayerAndRun ()
In play mode, Unity doesn’t respond (similar to if the headset were not even plugged in).
On the headset, in play mode, it stays at this screen indefinitely:
I’ve been troubleshooting an ADB connectivity issue for a couple weeks now and I’m not sure if this is related.
I’ve made sure all my system and drivers are updated.
The code in my project is nothing more than the XR rig and interaction toolkit and other related essentials.
Unity version: 2020.3.2.1
Interactional toolkit version: 1.0.0 preview 5
Any assistance would be much appreciated.