I am in the process of porting a VR project to Oculus Quest 2 device. I am getting this error thrown whenever I try to build to the quest device.
“Saving Prefab to immutable folder is not allowed: Packages/com.amat.levelup.cameramrtk/Prefab/MixedRealityToolkit.prefab
UnityEngine.GUIUtility: ProcessEvent (int,intptr,bool&)”
This prefab is an instance from a downloaded package, however I have not mutated/changed the prefab in any way, but it is still giving this this error when I go to build the scene to quest device.
I have tried unpacking the prefab in hopes the error will go away and “sometimes” this helps me bypass the error and the build will work, but most the time it doesnt. I have no idea what the exact solution to this issue is. I desire some help here if anyone knows of an alternative solution or different perspective to tackle this.
Another Note: I am using MRTK2 within OpenXR framework. Unity version 2020.3.45f
