i am trying to build an aplication for visionOs but i have a lot of erros when i try to build(on editor it works fine)
Very similar problems over on this thread…
I’ve tried building the Cesium Unity SDK for Vision Pro. Everything works with Polyspatial in Editor, although I get a bunch of ‘Reinterop’ errors. I had something similar with the ESRI Maps SDK, and they gave me a few lines to add into the ‘Interior.cs’ file (see here ). That didn’t fully solve the issue, but at least allowed the project to fully build from the Unity side of things. Does anybody know a possible fix for this?
[Screenshot 2024-02-12 at 9.35.20 AM]
I had the same error.
Add “visionOS” to includePlatforms
in file Packages/com.cesium.unity/Runtime/CesiumRuntime.asmdef
(copied com.cesium.unity Library/PackageCache to Packages).