Cesium/Unity installation problems in Linux

Hello,
I am currently using:
Cesium 1.7.1
Unity 2022.3.20f1
Unity Hub 3.7.0
I created a Cesium ion account and followed the guide at Cesium for Unity Quickstart – Cesium
It doesn’t show the Cesium tab even if I can see the “Cesium for Unity” correctly installed, plus I receive 109 errors (most of them related to ‘Reinterop’)
One as example is the following “Library/PackageCache/com.cesium.unity@1.7.1/Runtime/Cesium3DTile.cs(2,7): error CS0246: The type or namespace name ‘Reinterop’ could not be found (are you missing a using directive or an assembly reference?)”

Any help is highly appreciated.
Susanna

Hi Susanna,

Welcome to the community! We don’t officially support Linux, so there will probably be issues installing the Package as-is from the scoped registry. You will have to build the plugin yourself from Github.

Follow the developer instructions here to get setup and build the package. Make sure you run the dotnet publish Reinterop~ -o . command before opening Unity.

Hope that helps! :slight_smile: