org.outernet.cesium-unity 1.15.3-linux.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGES.md +420 -0
- package/CHANGES.md.meta +7 -0
- package/Editor/BuildCesiumForUnity.cs +186 -0
- package/Editor/BuildCesiumForUnity.cs.meta +11 -0
- package/Editor/Cesium3DTilesetEditor.cs +542 -0
- package/Editor/Cesium3DTilesetEditor.cs.meta +11 -0
- package/Editor/CesiumBingMapsRasterOverlayEditor.cs +66 -0
- package/Editor/CesiumBingMapsRasterOverlayEditor.cs.meta +11 -0
- package/Editor/CesiumCameraControllerEditor.cs +174 -0
- package/Editor/CesiumCameraControllerEditor.cs.meta +11 -0
- package/Editor/CesiumCameraManagerEditor.cs +65 -0
- package/Editor/CesiumCameraManagerEditor.cs.meta +11 -0
- package/Editor/CesiumCartographicPolygonEditor.cs +23 -0
- package/Editor/CesiumCartographicPolygonEditor.cs.meta +11 -0
- package/Editor/CesiumDebugColorizeTilesRasterOverlayEditor.cs +41 -0
- package/Editor/CesiumDebugColorizeTilesRasterOverlayEditor.cs.meta +11 -0
- package/Editor/CesiumEditor.asmdef +26 -0
- package/Editor/CesiumEditor.asmdef.meta +7 -0
- package/Editor/CesiumEditorStyle.cs +188 -0
- package/Editor/CesiumEditorStyle.cs.meta +11 -0
- package/Editor/CesiumEditorUtility.cs +394 -0
- package/Editor/CesiumEditorUtility.cs.meta +11 -0
- package/Editor/CesiumEditorWindow.cs +447 -0
- package/Editor/CesiumEditorWindow.cs.meta +11 -0
- package/Editor/CesiumFlyToControllerEditor.cs +76 -0
- package/Editor/CesiumFlyToControllerEditor.cs.meta +11 -0
- package/Editor/CesiumGeoreferenceEditor.cs +277 -0
- package/Editor/CesiumGeoreferenceEditor.cs.meta +11 -0
- package/Editor/CesiumGlobeAnchorEditor.cs +202 -0
- package/Editor/CesiumGlobeAnchorEditor.cs.meta +11 -0
- package/Editor/CesiumInspectorGUI.cs +187 -0
- package/Editor/CesiumInspectorGUI.cs.meta +11 -0
- package/Editor/CesiumIonAsset.cs +192 -0
- package/Editor/CesiumIonAsset.cs.meta +11 -0
- package/Editor/CesiumIonAssetsWindow.cs +257 -0
- package/Editor/CesiumIonAssetsWindow.cs.meta +11 -0
- package/Editor/CesiumIonRasterOverlayEditor.cs +87 -0
- package/Editor/CesiumIonRasterOverlayEditor.cs.meta +11 -0
- package/Editor/CesiumIonServerManager.cs +153 -0
- package/Editor/CesiumIonServerManager.cs.meta +11 -0
- package/Editor/CesiumIonServerSelector.cs +127 -0
- package/Editor/CesiumIonServerSelector.cs.meta +11 -0
- package/Editor/CesiumIonSession.cs +102 -0
- package/Editor/CesiumIonSession.cs.meta +11 -0
- package/Editor/CesiumPolygonRasterOverlayEditor.cs +102 -0
- package/Editor/CesiumPolygonRasterOverlayEditor.cs.meta +11 -0
- package/Editor/CesiumRasterOverlayEditor.cs +230 -0
- package/Editor/CesiumRasterOverlayEditor.cs.meta +11 -0
- package/Editor/CesiumSubSceneEditor.cs +201 -0
- package/Editor/CesiumSubSceneEditor.cs.meta +11 -0
- package/Editor/CesiumTileMapServiceRasterOverlayEditor.cs +88 -0
- package/Editor/CesiumTileMapServiceRasterOverlayEditor.cs.meta +11 -0
- package/Editor/CesiumWebMapServiceRasterOverlayEditor.cs +111 -0
- package/Editor/CesiumWebMapServiceRasterOverlayEditor.cs.meta +11 -0
- package/Editor/CesiumWebMapTileServiceRasterOverlayEditor.cs +277 -0
- package/Editor/CesiumWebMapTileServiceRasterOverlayEditor.cs.meta +3 -0
- package/Editor/CompileCesiumForUnityNative.cs +581 -0
- package/Editor/CompileCesiumForUnityNative.cs.meta +11 -0
- package/Editor/ConfigureReinterop.cs +255 -0
- package/Editor/ConfigureReinterop.cs.meta +11 -0
- package/Editor/Helpers.cs +102 -0
- package/Editor/Helpers.cs.meta +11 -0
- package/Editor/IonAssetsMultiColumnHeader.cs +45 -0
- package/Editor/IonAssetsMultiColumnHeader.cs.meta +11 -0
- package/Editor/IonAssetsTreeView.cs +214 -0
- package/Editor/IonAssetsTreeView.cs.meta +11 -0
- package/Editor/IonMissingAssetWindow.cs +65 -0
- package/Editor/IonMissingAssetWindow.cs.meta +11 -0
- package/Editor/IonTokenTroubleshootingWindow.cs +615 -0
- package/Editor/IonTokenTroubleshootingWindow.cs.meta +11 -0
- package/Editor/NativeDownloadHandler.cs +35 -0
- package/Editor/NativeDownloadHandler.cs.meta +11 -0
- package/Editor/QuickAddItem.cs +43 -0
- package/Editor/QuickAddItem.cs.meta +11 -0
- package/Editor/Resources/Cesium-128x128.png +0 -0
- package/Editor/Resources/Cesium-128x128.png.meta +98 -0
- package/Editor/Resources/Cesium-24x24.png +0 -0
- package/Editor/Resources/Cesium-24x24.png.meta +123 -0
- package/Editor/Resources/Cesium-64x64.png +0 -0
- package/Editor/Resources/Cesium-64x64.png.meta +98 -0
- package/Editor/Resources/Cesium-for-Unity-dark.png +0 -0
- package/Editor/Resources/Cesium-for-Unity-dark.png.meta +123 -0
- package/Editor/Resources/Cesium-for-Unity-light.png +0 -0
- package/Editor/Resources/Cesium-for-Unity-light.png.meta +123 -0
- package/Editor/Resources/Cesium-icon-16x16.png +0 -0
- package/Editor/Resources/Cesium-icon-16x16.png.meta +98 -0
- package/Editor/Resources/FontAwesome/attribution.txt +9 -0
- package/Editor/Resources/FontAwesome/attribution.txt.meta +7 -0
- package/Editor/Resources/FontAwesome/book-reader-solid.png +0 -0
- package/Editor/Resources/FontAwesome/book-reader-solid.png.meta +98 -0
- package/Editor/Resources/FontAwesome/book-reader-solid.svg +1 -0
- package/Editor/Resources/FontAwesome/book-reader-solid.svg.meta +7 -0
- package/Editor/Resources/FontAwesome/check-solid.png +0 -0
- package/Editor/Resources/FontAwesome/check-solid.png.meta +98 -0
- package/Editor/Resources/FontAwesome/check-solid.svg +1 -0
- package/Editor/Resources/FontAwesome/check-solid.svg.meta +7 -0
- package/Editor/Resources/FontAwesome/cloud-upload-alt-solid.png +0 -0
- package/Editor/Resources/FontAwesome/cloud-upload-alt-solid.png.meta +98 -0
- package/Editor/Resources/FontAwesome/cloud-upload-alt-solid.svg +1 -0
- package/Editor/Resources/FontAwesome/cloud-upload-alt-solid.svg.meta +7 -0
- package/Editor/Resources/FontAwesome/folder.png +0 -0
- package/Editor/Resources/FontAwesome/folder.png.meta +147 -0
- package/Editor/Resources/FontAwesome/folder.svg +5 -0
- package/Editor/Resources/FontAwesome/folder.svg.meta +7 -0
- package/Editor/Resources/FontAwesome/hands-helping-solid.png +0 -0
- package/Editor/Resources/FontAwesome/hands-helping-solid.png.meta +98 -0
- package/Editor/Resources/FontAwesome/hands-helping-solid.svg +1 -0
- package/Editor/Resources/FontAwesome/hands-helping-solid.svg.meta +7 -0
- package/Editor/Resources/FontAwesome/key-solid.png +0 -0
- package/Editor/Resources/FontAwesome/key-solid.png.meta +98 -0
- package/Editor/Resources/FontAwesome/key-solid.svg +1 -0
- package/Editor/Resources/FontAwesome/key-solid.svg.meta +7 -0
- package/Editor/Resources/FontAwesome/plus-solid.png +0 -0
- package/Editor/Resources/FontAwesome/plus-solid.png.meta +98 -0
- package/Editor/Resources/FontAwesome/plus-solid.svg +1 -0
- package/Editor/Resources/FontAwesome/plus-solid.svg.meta +7 -0
- package/Editor/Resources/FontAwesome/sign-out-alt-solid.png +0 -0
- package/Editor/Resources/FontAwesome/sign-out-alt-solid.png.meta +98 -0
- package/Editor/Resources/FontAwesome/sign-out-alt-solid.svg +1 -0
- package/Editor/Resources/FontAwesome/sign-out-alt-solid.svg.meta +7 -0
- package/Editor/Resources/FontAwesome/sync-alt-solid.png +0 -0
- package/Editor/Resources/FontAwesome/sync-alt-solid.png.meta +98 -0
- package/Editor/Resources/FontAwesome/sync-alt-solid.svg +1 -0
- package/Editor/Resources/FontAwesome/sync-alt-solid.svg.meta +7 -0
- package/Editor/Resources/FontAwesome/times-solid.png +0 -0
- package/Editor/Resources/FontAwesome/times-solid.png.meta +98 -0
- package/Editor/Resources/FontAwesome/times-solid.svg +1 -0
- package/Editor/Resources/FontAwesome/times-solid.svg.meta +7 -0
- package/Editor/Resources/FontAwesome.meta +8 -0
- package/Editor/Resources.meta +8 -0
- package/Editor/SelectIonTokenWindow.cs +249 -0
- package/Editor/SelectIonTokenWindow.cs.meta +11 -0
- package/Editor/arm64.meta +8 -0
- package/Editor/csc.rsp +1 -0
- package/Editor/csc.rsp.meta +7 -0
- package/Editor/libCesiumForUnityNative-Editor.so +0 -0
- package/Editor/libCesiumForUnityNative-Editor.so.meta +2 -0
- package/Editor/libCesiumForUnityNative-Runtime.so +0 -0
- package/Editor/libCesiumForUnityNative-Runtime.so.meta +2 -0
- package/Editor/x86_64.meta +8 -0
- package/Editor.meta +8 -0
- package/LICENSE +201 -0
- package/LICENSE.meta +7 -0
- package/Plugins/Standalone/libCesiumForUnityNative-Runtime.so +0 -0
- package/Plugins/Standalone/libCesiumForUnityNative-Runtime.so.meta +2 -0
- package/Plugins/Standalone.meta +8 -0
- package/Plugins.meta +8 -0
- package/README.md +39 -0
- package/README.md.meta +7 -0
- package/Reinterop.deps.json +172 -0
- package/Reinterop.deps.json.meta +7 -0
- package/Reinterop.dll +0 -0
- package/Reinterop.dll.meta +79 -0
- package/Runtime/Cesium3DTile.cs +37 -0
- package/Runtime/Cesium3DTile.cs.meta +11 -0
- package/Runtime/Cesium3DTileset.cs +788 -0
- package/Runtime/Cesium3DTileset.cs.meta +11 -0
- package/Runtime/Cesium3DTilesetLoadFailureDetails.cs +65 -0
- package/Runtime/Cesium3DTilesetLoadFailureDetails.cs.meta +11 -0
- package/Runtime/CesiumBackwardCompatibility.cs +163 -0
- package/Runtime/CesiumBackwardCompatibility.cs.meta +11 -0
- package/Runtime/CesiumBingMapsRasterOverlay.cs +72 -0
- package/Runtime/CesiumBingMapsRasterOverlay.cs.meta +11 -0
- package/Runtime/CesiumCameraController.cs +827 -0
- package/Runtime/CesiumCameraController.cs.meta +11 -0
- package/Runtime/CesiumCameraManager.cs +105 -0
- package/Runtime/CesiumCameraManager.cs.meta +11 -0
- package/Runtime/CesiumCartographicPolygon.cs +152 -0
- package/Runtime/CesiumCartographicPolygon.cs.meta +11 -0
- package/Runtime/CesiumCreditSystem.cs +343 -0
- package/Runtime/CesiumCreditSystem.cs.meta +11 -0
- package/Runtime/CesiumCreditSystemUI.cs +402 -0
- package/Runtime/CesiumCreditSystemUI.cs.meta +11 -0
- package/Runtime/CesiumDebugColorizeTilesRasterOverlay.cs +21 -0
- package/Runtime/CesiumDebugColorizeTilesRasterOverlay.cs.meta +11 -0
- package/Runtime/CesiumEllipsoid.cs +107 -0
- package/Runtime/CesiumEllipsoid.cs.meta +11 -0
- package/Runtime/CesiumFeature.cs +279 -0
- package/Runtime/CesiumFeature.cs.meta +11 -0
- package/Runtime/CesiumFeatureIdAttribute.cs +61 -0
- package/Runtime/CesiumFeatureIdAttribute.cs.meta +11 -0
- package/Runtime/CesiumFeatureIdSet.cs +165 -0
- package/Runtime/CesiumFeatureIdSet.cs.meta +11 -0
- package/Runtime/CesiumFeatureIdTexture.cs +68 -0
- package/Runtime/CesiumFeatureIdTexture.cs.meta +11 -0
- package/Runtime/CesiumFlyToController.cs +539 -0
- package/Runtime/CesiumFlyToController.cs.meta +11 -0
- package/Runtime/CesiumGeoreference.cs +628 -0
- package/Runtime/CesiumGeoreference.cs.meta +11 -0
- package/Runtime/CesiumGlobeAnchor.cs +664 -0
- package/Runtime/CesiumGlobeAnchor.cs.meta +11 -0
- package/Runtime/CesiumGlobeAnchorBackwardCompatibility0dot2dot0.cs +105 -0
- package/Runtime/CesiumGlobeAnchorBackwardCompatibility0dot2dot0.cs.meta +11 -0
- package/Runtime/CesiumIntMatN.cs +398 -0
- package/Runtime/CesiumIntMatN.cs.meta +11 -0
- package/Runtime/CesiumIntVecN.cs +525 -0
- package/Runtime/CesiumIntVecN.cs.meta +11 -0
- package/Runtime/CesiumIonRasterOverlay.cs +110 -0
- package/Runtime/CesiumIonRasterOverlay.cs.meta +11 -0
- package/Runtime/CesiumIonServer.cs +137 -0
- package/Runtime/CesiumIonServer.cs.meta +11 -0
- package/Runtime/CesiumMetadata.cs +33 -0
- package/Runtime/CesiumMetadata.cs.meta +11 -0
- package/Runtime/CesiumMetadataValue.cs +1764 -0
- package/Runtime/CesiumMetadataValue.cs.meta +11 -0
- package/Runtime/CesiumMetadataValueType.cs +203 -0
- package/Runtime/CesiumMetadataValueType.cs.meta +11 -0
- package/Runtime/CesiumModelMetadata.cs +26 -0
- package/Runtime/CesiumModelMetadata.cs.meta +11 -0
- package/Runtime/CesiumObjectPool.cs +74 -0
- package/Runtime/CesiumObjectPool.cs.meta +11 -0
- package/Runtime/CesiumObjectPools.cs +39 -0
- package/Runtime/CesiumObjectPools.cs.meta +11 -0
- package/Runtime/CesiumOriginShift.cs +146 -0
- package/Runtime/CesiumOriginShift.cs.meta +11 -0
- package/Runtime/CesiumPointCloudRenderer.cs +246 -0
- package/Runtime/CesiumPointCloudRenderer.cs.meta +11 -0
- package/Runtime/CesiumPointCloudShading.cs +76 -0
- package/Runtime/CesiumPointCloudShading.cs.meta +11 -0
- package/Runtime/CesiumPolygonRasterOverlay.cs +109 -0
- package/Runtime/CesiumPolygonRasterOverlay.cs.meta +11 -0
- package/Runtime/CesiumPrimitiveFeatures.cs +130 -0
- package/Runtime/CesiumPrimitiveFeatures.cs.meta +11 -0
- package/Runtime/CesiumPropertyArray.cs +64 -0
- package/Runtime/CesiumPropertyArray.cs.meta +11 -0
- package/Runtime/CesiumPropertyTable.cs +126 -0
- package/Runtime/CesiumPropertyTable.cs.meta +11 -0
- package/Runtime/CesiumPropertyTableProperty.cs +1734 -0
- package/Runtime/CesiumPropertyTableProperty.cs.meta +11 -0
- package/Runtime/CesiumRasterOverlay.cs +239 -0
- package/Runtime/CesiumRasterOverlay.cs.meta +11 -0
- package/Runtime/CesiumRasterOverlayLoadFailureDetails.cs +65 -0
- package/Runtime/CesiumRasterOverlayLoadFailureDetails.cs.meta +11 -0
- package/Runtime/CesiumRuntime.asmdef +32 -0
- package/Runtime/CesiumRuntime.asmdef.meta +7 -0
- package/Runtime/CesiumRuntime.cs +3 -0
- package/Runtime/CesiumRuntime.cs.meta +11 -0
- package/Runtime/CesiumRuntimeSettings.cs +188 -0
- package/Runtime/CesiumRuntimeSettings.cs.meta +11 -0
- package/Runtime/CesiumSampleHeightResult.cs +47 -0
- package/Runtime/CesiumSampleHeightResult.cs.meta +11 -0
- package/Runtime/CesiumSimplePlanarEllipsoidCurve.cs +93 -0
- package/Runtime/CesiumSimplePlanarEllipsoidCurve.cs.meta +11 -0
- package/Runtime/CesiumSubScene.cs +473 -0
- package/Runtime/CesiumSubScene.cs.meta +11 -0
- package/Runtime/CesiumTileExcluder.cs +47 -0
- package/Runtime/CesiumTileExcluder.cs.meta +11 -0
- package/Runtime/CesiumTileMapServiceRasterOverlay.cs +93 -0
- package/Runtime/CesiumTileMapServiceRasterOverlay.cs.meta +11 -0
- package/Runtime/CesiumWebMapServiceRasterOverlay.cs +129 -0
- package/Runtime/CesiumWebMapServiceRasterOverlay.cs.meta +11 -0
- package/Runtime/CesiumWebMapTileServiceRasterOverlay.cs +414 -0
- package/Runtime/CesiumWebMapTileServiceRasterOverlay.cs.meta +3 -0
- package/Runtime/CesiumWgs84Ellipsoid.cs +75 -0
- package/Runtime/CesiumWgs84Ellipsoid.cs.meta +11 -0
- package/Runtime/ConfigureReinterop.cs +926 -0
- package/Runtime/ConfigureReinterop.cs.meta +11 -0
- package/Runtime/Helpers.cs +122 -0
- package/Runtime/Helpers.cs.meta +11 -0
- package/Runtime/ICesiumRestartable.cs +17 -0
- package/Runtime/ICesiumRestartable.cs.meta +11 -0
- package/Runtime/NativeCoroutine.cs +28 -0
- package/Runtime/NativeCoroutine.cs.meta +11 -0
- package/Runtime/NativeDownloadHandler.cs +29 -0
- package/Runtime/NativeDownloadHandler.cs.meta +11 -0
- package/Runtime/Resources/CesiumCreditSystem.prefab +78 -0
- package/Runtime/Resources/CesiumCreditSystem.prefab.meta +7 -0
- package/Runtime/Resources/CesiumCreditSystemRuntimeTheme.tss +2 -0
- package/Runtime/Resources/CesiumCreditSystemRuntimeTheme.tss.meta +11 -0
- package/Runtime/Resources/CesiumCreditSystemUI.uxml +4 -0
- package/Runtime/Resources/CesiumCreditSystemUI.uxml.meta +10 -0
- package/Runtime/Resources/CesiumCreditSystemUIPanelSettings.asset +38 -0
- package/Runtime/Resources/CesiumCreditSystemUIPanelSettings.asset.meta +8 -0
- package/Runtime/Resources/CesiumDefaultTilesetMaterial.mat +232 -0
- package/Runtime/Resources/CesiumDefaultTilesetMaterial.mat.meta +8 -0
- package/Runtime/Resources/CesiumDefaultTilesetShader.shadergraph +14271 -0
- package/Runtime/Resources/CesiumDefaultTilesetShader.shadergraph.meta +10 -0
- package/Runtime/Resources/CesiumPointCloudShading.hlsl +156 -0
- package/Runtime/Resources/CesiumPointCloudShading.hlsl.meta +7 -0
- package/Runtime/Resources/CesiumPointCloudShadingMaterial.mat +125 -0
- package/Runtime/Resources/CesiumPointCloudShadingMaterial.mat.meta +8 -0
- package/Runtime/Resources/CesiumPointCloudShadingShader.shader +73 -0
- package/Runtime/Resources/CesiumPointCloudShadingShader.shader.meta +10 -0
- package/Runtime/Resources/CesiumRasterOverlay.shadersubgraph +2207 -0
- package/Runtime/Resources/CesiumRasterOverlay.shadersubgraph.meta +10 -0
- package/Runtime/Resources/CesiumSelectTexCoords.shadersubgraph +722 -0
- package/Runtime/Resources/CesiumSelectTexCoords.shadersubgraph.meta +10 -0
- package/Runtime/Resources/CesiumUnlitTilesetMaterial.mat +261 -0
- package/Runtime/Resources/CesiumUnlitTilesetMaterial.mat.meta +8 -0
- package/Runtime/Resources/CesiumUnlitTilesetShader.shadergraph +5873 -0
- package/Runtime/Resources/CesiumUnlitTilesetShader.shadergraph.meta +10 -0
- package/Runtime/Resources/DynamicCamera.prefab +253 -0
- package/Runtime/Resources/DynamicCamera.prefab.meta +7 -0
- package/Runtime/Resources/TransformTextureCoordinates.shadersubgraph +2171 -0
- package/Runtime/Resources/TransformTextureCoordinates.shadersubgraph.meta +10 -0
- package/Runtime/Resources/green1x1.png +0 -0
- package/Runtime/Resources/green1x1.png.meta +123 -0
- package/Runtime/Resources.meta +8 -0
- package/Runtime/TestGltfModel.cs +56 -0
- package/Runtime/TestGltfModel.cs.meta +11 -0
- package/Runtime/TestReinterop.cs +21 -0
- package/Runtime/TestReinterop.cs.meta +11 -0
- package/Runtime/UnityLifetime.cs +27 -0
- package/Runtime/UnityLifetime.cs.meta +11 -0
- package/Runtime/WaitForTask.cs +25 -0
- package/Runtime/WaitForTask.cs.meta +11 -0
- package/Runtime/csc.rsp +1 -0
- package/Runtime/csc.rsp.meta +7 -0
- package/Runtime.meta +8 -0
- package/ThirdParty.json +27 -0
- package/ThirdParty.json.meta +7 -0
- package/WGS84.asset +18 -0
- package/WGS84.asset.meta +8 -0
- package/package.json +29 -0
- package/package.json.meta +7 -0
package/CHANGES.md
ADDED
|
@@ -0,0 +1,420 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
## v1.15.3 - 2025-02-12
|
|
4
|
+
|
|
5
|
+
This release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.44.2 to v0.44.3. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
6
|
+
|
|
7
|
+
## v1.15.2 - 2025-02-10
|
|
8
|
+
|
|
9
|
+
This release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.44.1 to v0.44.2. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
10
|
+
|
|
11
|
+
## v1.15.1 - 2025-02-03
|
|
12
|
+
|
|
13
|
+
This release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.44.0 to v0.44.1. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
14
|
+
|
|
15
|
+
## v1.15.0 - 2025-02-03
|
|
16
|
+
|
|
17
|
+
Cesium for Unity now requires Unity 2022 LTS (2022.3), Unity 6, or later.
|
|
18
|
+
|
|
19
|
+
##### Fixes :wrench:
|
|
20
|
+
|
|
21
|
+
- Exceptions in either C# or C++ code are now handled much more reliably.
|
|
22
|
+
|
|
23
|
+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.43.0 to v0.44.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
24
|
+
|
|
25
|
+
## v1.14.1 - 2025-01-02
|
|
26
|
+
|
|
27
|
+
This is the last release of Cesium for Unity that will support Unity 2021 LTS (2021.3). Future versions will require Unity 2022 LTS (2022.3) or Unity 6.
|
|
28
|
+
|
|
29
|
+
##### Fixes :wrench:
|
|
30
|
+
|
|
31
|
+
- Fixed a bug that could cause a crash on AppDomain reloads.
|
|
32
|
+
- Fixed a bug that could cause a crash or incorrect textures when multiple `Cesium3DTileset` tiles referenced the same image by URL.
|
|
33
|
+
- Fixed a bug that could cause incorrect colors in a model that did have vertex colors but did not have normals.
|
|
34
|
+
- Fixed a bug that could cause a hang when attempting to load a model with UINT16 indices where generating flat normals required more than 2^16 vertices.
|
|
35
|
+
- Fixed a bug in the Abseil vcpkg overlay port that could cause linker errors on some systems.
|
|
36
|
+
|
|
37
|
+
This release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.42.0 to v0.43.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
38
|
+
|
|
39
|
+
## v1.14.0 - 2024-12-02
|
|
40
|
+
|
|
41
|
+
##### Additions :tada:
|
|
42
|
+
|
|
43
|
+
- Added a "From Ellipsoid" option to `Cesium3DTileset` to generate a tileset by tessellating the surface of the ellipsoid, producing a simple globe tileset without terrain features.
|
|
44
|
+
|
|
45
|
+
##### Fixes :wrench:
|
|
46
|
+
|
|
47
|
+
- Fixed a bug in `CesiumWebMapTileServiceRasterOverlay` that caused automatic Tile Matrix Set Labels to be created incorrectly, leading to incorrect tile request URLs.
|
|
48
|
+
|
|
49
|
+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.41.0 to v0.42.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
50
|
+
|
|
51
|
+
## v1.13.1 - 2024-11-01
|
|
52
|
+
|
|
53
|
+
##### Fixes :wrench:
|
|
54
|
+
|
|
55
|
+
- Added restrictions to `CesiumRuntime.asmdef` to prevent the plugin from attempting to load on platforms not supported by Cesium for Unity.
|
|
56
|
+
|
|
57
|
+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.40.1 to v0.41.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
58
|
+
|
|
59
|
+
## v1.13.0 - 2024-10-01
|
|
60
|
+
|
|
61
|
+
##### Additions :tada:
|
|
62
|
+
|
|
63
|
+
- Added a new `CesiumCameraManager` component. It allows configuration of the cameras to use for Cesium3DTileset culling and level-of-detail.
|
|
64
|
+
- Added `SampleHeightMostDetailed` method to `Cesium3DTileset`. It asynchronously queries the height of a tileset at a list of positions.
|
|
65
|
+
|
|
66
|
+
##### Fixes :wrench:
|
|
67
|
+
|
|
68
|
+
- Fixed a bug that could cause a `NullReferenceException` when a `Cesium3DTileset` was not nested into a game object with a `CesiumGeoreference`.
|
|
69
|
+
|
|
70
|
+
This release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.39.0 to v0.40.1. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
71
|
+
|
|
72
|
+
## v1.12.0 - 2024-09-02
|
|
73
|
+
|
|
74
|
+
##### Breaking Changes :mega:
|
|
75
|
+
|
|
76
|
+
- Player builds for macOS now require macOS 10.15+. Previously, 10.13+ was supported.
|
|
77
|
+
|
|
78
|
+
##### Additions :tada:
|
|
79
|
+
|
|
80
|
+
- Editor builds for macOS now target macOS 10.15+. Previously, macOS 12.7+ was required.
|
|
81
|
+
- 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.
|
|
82
|
+
|
|
83
|
+
##### Fixes :wrench:
|
|
84
|
+
|
|
85
|
+
- Fixed a bug that prevented using the Token panel with a new Cesium ion Server that had never had its token set before.
|
|
86
|
+
- 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.
|
|
87
|
+
- Fixed a bug that could cause `CesiumFlyToController` to unexpectedly interrupt a flight.
|
|
88
|
+
- glTF `doubleSided` materials are now supported. Previously, models using this property would appear inside-out.
|
|
89
|
+
- Fixed a bug that prevented clipping with CesiumCartographicPolygon from working with HDRP.
|
|
90
|
+
|
|
91
|
+
This release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.38.0 to v0.39.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
92
|
+
|
|
93
|
+
## v1.11.1 - 2024-08-01
|
|
94
|
+
|
|
95
|
+
##### Fixes :wrench:
|
|
96
|
+
|
|
97
|
+
- Fixed a bug that caused a `NullReferenceException` when attempting to get or set the `longitudeLatitudeHeight` property on a disabled `CesiumGlobeAnchor`.
|
|
98
|
+
- Fixed a bug introduced in v1.11.0 that caused `CesiumCartographicPolygon` positions to be interpreted incorrectly, making polygon clipping unusable.
|
|
99
|
+
|
|
100
|
+
This release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.37.0 to v0.38.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
101
|
+
|
|
102
|
+
### v1.11.0 - 2024-07-01
|
|
103
|
+
|
|
104
|
+
##### Additions :tada:
|
|
105
|
+
|
|
106
|
+
- Added support for custom non-WGS84 ellipsoids.
|
|
107
|
+
- The ellipsoid can be changed by specifying a `CesiumEllipsoid` asset in the new "Ellipsoid Override" property of a `CesiumGeoreference`.
|
|
108
|
+
- New `CesiumEllipsoid` assets can be created using the menu option `Assets > Create > Cesium > Ellipsoid`.
|
|
109
|
+
|
|
110
|
+
##### Fixes :wrench:
|
|
111
|
+
|
|
112
|
+
- Cesium for Unity now links statically against the MSVC runtime library on Windows, avoiding the need for an MSVC redistributable to be installed.
|
|
113
|
+
- Fixed a bug that caused Cesium ion tokens selected on the Tokens panel to fail to save.
|
|
114
|
+
- Fixed a bug that caused the "Select Cesium ion Token" panel to show the wrong state when the current token was not from the currently-signed-in Cesium ion account, but the signed-in account had a token named after the current Unity project.
|
|
115
|
+
|
|
116
|
+
This release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.36.0 to v0.37.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
117
|
+
|
|
118
|
+
### v1.10.1 - 2024-06-03
|
|
119
|
+
|
|
120
|
+
This release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.35.0 to v0.36.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
121
|
+
|
|
122
|
+
### v1.10.0 - 2024-05-01
|
|
123
|
+
|
|
124
|
+
##### Additions :tada:
|
|
125
|
+
|
|
126
|
+
- Added support for Cesium ion servers in single user mode. Tokens are not required to stream assets from such servers.
|
|
127
|
+
|
|
128
|
+
##### Fixes :wrench:
|
|
129
|
+
|
|
130
|
+
- Fixed a bug where `CesiumCreditSystem` would delete itself from its scene when other additive scenes were unloaded.
|
|
131
|
+
|
|
132
|
+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.34.0 to v0.35.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
133
|
+
|
|
134
|
+
### v1.9.0 - 2024-04-01
|
|
135
|
+
|
|
136
|
+
##### Additions :tada:
|
|
137
|
+
|
|
138
|
+
- Added `CesiumWebMapTileServiceRasterOverlay`, which enables Web Map Tile Service (WMTS) imagery to be draped on a `Cesium3DTileset`.
|
|
139
|
+
- Added support for the `KHR_texture_transform` glTF extension - including rotation - for picking with `CesiumFeatureIdTexture`.
|
|
140
|
+
|
|
141
|
+
##### Fixes :wrench:
|
|
142
|
+
|
|
143
|
+
- Normal, metallic-roughness, and occlusion textures from glTF models will now be correctly treated as linear rather than sRGB.
|
|
144
|
+
- Fixed a bug where UVs were not properly interpolated in `CesiumFeatureIdTexture.GetFeatureIdFromHit`, resulting in incorrect values.
|
|
145
|
+
|
|
146
|
+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.33.0 to v0.34.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
147
|
+
|
|
148
|
+
### v1.8.0 - 2024-03-01
|
|
149
|
+
|
|
150
|
+
##### Breaking Changes :mega:
|
|
151
|
+
|
|
152
|
+
- Feature IDs and metadata are now parsed through the `EXT_mesh_features` and `EXT_structural_metadata` extensions respectively. Models with `EXT_feature_metadata` will still be parsed, but their metadata will no longer be accessible.
|
|
153
|
+
- `CesiumDefaultTilesetMaterial` and `CesiumUnlitTilesetMaterial` have had their overlay-related parameters renamed. For instance, `_overlay0TextureCoordinateIndex` has now become `_overlayTextureCoordinateIndex_0`. Custom materials that relied on the previous naming scheme may break.
|
|
154
|
+
|
|
155
|
+
##### Additions :tada:
|
|
156
|
+
|
|
157
|
+
- Added `CesiumCartographicPolygon` and `CesiumPolygonRasterOverlay`, which together can be used to clip out polygonal areas of a `Cesium3DTileset`. These new classes are _only_ available in Unity 2022.2+ because they require Unity's Splines package.
|
|
158
|
+
- Added `CesiumFeatureIdSet`, which represents a feature ID set in `EXT_mesh_features`.
|
|
159
|
+
- Added `CesiumFeatureIdAttribute` and `CesiumFeatureIdTexture`, which derive from `CesiumFeatureIdSet` and respectively represent a feature ID attribute and feature ID texture in `EXT_mesh_features`.
|
|
160
|
+
- Added `CesiumPrimitiveFeatures`, a component that provides access to the `EXT_mesh_features` on a glTF primitive when it is loaded by `Cesium3DTileset`.
|
|
161
|
+
- Added `CesiumPropertyTableProperty`, which represents a property table property in `EXT_structural_metadata` and can be used to retrieve metadata.
|
|
162
|
+
- Added `CesiumPropertyTable`, which represents a property table in `EXT_structural_metadata`.
|
|
163
|
+
- Added `CesiumModelMetadata`, a component that provides access to the `EXT_structural_metadata` on a glTF model when it is loaded by `Cesium3DTileset`.
|
|
164
|
+
- Added `CesiumMetadataValue`, which can hold a metadata value from `EXT_structural_metadata` while abstracting away its type.
|
|
165
|
+
- Added a `distance` property to `CesiumOriginShift`, which specifies the maximum allowed distance from the current origin before it is shifted.
|
|
166
|
+
- Added support for the `KHR_texture_transform` glTF extension - including rotation - in `baseColorTexture`, `metallicRoughnessTexture`, `emissiveTexture`, `normalTexture`, and `occlusionTexture`. The transformation is now applied on the GPU via nodes in the Material, rather than on the CPU by directly modifying texture coordinates.
|
|
167
|
+
- Added `materialKey` to `CesiumRasterOverlay`, which matches the overlay to its corresponding parameters in the tileset's material. This allows for explicit ordering of raster overlays and overlay-specific effects.
|
|
168
|
+
- `CesiumCameraController` can now accept custom input actions that override the default inputs.
|
|
169
|
+
|
|
170
|
+
##### Fixes :wrench:
|
|
171
|
+
|
|
172
|
+
- Removed the "Universal Additional Camera Data" script from DynamicCamera, as it shows up as a missing script in other render pipelines.
|
|
173
|
+
- Fixed a bug where adding a `CesiumSubScene` as the child of an existing `CesiumGeoreference` in editor would cause the parent `CesiumGeoreference` to have its coordinates reset to the default.
|
|
174
|
+
- Fixed the "DynamicCamera is not nested inside a game object with a CesiumGeoreference" warning when adding a new DynamicCamera in the editor.
|
|
175
|
+
- Fixed support for loading textures with less than four channels.
|
|
176
|
+
- Fixed "Destroying assets is not permitted to avoid data loss" error when using a custom opaque material with texture assets on a `Cesium3DTileset`.
|
|
177
|
+
- Fixed jump at the end of the flight path in `CesiumFlyToController`.
|
|
178
|
+
|
|
179
|
+
##### Deprecated :hourglass_flowing_sand:
|
|
180
|
+
|
|
181
|
+
- `CesiumMetadata` has been deprecated. Instead, retrieve the `CesiumModelMetadata` component attached to a tile game object in order to access its glTF metadata.
|
|
182
|
+
- `CesiumFeature` has been deprecated. Instead, retrieve feature IDs from the `CesiumPrimitiveFeatures` component attached to a primitive game object in order to access its glTF features. Feature IDs can be used to retrieve metadata from the `CesiumModelMetadata` attached to its parent.
|
|
183
|
+
- `flyToGranularityDegrees` in `CesiumFlyToController` has been deprecated. `CesiumFlyToController` no longer works using keypoints, so this value is unnecessary.
|
|
184
|
+
|
|
185
|
+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.27.4 to v0.33.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
186
|
+
|
|
187
|
+
### v1.7.1 - 2023-12-14
|
|
188
|
+
|
|
189
|
+
##### Fixes :wrench:
|
|
190
|
+
|
|
191
|
+
- Fixed a bug that prevented the default `CesiumIonServer` asset from remembering its token in a clean project.
|
|
192
|
+
|
|
193
|
+
### v1.7.0 - 2023-12-14
|
|
194
|
+
|
|
195
|
+
##### Additions :tada:
|
|
196
|
+
|
|
197
|
+
- Added support for multiple Cesium ion servers by creating `CesiumIonServer` assets.
|
|
198
|
+
|
|
199
|
+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.27.3 to v0.27.4. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
200
|
+
|
|
201
|
+
### v1.6.4 - 2023-10-26
|
|
202
|
+
|
|
203
|
+
##### Additions :tada:
|
|
204
|
+
|
|
205
|
+
- Added "Google Photorealistic 3D Tiles" to the Quick Add panel.
|
|
206
|
+
|
|
207
|
+
### v1.6.3 - 2023-10-02
|
|
208
|
+
|
|
209
|
+
##### Fixes :wrench:
|
|
210
|
+
|
|
211
|
+
- Made the project compatible with macOS versions as old as 10.13 by setting the `CMAKE_OSX_DEPLOYMENT_TARGET` variable to `10.13`.
|
|
212
|
+
|
|
213
|
+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.27.2 to v0.27.3. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
214
|
+
|
|
215
|
+
### v1.6.2 - 2023-09-20
|
|
216
|
+
|
|
217
|
+
##### Fixes :wrench:
|
|
218
|
+
|
|
219
|
+
- Fixed a bug that caused compilation errors in packaged game builds for iOS.
|
|
220
|
+
- Fixed a bug that caused Apple Silicon binaries to be missing from packaged games for macOS.
|
|
221
|
+
|
|
222
|
+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.27.1 to v0.27.2. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
223
|
+
|
|
224
|
+
### v1.6.1 - 2023-09-03
|
|
225
|
+
|
|
226
|
+
##### Fixes :wrench:
|
|
227
|
+
|
|
228
|
+
- Fixed a bug that prevented editor windows from functioning when `com.unity.vectorgraphics` package was installed.
|
|
229
|
+
|
|
230
|
+
This release also fixes an important bug by updating [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.27.0 to v0.27.1. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
231
|
+
|
|
232
|
+
### v1.6.0
|
|
233
|
+
|
|
234
|
+
##### Additions :tada:
|
|
235
|
+
|
|
236
|
+
- Added support for Universal Windows Platform (UWP), which is required to build applications for the Holo Lens 2.
|
|
237
|
+
- Added `ComputeLoadProgress` function to estimate the percentage of the 3D tileset that has been loaded for the current view.
|
|
238
|
+
|
|
239
|
+
##### Fixes :wrench:
|
|
240
|
+
|
|
241
|
+
- Fixed a bug that prevented building on iOS.
|
|
242
|
+
- Fixed a bug where KTX tilesets did not display properly on iOS devices due to a missing check for ETC1 texture format.
|
|
243
|
+
|
|
244
|
+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.26.0 to v0.27.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
245
|
+
|
|
246
|
+
### v1.5.0 - 2023-08-01
|
|
247
|
+
|
|
248
|
+
##### Fixes :wrench:
|
|
249
|
+
|
|
250
|
+
- Fixed a bug that could lead to incorrect textures when a KTX2 image did not include a complete mip chain.
|
|
251
|
+
|
|
252
|
+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.25.1 to v0.26.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
253
|
+
|
|
254
|
+
### v1.4.0 - 2023-07-03
|
|
255
|
+
|
|
256
|
+
##### Additions :tada:
|
|
257
|
+
|
|
258
|
+
- Added `OnTileGameObjectCreated` event to `Cesium3DTileset` class, which allows customizing the Tile GameObjects as they are loaded.
|
|
259
|
+
- KTX2 compressed textures now remain compressed all the way to the GPU, reducing GPU memory usage.
|
|
260
|
+
|
|
261
|
+
##### Fixes :wrench:
|
|
262
|
+
|
|
263
|
+
- Fixed how the occlusion strength is used in the default tileset shader which was causing shadows to be too dark.
|
|
264
|
+
- Fixed a bug that caused a prefab with a `CesiumGlobeAnchor` to lose its position after save/reload.
|
|
265
|
+
- Fixed a `MissingReferenceException` when entering Play mode with "Domain Reload" disabled. This would also prevent tilesets with raster overlays from appearing at all in Play mode.
|
|
266
|
+
|
|
267
|
+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.25.0 to v0.25.1. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
268
|
+
|
|
269
|
+
### v1.3.1 - 2023-06-06
|
|
270
|
+
|
|
271
|
+
##### Fixes :wrench:
|
|
272
|
+
|
|
273
|
+
- Fixed a bug that prevented building on iOS.
|
|
274
|
+
|
|
275
|
+
### v1.3.0 - 2023-06-01
|
|
276
|
+
|
|
277
|
+
##### Additions :tada:
|
|
278
|
+
|
|
279
|
+
- Cesium components now appear under the "Cesium" category in the Component menu. Previously were under "Scripts > Cesium for Unity"
|
|
280
|
+
- Cesium components now display the Cesium logo as their icon, rather than the default Unity script icon.
|
|
281
|
+
|
|
282
|
+
##### Fixes :wrench:
|
|
283
|
+
|
|
284
|
+
- Fixed a bug where `Cesium3DTileset` would not reflect changes made to the properties of its opaque material in the Editor.
|
|
285
|
+
- Fixed a bug that could cause missing textures when using two raster overlays with the same projection on a single tileset.
|
|
286
|
+
- Fixed a bug where changing the origin on a `CesiumGeoreference` would not propogate these changes to the active `CesiumSubScene`, if one exists.
|
|
287
|
+
- Reduced the amount of extraneous camera rotation in the `CesiumCameraController` after a frame hitch by using `Time.smoothDeltaTime`.
|
|
288
|
+
- Fixed a bug that caused mipmaps to be generated for textures that shouldn't be mipmapped, sometimes leading to cracks between tiles and other problems.
|
|
289
|
+
|
|
290
|
+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.24.0 to v0.25.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
291
|
+
|
|
292
|
+
### v1.2.0 - 2023-05-09
|
|
293
|
+
|
|
294
|
+
##### Additions :tada:
|
|
295
|
+
|
|
296
|
+
- Added a `scale` property to `CesiumGeoreference`. This allows the entire globe to be scaled up or down with better precision than the scale property on the georeference's `Transform`.
|
|
297
|
+
|
|
298
|
+
##### Fixes :wrench:
|
|
299
|
+
|
|
300
|
+
- Fixed a bug that caused tiles to be displaced when changing the transform of a `CesiumGeoreference` at runtime.
|
|
301
|
+
- Fixed a bug that caused primitive numbers to be negative in the names of tile game objects when the tile mesh had multiple primitives.
|
|
302
|
+
|
|
303
|
+
### v1.1.0 - 2023-05-01
|
|
304
|
+
|
|
305
|
+
##### Breaking Changes :mega:
|
|
306
|
+
|
|
307
|
+
- `CesiumObjectPool` is no longer accessible from outside the CesiumRuntime assembly.
|
|
308
|
+
|
|
309
|
+
##### Additions :tada:
|
|
310
|
+
|
|
311
|
+
- Added support for primitives with the `TRIANGLE_STRIP` and `TRIANGLE_FAN` topology types.
|
|
312
|
+
- Missing normals are now generated as "flat" normals by default, as required by the glTF specification. An option on `Cesium3DTileset` allows the user to request smooth normals instead, which will improve performance for most meshes by reducing geometry duplication.
|
|
313
|
+
- Moved mipmap generation from the main thread to a worker thread.
|
|
314
|
+
|
|
315
|
+
##### Fixes :wrench:
|
|
316
|
+
|
|
317
|
+
- Added dependencies on the ShaderGraph and InputSystem packages to resolve material / script compilation errors.
|
|
318
|
+
- Fixed another bug where `CesiumCameraController` tried to access a non-existent input in the legacy input system.
|
|
319
|
+
- Removed an extra "delimiter" added to the end of on-screen credits in some cases.
|
|
320
|
+
- Fixed a memory leak of `Mesh` objects when entering and exiting Play mode in the Unity Editor.
|
|
321
|
+
- Fixed a crash that happened when attempting to create physics meshes for degenerate triangle meshes.
|
|
322
|
+
|
|
323
|
+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.23.0 to v0.24.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
324
|
+
|
|
325
|
+
### v1.0.0 - 2023-04-03
|
|
326
|
+
|
|
327
|
+
##### Additions :tada:
|
|
328
|
+
|
|
329
|
+
- Added support for Unity's built-in render pipeline.
|
|
330
|
+
- Added `CesiumPointCloudShading`, which allows point cloud tilesets to be rendered with attenuation based on geometric error. Attenuation is currently only supported in the Universal Render Pipeline (URP).
|
|
331
|
+
- `GameObject` instances created for the tiles in a `Cesium3DTileset` now inherit the `layer` of the parent tileset.
|
|
332
|
+
- Added the `CesiumTileExcluder` abstract class. By creating a class derived from `CesiumTileExcluder`, then adding it to a `Cesium3DTileset`'s game object, you can implement custom rules for excluding tiles in the `Cesium3DTileset` from loading and rendering.
|
|
333
|
+
- Added setting in `CesiumRuntimeSettings` to configure the maximum number of responses to keep in the request cache.
|
|
334
|
+
- Added setting in `CesiumRuntimeSettings` to configure the number of reads from the cache database before each prune.
|
|
335
|
+
|
|
336
|
+
##### Fixes :wrench:
|
|
337
|
+
|
|
338
|
+
- Fixed a bug that prevented the use of pre-existing mipmaps, such as those loaded from KTX2.
|
|
339
|
+
- Fixed a bug where `CesiumCameraController` tried to access non-existent inputs in the legacy input system.
|
|
340
|
+
- Fixed a bug that could cause a crash when using the search box with a dataset already selected in the Cesium ion Assets window.
|
|
341
|
+
- Fixed a bug that prevented sorting the contents of the Cesium ion Assets window in descending order.
|
|
342
|
+
|
|
343
|
+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.22.1 to v0.23.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
344
|
+
|
|
345
|
+
### v0.3.1
|
|
346
|
+
|
|
347
|
+
##### Fixes :wrench:
|
|
348
|
+
|
|
349
|
+
- Fixed a bug introduced in v0.3.0 that caused an exception when attempting load Cesium3DTilesets from a local file.
|
|
350
|
+
|
|
351
|
+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.22.0 to v0.22.1. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
352
|
+
|
|
353
|
+
### v0.3.0
|
|
354
|
+
|
|
355
|
+
##### Breaking Changes :mega:
|
|
356
|
+
|
|
357
|
+
- Removed the `positionAuthority`, `unityX`, `unityY`, and `unityZ` properties from `CesiumGlobeAnchor`. Also removed the `SetPositionUnity` method.
|
|
358
|
+
- Removed the `CesiumGlobeAnchorPositionAuthority` enum. The authoritative position is now always found in the `positionGlobeFixed` property. The object's Unity world position can be obtained from its `Transform`.
|
|
359
|
+
- Marked the `longitude`, `latitude`, and `height` properties on `CesiumGlobeAnchor` as obsolete. Use the `longitudeLatitudeHeight` property instead.
|
|
360
|
+
- Marked the `ecefX`, `ecefY`, and `ecefZ` properties on `CesiumGlobeAnchor` as obsolete. Use the `positionGlobeFixed` property instead.
|
|
361
|
+
- Marked `SetPositionLongitudeLatitudeHeight` and `SetPositionEarthCenteredEarthFixed` methods on `CesiumGlobeAnchor` as obsolete. Set the `longitudeLatitudeHeight` or `positionGlobeFixed` property instead.
|
|
362
|
+
- Replaced `MetadataProperty` with `CesiumFeature`. Metadata features are now separated based on feature tables where properties are accessed by name.
|
|
363
|
+
- Replaced `CesiumMetadata.GetProperties` with `CesiumMetadata.GetFeatures`, which returns an array of `CesiumFeature`s.
|
|
364
|
+
|
|
365
|
+
##### Additions :tada:
|
|
366
|
+
|
|
367
|
+
- Added support for rendering point clouds (`pnts`).
|
|
368
|
+
- `CesiumGlobeAnchor` now stores a precise, globe-relative orientation and scale in addition to position.
|
|
369
|
+
- Added `localToGlobeFixedMatrix`, `longitudeLatitudeHeight`, `positionGlobeFixed`, `rotationGlobeFixed`, `rotationEastUpNorth`, `scaleGlobeFixed`, and `scaleEastUpNorth` properties to `CesiumGlobeAnchor`.
|
|
370
|
+
- Added the `Restart` method to `CesiumGlobeAnchor`, which can be use to reinitialize the component from its serialized values.
|
|
371
|
+
- Moved the Cesium tileset shaders from the `Shader Graphs` shader category to the new `Cesium` shader category.
|
|
372
|
+
- Added `CesiumDebugColorizeTilesRasterOverlay` to visualize how a tileset is divided into tiles.
|
|
373
|
+
|
|
374
|
+
##### Fixes :wrench:
|
|
375
|
+
|
|
376
|
+
- Fixed a bug that prevented caching of 3D Tiles and overlay requests.
|
|
377
|
+
- Fixed a bug that could cause the Cesium ion Token Troubleshooting panel to crash the Unity Editor.
|
|
378
|
+
- Added a workaround for a crash in the Burst Compiler (bcl.exe) in Unity 2022.2 when using il2cpp.
|
|
379
|
+
- Fixed a bug that could cause incorrect metadata to be associated with a feature, especially in Draco-encoded tiles.
|
|
380
|
+
|
|
381
|
+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.21.3 to v0.22.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
382
|
+
|
|
383
|
+
### v0.2.0
|
|
384
|
+
|
|
385
|
+
##### Breaking Changes :mega:
|
|
386
|
+
|
|
387
|
+
- Renamed `CesiumTransforms` to `CesiumWgs84Ellipsoid`.
|
|
388
|
+
|
|
389
|
+
##### Additions :tada:
|
|
390
|
+
|
|
391
|
+
- Added `CesiumCameraController`, a globe-aware controller that adapts its speed and clipping planes based on its height from the globe.
|
|
392
|
+
- Added `CesiumFlyToController`, a controller that can smoothly fly to locations across the globe.
|
|
393
|
+
- Added an option to add a `DynamicCamera` from the Cesium panel to the scene. The `DynamicCamera` contains `CesiumCameraController` and `CesiumFlyToController` components and offers easy navigation of the globe.
|
|
394
|
+
- Added support for building to iOS.
|
|
395
|
+
- Added support for building to Android x86-64 devices like the Magic Leap 2.
|
|
396
|
+
|
|
397
|
+
##### Fixes :wrench:
|
|
398
|
+
|
|
399
|
+
- Fixed a bug where `CesiumGeoreference`, `CesiumGlobeAnchor`, and `CesiumSubScene` would not properly update when their values were changed by undos or pasted values.
|
|
400
|
+
- `CesiumRuntimeSettings` is now stored in `Assets/CesiumSettings/Resources` instead of `Assets/Settings/Resources`.
|
|
401
|
+
- Added an explicit `Physics.SyncTransforms` when `CesiumOriginShift` activates or deactivates sub-scenes, avoiding a brief period of potentially very incorrect collisions.
|
|
402
|
+
|
|
403
|
+
In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.21.1 to v0.21.3. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
|
|
404
|
+
|
|
405
|
+
### v0.1.2
|
|
406
|
+
|
|
407
|
+
##### Fixes :wrench:
|
|
408
|
+
|
|
409
|
+
- Fixed a bug that caused Cesium for Unity to fail to compile in Unity 2022.2 and potentially in other scenarios.
|
|
410
|
+
- Fixed a bug that led to an exception when the project name included characters outside the printable ASCII range.
|
|
411
|
+
|
|
412
|
+
### v0.1.1
|
|
413
|
+
|
|
414
|
+
##### Fixes :wrench:
|
|
415
|
+
|
|
416
|
+
- Fixed a bug that caused raster overlay tiles to be missing or mixed up, especially when zooming in close and then back out.
|
|
417
|
+
|
|
418
|
+
### v0.1.0
|
|
419
|
+
|
|
420
|
+
The initial release of Cesium for Unity!
|
package/CHANGES.md.meta
ADDED
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
using System;
|
|
2
|
+
using System.IO;
|
|
3
|
+
using System.Linq;
|
|
4
|
+
using System.Runtime.CompilerServices;
|
|
5
|
+
using System.Text;
|
|
6
|
+
using System.Threading;
|
|
7
|
+
using UnityEditor;
|
|
8
|
+
using UnityEditor.Build.Reporting;
|
|
9
|
+
using UnityEditor.Compilation;
|
|
10
|
+
using UnityEditor.PackageManager;
|
|
11
|
+
using UnityEditor.PackageManager.Requests;
|
|
12
|
+
using UnityEngine;
|
|
13
|
+
|
|
14
|
+
namespace CesiumForUnity
|
|
15
|
+
{
|
|
16
|
+
public class BuildCesiumForUnity
|
|
17
|
+
{
|
|
18
|
+
public static void CompileForEditorAndExit()
|
|
19
|
+
{
|
|
20
|
+
CompilationPipeline.compilationFinished += OnEditorCompilationFinished;
|
|
21
|
+
CompilationPipeline.RequestScriptCompilation(RequestScriptCompilationOptions.CleanBuildCache);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
private static void OnEditorCompilationFinished(object o)
|
|
25
|
+
{
|
|
26
|
+
CompilationPipeline.compilationFinished -= OnEditorCompilationFinished;
|
|
27
|
+
EditorApplication.Exit(0);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
public static void CompileForAndroidAndExit()
|
|
31
|
+
{
|
|
32
|
+
CompileCesiumForUnityNative.ExitAfterCompile = true;
|
|
33
|
+
|
|
34
|
+
string buildPath = Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString());
|
|
35
|
+
Directory.CreateDirectory(buildPath);
|
|
36
|
+
try
|
|
37
|
+
{
|
|
38
|
+
PlayerSettings.SetScriptingBackend(BuildTargetGroup.Android, ScriptingImplementation.IL2CPP);
|
|
39
|
+
PlayerSettings.Android.targetArchitectures = AndroidArchitecture.ARM64 | AndroidArchitecture.X86_64;
|
|
40
|
+
BuildPlayer(BuildTargetGroup.Android, BuildTarget.Android, Path.Combine(buildPath, "Android"));
|
|
41
|
+
}
|
|
42
|
+
finally
|
|
43
|
+
{
|
|
44
|
+
Directory.Delete(buildPath, true);
|
|
45
|
+
}
|
|
46
|
+
EditorApplication.Exit(0);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
public static void CompileForUWPAndExit()
|
|
50
|
+
{
|
|
51
|
+
CompileCesiumForUnityNative.ExitAfterCompile = true;
|
|
52
|
+
|
|
53
|
+
string buildPath = Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString());
|
|
54
|
+
Directory.CreateDirectory(buildPath);
|
|
55
|
+
try
|
|
56
|
+
{
|
|
57
|
+
PlayerSettings.SetScriptingBackend(BuildTargetGroup.WSA, ScriptingImplementation.IL2CPP);
|
|
58
|
+
BuildPlayer(BuildTargetGroup.WSA, BuildTarget.WSAPlayer, Path.Combine(buildPath, "UWP"));
|
|
59
|
+
}
|
|
60
|
+
finally
|
|
61
|
+
{
|
|
62
|
+
Directory.Delete(buildPath, true);
|
|
63
|
+
}
|
|
64
|
+
EditorApplication.Exit(0);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
public static void CompileForIOSAndExit()
|
|
68
|
+
{
|
|
69
|
+
CompileCesiumForUnityNative.ExitAfterCompile = true;
|
|
70
|
+
|
|
71
|
+
string buildPath = Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString());
|
|
72
|
+
Directory.CreateDirectory(buildPath);
|
|
73
|
+
try
|
|
74
|
+
{
|
|
75
|
+
BuildPlayer(BuildTargetGroup.iOS, BuildTarget.iOS, Path.Combine(buildPath, "iOS"), false);
|
|
76
|
+
// Check that the XCode project is able to build
|
|
77
|
+
System.Diagnostics.Process p = System.Diagnostics.Process.Start("xcodebuild",
|
|
78
|
+
$"-project {Path.Combine(buildPath, "iOS/game/Unity-iPhone.xcodeproj")} CODE_SIGNING_ALLOWED=NO");
|
|
79
|
+
p.WaitForExit();
|
|
80
|
+
if (p.ExitCode != 0)
|
|
81
|
+
throw new Exception("xcodebuild failed");
|
|
82
|
+
}
|
|
83
|
+
finally
|
|
84
|
+
{
|
|
85
|
+
if (Directory.Exists(Path.Combine(buildPath, "iOS")))
|
|
86
|
+
Directory.Delete(Path.Combine(buildPath, "iOS"), true);
|
|
87
|
+
Directory.Delete(buildPath, true);
|
|
88
|
+
}
|
|
89
|
+
EditorApplication.Exit(0);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
public static void CompileForWindowsAndExit()
|
|
93
|
+
{
|
|
94
|
+
CompileCesiumForUnityNative.ExitAfterCompile = true;
|
|
95
|
+
|
|
96
|
+
string buildPath = Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString());
|
|
97
|
+
Directory.CreateDirectory(buildPath);
|
|
98
|
+
try
|
|
99
|
+
{
|
|
100
|
+
BuildPlayer(BuildTargetGroup.Standalone, BuildTarget.StandaloneWindows64, Path.Combine(buildPath, "Windows"));
|
|
101
|
+
}
|
|
102
|
+
finally
|
|
103
|
+
{
|
|
104
|
+
Directory.Delete(buildPath, true);
|
|
105
|
+
}
|
|
106
|
+
EditorApplication.Exit(0);
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
public static void CompileForMacAndExit()
|
|
110
|
+
{
|
|
111
|
+
CompileCesiumForUnityNative.ExitAfterCompile = true;
|
|
112
|
+
|
|
113
|
+
string buildPath = Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString());
|
|
114
|
+
Directory.CreateDirectory(buildPath);
|
|
115
|
+
try
|
|
116
|
+
{
|
|
117
|
+
BuildPlayer(BuildTargetGroup.Standalone, BuildTarget.StandaloneOSX, Path.Combine(buildPath, "Mac"));
|
|
118
|
+
}
|
|
119
|
+
finally
|
|
120
|
+
{
|
|
121
|
+
Directory.Delete(buildPath, true);
|
|
122
|
+
}
|
|
123
|
+
EditorApplication.Exit(0);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
public static void PackAndExit()
|
|
127
|
+
{
|
|
128
|
+
string tempPath = Environment.GetEnvironmentVariable("CESIUM_PACKAGE_TEMP_PATH");
|
|
129
|
+
if (string.IsNullOrEmpty(tempPath))
|
|
130
|
+
{
|
|
131
|
+
Debug.Log("Cannot pack because the CESIUM_PACKAGE_TEMP_PATH environment variable is not set.");
|
|
132
|
+
return;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
string packSource = Path.Combine(tempPath, "package");
|
|
136
|
+
string packTarget = Path.GetFullPath(Path.Combine(Application.dataPath, ".."));
|
|
137
|
+
|
|
138
|
+
Debug.Log("Packing directory " + packSource + " to output directory " + packTarget);
|
|
139
|
+
|
|
140
|
+
PackRequest request = Client.Pack(packSource, packTarget);
|
|
141
|
+
EditorApplication.update += () =>
|
|
142
|
+
{
|
|
143
|
+
if (request.IsCompleted)
|
|
144
|
+
{
|
|
145
|
+
Debug.Log("Packing complete, exiting.");
|
|
146
|
+
EditorApplication.Exit(0);
|
|
147
|
+
}
|
|
148
|
+
};
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
private static void BuildPlayer(BuildTargetGroup targetGroup, BuildTarget target, string outputPath, bool deleteProject = true)
|
|
152
|
+
{
|
|
153
|
+
BuildReport report = BuildPipeline.BuildPlayer(new BuildPlayerOptions()
|
|
154
|
+
{
|
|
155
|
+
locationPathName = Path.Combine(outputPath, "game"),
|
|
156
|
+
targetGroup = targetGroup,
|
|
157
|
+
target = target,
|
|
158
|
+
scenes = new[] { "Assets/Scenes/Empty.unity" }
|
|
159
|
+
});
|
|
160
|
+
|
|
161
|
+
if (report.summary.totalErrors > 0)
|
|
162
|
+
{
|
|
163
|
+
StringBuilder errorReport = new StringBuilder();
|
|
164
|
+
errorReport.AppendLine("BuildPlayer failed:");
|
|
165
|
+
foreach (BuildStep step in report.steps)
|
|
166
|
+
{
|
|
167
|
+
var errorMessages = step.messages.Where(message => message.type == LogType.Error || message.type == LogType.Exception);
|
|
168
|
+
if (!errorMessages.Any())
|
|
169
|
+
continue;
|
|
170
|
+
|
|
171
|
+
errorReport.AppendLine(" In step " + step.name + ":");
|
|
172
|
+
|
|
173
|
+
foreach (BuildStepMessage message in errorMessages)
|
|
174
|
+
{
|
|
175
|
+
errorReport.AppendLine(" - " + message.content);
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
throw new Exception(errorReport.ToString());
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
// We don't actually need the built project; delete it.
|
|
182
|
+
if (deleteProject && Directory.Exists(outputPath))
|
|
183
|
+
Directory.Delete(outputPath, true);
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|