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
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 6902218a8ff66b74bb629eda5698e039
|
|
3
|
+
ScriptedImporter:
|
|
4
|
+
internalIDToNameTable: []
|
|
5
|
+
externalObjects: {}
|
|
6
|
+
serializedVersion: 2
|
|
7
|
+
userData:
|
|
8
|
+
assetBundleName:
|
|
9
|
+
assetBundleVariant:
|
|
10
|
+
script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3}
|
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
%YAML 1.1
|
|
2
|
+
%TAG !u! tag:unity3d.com,2011:
|
|
3
|
+
--- !u!1 &5627069538230183846
|
|
4
|
+
GameObject:
|
|
5
|
+
m_ObjectHideFlags: 0
|
|
6
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
7
|
+
m_PrefabInstance: {fileID: 0}
|
|
8
|
+
m_PrefabAsset: {fileID: 0}
|
|
9
|
+
serializedVersion: 6
|
|
10
|
+
m_Component:
|
|
11
|
+
- component: {fileID: 5627069538230183851}
|
|
12
|
+
- component: {fileID: 5627069538230183848}
|
|
13
|
+
- component: {fileID: 5627069538230183849}
|
|
14
|
+
- component: {fileID: 7346015802769307894}
|
|
15
|
+
- component: {fileID: 7574593196070563001}
|
|
16
|
+
- component: {fileID: 1447381297153131539}
|
|
17
|
+
- component: {fileID: 5807880088939110505}
|
|
18
|
+
m_Layer: 0
|
|
19
|
+
m_Name: DynamicCamera
|
|
20
|
+
m_TagString: MainCamera
|
|
21
|
+
m_Icon: {fileID: 0}
|
|
22
|
+
m_NavMeshLayer: 0
|
|
23
|
+
m_StaticEditorFlags: 0
|
|
24
|
+
m_IsActive: 1
|
|
25
|
+
--- !u!4 &5627069538230183851
|
|
26
|
+
Transform:
|
|
27
|
+
m_ObjectHideFlags: 0
|
|
28
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
29
|
+
m_PrefabInstance: {fileID: 0}
|
|
30
|
+
m_PrefabAsset: {fileID: 0}
|
|
31
|
+
m_GameObject: {fileID: 5627069538230183846}
|
|
32
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
33
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
34
|
+
m_LocalScale: {x: 1, y: 1.0000004, z: 1}
|
|
35
|
+
m_ConstrainProportionsScale: 0
|
|
36
|
+
m_Children: []
|
|
37
|
+
m_Father: {fileID: 0}
|
|
38
|
+
m_RootOrder: 0
|
|
39
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
40
|
+
--- !u!20 &5627069538230183848
|
|
41
|
+
Camera:
|
|
42
|
+
m_ObjectHideFlags: 0
|
|
43
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
44
|
+
m_PrefabInstance: {fileID: 0}
|
|
45
|
+
m_PrefabAsset: {fileID: 0}
|
|
46
|
+
m_GameObject: {fileID: 5627069538230183846}
|
|
47
|
+
m_Enabled: 1
|
|
48
|
+
serializedVersion: 2
|
|
49
|
+
m_ClearFlags: 1
|
|
50
|
+
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0}
|
|
51
|
+
m_projectionMatrixMode: 1
|
|
52
|
+
m_GateFitMode: 2
|
|
53
|
+
m_FOVAxisMode: 0
|
|
54
|
+
m_SensorSize: {x: 36, y: 24}
|
|
55
|
+
m_LensShift: {x: 0, y: 0}
|
|
56
|
+
m_FocalLength: 50
|
|
57
|
+
m_NormalizedViewPortRect:
|
|
58
|
+
serializedVersion: 2
|
|
59
|
+
x: 0
|
|
60
|
+
y: 0
|
|
61
|
+
width: 1
|
|
62
|
+
height: 1
|
|
63
|
+
near clip plane: 0.5
|
|
64
|
+
far clip plane: 1000000
|
|
65
|
+
field of view: 60
|
|
66
|
+
orthographic: 0
|
|
67
|
+
orthographic size: 5
|
|
68
|
+
m_Depth: -1
|
|
69
|
+
m_CullingMask:
|
|
70
|
+
serializedVersion: 2
|
|
71
|
+
m_Bits: 4294967295
|
|
72
|
+
m_RenderingPath: -1
|
|
73
|
+
m_TargetTexture: {fileID: 0}
|
|
74
|
+
m_TargetDisplay: 0
|
|
75
|
+
m_TargetEye: 3
|
|
76
|
+
m_HDR: 1
|
|
77
|
+
m_AllowMSAA: 1
|
|
78
|
+
m_AllowDynamicResolution: 0
|
|
79
|
+
m_ForceIntoRT: 0
|
|
80
|
+
m_OcclusionCulling: 1
|
|
81
|
+
m_StereoConvergence: 10
|
|
82
|
+
m_StereoSeparation: 0.022
|
|
83
|
+
--- !u!81 &5627069538230183849
|
|
84
|
+
AudioListener:
|
|
85
|
+
m_ObjectHideFlags: 0
|
|
86
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
87
|
+
m_PrefabInstance: {fileID: 0}
|
|
88
|
+
m_PrefabAsset: {fileID: 0}
|
|
89
|
+
m_GameObject: {fileID: 5627069538230183846}
|
|
90
|
+
m_Enabled: 1
|
|
91
|
+
--- !u!114 &7346015802769307894
|
|
92
|
+
MonoBehaviour:
|
|
93
|
+
m_ObjectHideFlags: 0
|
|
94
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
95
|
+
m_PrefabInstance: {fileID: 0}
|
|
96
|
+
m_PrefabAsset: {fileID: 0}
|
|
97
|
+
m_GameObject: {fileID: 5627069538230183846}
|
|
98
|
+
m_Enabled: 1
|
|
99
|
+
m_EditorHideFlags: 0
|
|
100
|
+
m_Script: {fileID: 11500000, guid: 6b621ff6a9d4b8c4d85ac07de7f8b4b9, type: 3}
|
|
101
|
+
m_Name:
|
|
102
|
+
m_EditorClassIdentifier:
|
|
103
|
+
_enableMovement: 1
|
|
104
|
+
_enableRotation: 1
|
|
105
|
+
_defaultMaximumSpeed: 100
|
|
106
|
+
_enableDynamicSpeed: 1
|
|
107
|
+
_dynamicSpeedMinHeight: 20
|
|
108
|
+
_enableDynamicClippingPlanes: 1
|
|
109
|
+
_dynamicClippingPlanesMinHeight: 10000
|
|
110
|
+
--- !u!114 &7574593196070563001
|
|
111
|
+
MonoBehaviour:
|
|
112
|
+
m_ObjectHideFlags: 0
|
|
113
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
114
|
+
m_PrefabInstance: {fileID: 0}
|
|
115
|
+
m_PrefabAsset: {fileID: 0}
|
|
116
|
+
m_GameObject: {fileID: 5627069538230183846}
|
|
117
|
+
m_Enabled: 1
|
|
118
|
+
m_EditorHideFlags: 0
|
|
119
|
+
m_Script: {fileID: 11500000, guid: 74f14e1eb550b9a4fb6c0a2f0456845b, type: 3}
|
|
120
|
+
m_Name:
|
|
121
|
+
m_EditorClassIdentifier:
|
|
122
|
+
_adjustOrientationForGlobeWhenMoving: 1
|
|
123
|
+
_detectTransformChanges: 1
|
|
124
|
+
_localToGlobeFixedMatrix:
|
|
125
|
+
c0:
|
|
126
|
+
x: 1
|
|
127
|
+
y: 0
|
|
128
|
+
z: 0
|
|
129
|
+
w: 0
|
|
130
|
+
c1:
|
|
131
|
+
x: 0
|
|
132
|
+
y: 1
|
|
133
|
+
z: 0
|
|
134
|
+
w: 0
|
|
135
|
+
c2:
|
|
136
|
+
x: 0
|
|
137
|
+
y: 0
|
|
138
|
+
z: 1
|
|
139
|
+
w: 0
|
|
140
|
+
c3:
|
|
141
|
+
x: 0
|
|
142
|
+
y: 0
|
|
143
|
+
z: 0
|
|
144
|
+
w: 1
|
|
145
|
+
_localToGlobeFixedMatrixIsValid: 0
|
|
146
|
+
--- !u!114 &1447381297153131539
|
|
147
|
+
MonoBehaviour:
|
|
148
|
+
m_ObjectHideFlags: 0
|
|
149
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
150
|
+
m_PrefabInstance: {fileID: 0}
|
|
151
|
+
m_PrefabAsset: {fileID: 0}
|
|
152
|
+
m_GameObject: {fileID: 5627069538230183846}
|
|
153
|
+
m_Enabled: 1
|
|
154
|
+
m_EditorHideFlags: 0
|
|
155
|
+
m_Script: {fileID: 11500000, guid: 3bef32f31a547984f88be1ab98b65f04, type: 3}
|
|
156
|
+
m_Name:
|
|
157
|
+
m_EditorClassIdentifier:
|
|
158
|
+
_distance: 0
|
|
159
|
+
--- !u!114 &5807880088939110505
|
|
160
|
+
MonoBehaviour:
|
|
161
|
+
m_ObjectHideFlags: 0
|
|
162
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
163
|
+
m_PrefabInstance: {fileID: 0}
|
|
164
|
+
m_PrefabAsset: {fileID: 0}
|
|
165
|
+
m_GameObject: {fileID: 5627069538230183846}
|
|
166
|
+
m_Enabled: 1
|
|
167
|
+
m_EditorHideFlags: 0
|
|
168
|
+
m_Script: {fileID: 11500000, guid: 275ecd2d59d942d41bf31252981978e0, type: 3}
|
|
169
|
+
m_Name:
|
|
170
|
+
m_EditorClassIdentifier:
|
|
171
|
+
_flyToAltitudeProfileCurve:
|
|
172
|
+
serializedVersion: 2
|
|
173
|
+
m_Curve:
|
|
174
|
+
- serializedVersion: 3
|
|
175
|
+
time: 0
|
|
176
|
+
value: 0
|
|
177
|
+
inSlope: 4.76524
|
|
178
|
+
outSlope: 4.76524
|
|
179
|
+
tangentMode: 0
|
|
180
|
+
weightedMode: 0
|
|
181
|
+
inWeight: 0
|
|
182
|
+
outWeight: 0.061909087
|
|
183
|
+
- serializedVersion: 3
|
|
184
|
+
time: 0.5
|
|
185
|
+
value: 1
|
|
186
|
+
inSlope: 0
|
|
187
|
+
outSlope: 0
|
|
188
|
+
tangentMode: 34
|
|
189
|
+
weightedMode: 0
|
|
190
|
+
inWeight: 0.33333334
|
|
191
|
+
outWeight: 0.33333334
|
|
192
|
+
- serializedVersion: 3
|
|
193
|
+
time: 1
|
|
194
|
+
value: 0
|
|
195
|
+
inSlope: -4.821313
|
|
196
|
+
outSlope: -4.821313
|
|
197
|
+
tangentMode: 0
|
|
198
|
+
weightedMode: 0
|
|
199
|
+
inWeight: 0.0535717
|
|
200
|
+
outWeight: 0
|
|
201
|
+
m_PreInfinity: 2
|
|
202
|
+
m_PostInfinity: 2
|
|
203
|
+
m_RotationOrder: 4
|
|
204
|
+
_flyToProgressCurve:
|
|
205
|
+
serializedVersion: 2
|
|
206
|
+
m_Curve:
|
|
207
|
+
- serializedVersion: 3
|
|
208
|
+
time: 0
|
|
209
|
+
value: 0
|
|
210
|
+
inSlope: 0
|
|
211
|
+
outSlope: 0
|
|
212
|
+
tangentMode: 0
|
|
213
|
+
weightedMode: 0
|
|
214
|
+
inWeight: 0
|
|
215
|
+
outWeight: 0
|
|
216
|
+
- serializedVersion: 3
|
|
217
|
+
time: 1
|
|
218
|
+
value: 1
|
|
219
|
+
inSlope: 0
|
|
220
|
+
outSlope: 0
|
|
221
|
+
tangentMode: 0
|
|
222
|
+
weightedMode: 0
|
|
223
|
+
inWeight: 0
|
|
224
|
+
outWeight: 0
|
|
225
|
+
m_PreInfinity: 2
|
|
226
|
+
m_PostInfinity: 2
|
|
227
|
+
m_RotationOrder: 4
|
|
228
|
+
_flyToMaximumAltitudeCurve:
|
|
229
|
+
serializedVersion: 2
|
|
230
|
+
m_Curve:
|
|
231
|
+
- serializedVersion: 3
|
|
232
|
+
time: 0
|
|
233
|
+
value: 0
|
|
234
|
+
inSlope: 0.16666667
|
|
235
|
+
outSlope: 0.16666667
|
|
236
|
+
tangentMode: 34
|
|
237
|
+
weightedMode: 0
|
|
238
|
+
inWeight: 0
|
|
239
|
+
outWeight: 0.33333334
|
|
240
|
+
- serializedVersion: 3
|
|
241
|
+
time: 12000000
|
|
242
|
+
value: 2000000
|
|
243
|
+
inSlope: 0.16666667
|
|
244
|
+
outSlope: 0.16666667
|
|
245
|
+
tangentMode: 34
|
|
246
|
+
weightedMode: 0
|
|
247
|
+
inWeight: 0.33333334
|
|
248
|
+
outWeight: 0
|
|
249
|
+
m_PreInfinity: 2
|
|
250
|
+
m_PostInfinity: 2
|
|
251
|
+
m_RotationOrder: 4
|
|
252
|
+
_flyToDuration: 5
|
|
253
|
+
_flyToGranularityDegrees: 0.01
|