Forum Discussion

DearnaKonsai's avatar
DearnaKonsai
Explorer
27 days ago

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?)

2 Replies

  • I added the following versions to the project.

    Meta MR Utility Kit 83.0.4

    Meta XR Core SDK 83.0.4

    Meta XR Interaction SDK 83.0.4

    Meta XR Intereaction SDK Essentials 83.0.4

    Meta XR Platform SDK 83.0.1

→ Find helpful resources to begin your development journey in Getting Started

→ Get the latest information about HorizonOS development in News & Announcements.

→ Access Start program mentor videos and share knowledge, tutorials, and videos in Community Resources.

→ Get support or provide help in Questions & Discussions.

→ Show off your work in What I’m Building to get feedback and find playtesters.

→ Looking for documentation?  Developer Docs

→ Looking for account support?  Support Center

→ Looking for the previous forum?  Forum Archive

→ Looking to join the Start program? Apply here.

 

Recent Discussions