All in one SDK compile errors
When added to a brand new XR sample project in Unity the following compile errors exist:
Library/PackageCache/com.meta.xr.sdk.core@06273138c40d/Scripts/OVRPlugin.cs(4452,16): error CS0029: Cannot implicitly convert type 'bool' to 'OVRPlugin.Result'
Library/PackageCache/com.meta.xr.sdk.core@06273138c40d/Scripts/OVRPlugin.cs(4452,9): error CS0177: The out parameter 'acquiredIndex' must be assigned to before control leaves the current method
Library/PackageCache/com.meta.xr.sdk.core@06273138c40d/Scripts/OVRPlugin.cs(5343,9): error CS0177: The out parameter 'hapticsProperties' must be assigned to before control leaves the current method
This happens in 6000.3.2f1, 6000.1.1f1 and 6000.0.64f1. There is no mention on the store page of it not working in these versions. And no, deleting the Library folder does nothing to fix this.
