Cesium for Unity NameSpace not found only when I build for VisionPro in Unity

When I try to build for visionOS as platform, Iam keep getting into this error, CesiumForUnity namspace not Found, can any one help me with this please! Even though I have the CesiumForUnity package

I am able to run the and get the 3D map tiles in unity’s player but I am unable to build i for visionPro, If I try building for other platforms like ios it successfully builds without the namespace error, but I am getting into this error when I do it only for VisionOS

/Users/saikapil/Documents/MathCo/Practice_Unity/GithubRepo/ProjectSpirare-for-Unity-1.5.0/packages/jp.co.hololab.spirare.cesium/UI/Scripts/CesiumCreditText.cs(1,7): error CS0246: The type or namespace name ‘CesiumForUnity’ could not be found (are you missing a using directive or an assembly reference?)

/Users/saikapil/Documents/MathCo/Practice_Unity/GithubRepo/ProjectSpirare-for-Unity-1.5.0/packages/jp.co.hololab.spirare.cesium/UI/Scripts/CesiumCreditText.cs(16,17): error CS0246: The type or namespace name ‘CesiumCreditSystemStringConverter’ could not be found (are you missing a using directive or an assembly reference?)

This seems to be the same post as CesiumForUnity could not be found?. Let’s keep the discussion there so that we don’t duplicate answers. :smile:

1 Like