Skip to content

Cesium for Unity v1.12.0

Latest
Compare
Choose a tag to compare
@kring kring released this 03 Sep 10:18
· 16 commits to main since this release
79b6285

Cesium for Unity works on Windows (x86-64), macOS (x86-64 and Apple Silicon), Android (ARM64 and x86-64), iOS, and Universal Windows Platform (ARM64 and x86-64).

πŸš€ Get Started

  1. Download Cesium for Unity Samples.
  2. Extract the .zip file into a suitable location on your computer.
  3. If you have Unity Hub installed, click the "Open" button under the "Projects" tab. Otherwise, open the Unity Editor directly and select "Open Project". Then, point it to the extracted directory. Unity will load the project and also download Cesium for Unity using the Package Manager.
  4. In the Asset Browser, select and load Assets -> Scenes -> 01_CesiumWorld. You can also select other scenes as you browse and explore the samples.

Or, to learn how to add it to your own project, see the Cesium for Unity Quickstart.

Have questions? Ask them on the community forum.

πŸ•™ Change Log

Breaking Changes πŸ“£
  • Player builds for macOS now require macOS 10.15+. Previously, 10.13+ was supported.
Additions πŸŽ‰
  • Editor builds for macOS now target macOS 10.15+. Previously, macOS 12.7+ was required.
  • Added originPlacement property to CesiumGeoreference to toggle between "Cartographic Origin" and "True Origin" reference modes. Whereas "Cartographic Origin" is the default for georeferenced tilesets, "True Origin" may be used for non-georeferenced tilesets centered at the origin.
Fixes πŸ”§
  • Fixed a bug that prevented using the Token panel with a new Cesium ion Server that had never had its token set before.
  • Fixed a bug that could cause a crash in CesiumIonSession when the object was garbage collected or the AppDomain was unloaded while network requests were in progress.
  • Fixed a bug that could cause CesiumFlyToController to unexpectedly interrupt a flight.
  • glTF doubleSided materials are now supported. Previously, models using this property would appear inside-out.
  • Fixed a bug that prevented clipping with CesiumCartographicPolygon from working with HDRP.

This release updates cesium-native from v0.38.0 to v0.39.0. See the changelog for a complete list of changes in cesium-native.