Where is PassthroughCameraAccess?
Hi,
I updated the Meta XR Core SDK and related SDKs from 74 to 83. Then the Meta XR Core SDK package shows a compilation error. It seems to be missing a class or something needed by the MR Utility Kit. Did other required packages increase?
Unity 6000.0.55f1
Occulus XR Package 4.5.2
Library\PackageCache\com.meta.xr.sdk.core@a87f85fa91d3\Scripts\BuildingBlocks\AIBlocks\Agents\LlmAgent.cs(66,17): error CS0246: The type or namespace name 'PassthroughCameraAccess' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.meta.xr.sdk.core@a87f85fa91d3\Scripts\BuildingBlocks\AIBlocks\Agents\ObjectDetectionAgent.cs(51,17): error CS0246: The type or namespace name 'PassthroughCameraAccess' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.meta.xr.sdk.core@a87f85fa91d3\Scripts\BuildingBlocks\AIBlocks\Agents\ObjectDetectionVisualizer.cs(72,17): error CS0246: The type or namespace name 'PassthroughCameraAccess' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.meta.xr.sdk.core@a87f85fa91d3\Scripts\BuildingBlocks\AIBlocks\Agents\ObjectDetectionVisualizer.cs(79,20): error CS0246: The type or namespace name 'PassthroughCameraAccess' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.meta.xr.sdk.core@a87f85fa91d3\Editor\BuildingBlocks\BlockData\PassthroughCameraVisualizer\Scripts\PassthroughCameraVisualizerBlockData.cs(176,13): error CS0246: The type or namespace name 'PassthroughCameraAccess' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.meta.xr.sdk.core@a87f85fa91d3\Editor\BuildingBlocks\BlockData\PassthroughCameraVisualizer\Scripts\PassthroughCameraVisualizerBlockData.cs(175,35): error CS0246: The type or namespace name 'PassthroughCameraAccess' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.meta.xr.sdk.core@a87f85fa91d3\Editor\BuildingBlocks\BlockData\PassthroughCameraVisualizer\Scripts\PassthroughCameraVisualizerBlockData.cs(31,24): error CS0246: The type or namespace name 'PassthroughCameraAccess' could not be found (are you missing a using directive or an assembly reference?)