11-21-2024 08:51 PM
Upon either restarting Unity (2022.3.21f1) or running a beta build I find that the Application ID field in Oculus Platform Settings has been reset to nothing, causing the entitlement check to fail. I'm using v69.0.1 Core SDK, and v69.0.0 Platform SDK packages in unity, as well as the Oculus XR Plugin on v4.2.0. It should be noted that this did not occur prior to updating to 2022.3.21f1, originally I was on 2021.3.33f1 but had to update to support a new package. Could anyone help me out here as it's been hindering my ability to progress with development for a few days and I'm at a dead end as to what could be causing it, thankyou!
11-21-2024 10:41 PM
I've been looking into the issue more, and I've realized that upon restarting unity, the OculusPlatformSettings asset gets deleted and recreated. When I check its creation date in file explorer it tells me that it was created right as I opened the project. I don't know why its doing this or what it means for the solution but hopefully it narrows down the issue