Getting Started with Unity and ZED Problems

Hi,
I’m following the instructions for installing and using the ZED Mini and Unity together. here (Getting Started with Unity and ZED | Stereolabs). I’ve had this all working previously, but I’ve updated the SDK and Unity plugin package and now get the following script error:

Assets\ZED\SDK\Helpers\Scripts\Utilities\ZEDSupportFunction.cs(5,22): error CS0234: The type or namespace name ‘Management’ does not exist in the namespace ‘UnityEngine.XR’ (are you missing an assembly reference?)

This appeared after importing the Unity plugin package into a fresh Unity project.

Versions are:
Unity: 2121.3.16.f1
ZED SDK: ZED_SDK_Windows_cuda11.8_v4.0.3.exe
ZED plugin package: Zed_Unity_Plugin_v4.0.3.unitypackage
Windows 10
CUDA 11.7 installed

Thanks for any pointers,
Regards,
Dave

Hi @DaveyDave321 ,

You need to Install the XR Plugin Management in the Project settings, that should get rid of the error.
I’ll update the doc shortly to mention this.

image

Thanks for reporting!

Best,
Jean-Loup

Thank you - that fixed it.