CesiumGS / cesium-unity

Bringing the 3D geospatial ecosystem to Unity
https://cesium.com/platform/cesium-for-unity/
Apache License 2.0
362 stars 83 forks source link

Make platforms optional during build. #254

Open ZackOfAllTrades opened 1 year ago

ZackOfAllTrades commented 1 year ago

we should add args to the C# build project to skip platforms we don't care about, specifically, the Android build will fail if the version of Unity you have installed is missing the Android module.

j9liu commented 1 year ago

This'll also be helpful for skipping WebGL builds since we don't support WebGL at all, as mentioned in #198.

Champi67 commented 1 year ago

Any news on this subject ?

kring commented 12 months ago

No news, but we welcome a pull request if you have the capacity to implement it yourself.