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,35 @@
|
|
|
1
|
+
using Reinterop;
|
|
2
|
+
using System;
|
|
3
|
+
using UnityEngine.Networking;
|
|
4
|
+
|
|
5
|
+
namespace CesiumForUnity
|
|
6
|
+
{
|
|
7
|
+
public struct RawDownloadedData
|
|
8
|
+
{
|
|
9
|
+
public IntPtr pointer;
|
|
10
|
+
public int length;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
[ReinteropNativeImplementation("CesiumForUnityNative::NativeDownloadHandlerImpl", "NativeDownloadHandlerImpl.h")]
|
|
14
|
+
internal partial class NativeDownloadHandler : DownloadHandlerScript
|
|
15
|
+
{
|
|
16
|
+
public NativeDownloadHandler()
|
|
17
|
+
: base(new byte[16384])
|
|
18
|
+
{
|
|
19
|
+
CreateImplementation();
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
protected override bool ReceiveData(byte[] data, int dataLength) {
|
|
23
|
+
unsafe
|
|
24
|
+
{
|
|
25
|
+
fixed(byte* p = data)
|
|
26
|
+
{
|
|
27
|
+
bool result = this.ReceiveDataNative((IntPtr)p, dataLength);
|
|
28
|
+
return result;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
private partial bool ReceiveDataNative(IntPtr data, int dataLength);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
namespace CesiumForUnity
|
|
2
|
+
{
|
|
3
|
+
public enum QuickAddItemType
|
|
4
|
+
{
|
|
5
|
+
BlankTileset,
|
|
6
|
+
DynamicCamera,
|
|
7
|
+
CartographicPolygon,
|
|
8
|
+
IonTileset
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
public class QuickAddItem
|
|
12
|
+
{
|
|
13
|
+
public QuickAddItemType type;
|
|
14
|
+
public string name;
|
|
15
|
+
public string tooltip;
|
|
16
|
+
public string tilesetName;
|
|
17
|
+
public long tilesetId;
|
|
18
|
+
public string overlayName;
|
|
19
|
+
public long overlayId;
|
|
20
|
+
|
|
21
|
+
public QuickAddItem()
|
|
22
|
+
{
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
public QuickAddItem(
|
|
26
|
+
QuickAddItemType type,
|
|
27
|
+
string name,
|
|
28
|
+
string tooltip,
|
|
29
|
+
string tilesetName,
|
|
30
|
+
long tilesetId,
|
|
31
|
+
string overlayName,
|
|
32
|
+
long overlayId)
|
|
33
|
+
{
|
|
34
|
+
this.type = type;
|
|
35
|
+
this.name = name;
|
|
36
|
+
this.tooltip = tooltip;
|
|
37
|
+
this.tilesetName = tilesetName;
|
|
38
|
+
this.tilesetId = tilesetId;
|
|
39
|
+
this.overlayName = overlayName;
|
|
40
|
+
this.overlayId = overlayId;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: a894721df49c22f42841cdd072806c4d
|
|
3
|
+
TextureImporter:
|
|
4
|
+
internalIDToNameTable: []
|
|
5
|
+
externalObjects: {}
|
|
6
|
+
serializedVersion: 11
|
|
7
|
+
mipmaps:
|
|
8
|
+
mipMapMode: 0
|
|
9
|
+
enableMipMap: 1
|
|
10
|
+
sRGBTexture: 1
|
|
11
|
+
linearTexture: 0
|
|
12
|
+
fadeOut: 0
|
|
13
|
+
borderMipMap: 0
|
|
14
|
+
mipMapsPreserveCoverage: 0
|
|
15
|
+
alphaTestReferenceValue: 0.5
|
|
16
|
+
mipMapFadeDistanceStart: 1
|
|
17
|
+
mipMapFadeDistanceEnd: 3
|
|
18
|
+
bumpmap:
|
|
19
|
+
convertToNormalMap: 0
|
|
20
|
+
externalNormalMap: 0
|
|
21
|
+
heightScale: 0.25
|
|
22
|
+
normalMapFilter: 0
|
|
23
|
+
isReadable: 0
|
|
24
|
+
streamingMipmaps: 0
|
|
25
|
+
streamingMipmapsPriority: 0
|
|
26
|
+
vTOnly: 0
|
|
27
|
+
ignoreMasterTextureLimit: 0
|
|
28
|
+
grayScaleToAlpha: 0
|
|
29
|
+
generateCubemap: 6
|
|
30
|
+
cubemapConvolution: 0
|
|
31
|
+
seamlessCubemap: 0
|
|
32
|
+
textureFormat: 1
|
|
33
|
+
maxTextureSize: 2048
|
|
34
|
+
textureSettings:
|
|
35
|
+
serializedVersion: 2
|
|
36
|
+
filterMode: 1
|
|
37
|
+
aniso: 1
|
|
38
|
+
mipBias: 0
|
|
39
|
+
wrapU: 0
|
|
40
|
+
wrapV: 0
|
|
41
|
+
wrapW: 0
|
|
42
|
+
nPOTScale: 1
|
|
43
|
+
lightmap: 0
|
|
44
|
+
compressionQuality: 50
|
|
45
|
+
spriteMode: 0
|
|
46
|
+
spriteExtrude: 1
|
|
47
|
+
spriteMeshType: 1
|
|
48
|
+
alignment: 0
|
|
49
|
+
spritePivot: {x: 0.5, y: 0.5}
|
|
50
|
+
spritePixelsToUnits: 100
|
|
51
|
+
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
|
52
|
+
spriteGenerateFallbackPhysicsShape: 1
|
|
53
|
+
alphaUsage: 1
|
|
54
|
+
alphaIsTransparency: 0
|
|
55
|
+
spriteTessellationDetail: -1
|
|
56
|
+
textureType: 0
|
|
57
|
+
textureShape: 1
|
|
58
|
+
singleChannelComponent: 0
|
|
59
|
+
flipbookRows: 1
|
|
60
|
+
flipbookColumns: 1
|
|
61
|
+
maxTextureSizeSet: 0
|
|
62
|
+
compressionQualitySet: 0
|
|
63
|
+
textureFormatSet: 0
|
|
64
|
+
ignorePngGamma: 0
|
|
65
|
+
applyGammaDecoding: 0
|
|
66
|
+
platformSettings:
|
|
67
|
+
- serializedVersion: 3
|
|
68
|
+
buildTarget: DefaultTexturePlatform
|
|
69
|
+
maxTextureSize: 2048
|
|
70
|
+
resizeAlgorithm: 0
|
|
71
|
+
textureFormat: -1
|
|
72
|
+
textureCompression: 1
|
|
73
|
+
compressionQuality: 50
|
|
74
|
+
crunchedCompression: 0
|
|
75
|
+
allowsAlphaSplitting: 0
|
|
76
|
+
overridden: 0
|
|
77
|
+
androidETC2FallbackOverride: 0
|
|
78
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
79
|
+
spriteSheet:
|
|
80
|
+
serializedVersion: 2
|
|
81
|
+
sprites: []
|
|
82
|
+
outline: []
|
|
83
|
+
physicsShape: []
|
|
84
|
+
bones: []
|
|
85
|
+
spriteID:
|
|
86
|
+
internalID: 0
|
|
87
|
+
vertices: []
|
|
88
|
+
indices:
|
|
89
|
+
edges: []
|
|
90
|
+
weights: []
|
|
91
|
+
secondaryTextures: []
|
|
92
|
+
nameFileIdTable: {}
|
|
93
|
+
spritePackingTag:
|
|
94
|
+
pSDRemoveMatte: 0
|
|
95
|
+
pSDShowRemoveMatteOption: 0
|
|
96
|
+
userData:
|
|
97
|
+
assetBundleName:
|
|
98
|
+
assetBundleVariant:
|
|
Binary file
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 022933223432fba4b93b22ff03a5b739
|
|
3
|
+
TextureImporter:
|
|
4
|
+
internalIDToNameTable: []
|
|
5
|
+
externalObjects: {}
|
|
6
|
+
serializedVersion: 12
|
|
7
|
+
mipmaps:
|
|
8
|
+
mipMapMode: 0
|
|
9
|
+
enableMipMap: 1
|
|
10
|
+
sRGBTexture: 1
|
|
11
|
+
linearTexture: 0
|
|
12
|
+
fadeOut: 0
|
|
13
|
+
borderMipMap: 0
|
|
14
|
+
mipMapsPreserveCoverage: 0
|
|
15
|
+
alphaTestReferenceValue: 0.5
|
|
16
|
+
mipMapFadeDistanceStart: 1
|
|
17
|
+
mipMapFadeDistanceEnd: 3
|
|
18
|
+
bumpmap:
|
|
19
|
+
convertToNormalMap: 0
|
|
20
|
+
externalNormalMap: 0
|
|
21
|
+
heightScale: 0.25
|
|
22
|
+
normalMapFilter: 0
|
|
23
|
+
isReadable: 0
|
|
24
|
+
streamingMipmaps: 0
|
|
25
|
+
streamingMipmapsPriority: 0
|
|
26
|
+
vTOnly: 0
|
|
27
|
+
ignoreMasterTextureLimit: 0
|
|
28
|
+
grayScaleToAlpha: 0
|
|
29
|
+
generateCubemap: 6
|
|
30
|
+
cubemapConvolution: 0
|
|
31
|
+
seamlessCubemap: 0
|
|
32
|
+
textureFormat: 1
|
|
33
|
+
maxTextureSize: 2048
|
|
34
|
+
textureSettings:
|
|
35
|
+
serializedVersion: 2
|
|
36
|
+
filterMode: 1
|
|
37
|
+
aniso: 1
|
|
38
|
+
mipBias: 0
|
|
39
|
+
wrapU: 0
|
|
40
|
+
wrapV: 0
|
|
41
|
+
wrapW: 0
|
|
42
|
+
nPOTScale: 1
|
|
43
|
+
lightmap: 0
|
|
44
|
+
compressionQuality: 50
|
|
45
|
+
spriteMode: 0
|
|
46
|
+
spriteExtrude: 1
|
|
47
|
+
spriteMeshType: 1
|
|
48
|
+
alignment: 0
|
|
49
|
+
spritePivot: {x: 0.5, y: 0.5}
|
|
50
|
+
spritePixelsToUnits: 100
|
|
51
|
+
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
|
52
|
+
spriteGenerateFallbackPhysicsShape: 1
|
|
53
|
+
alphaUsage: 1
|
|
54
|
+
alphaIsTransparency: 0
|
|
55
|
+
spriteTessellationDetail: -1
|
|
56
|
+
textureType: 0
|
|
57
|
+
textureShape: 1
|
|
58
|
+
singleChannelComponent: 0
|
|
59
|
+
flipbookRows: 1
|
|
60
|
+
flipbookColumns: 1
|
|
61
|
+
maxTextureSizeSet: 0
|
|
62
|
+
compressionQualitySet: 0
|
|
63
|
+
textureFormatSet: 0
|
|
64
|
+
ignorePngGamma: 0
|
|
65
|
+
applyGammaDecoding: 0
|
|
66
|
+
cookieLightType: 0
|
|
67
|
+
platformSettings:
|
|
68
|
+
- serializedVersion: 3
|
|
69
|
+
buildTarget: DefaultTexturePlatform
|
|
70
|
+
maxTextureSize: 2048
|
|
71
|
+
resizeAlgorithm: 0
|
|
72
|
+
textureFormat: -1
|
|
73
|
+
textureCompression: 1
|
|
74
|
+
compressionQuality: 50
|
|
75
|
+
crunchedCompression: 0
|
|
76
|
+
allowsAlphaSplitting: 0
|
|
77
|
+
overridden: 0
|
|
78
|
+
androidETC2FallbackOverride: 0
|
|
79
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
80
|
+
- serializedVersion: 3
|
|
81
|
+
buildTarget: Standalone
|
|
82
|
+
maxTextureSize: 2048
|
|
83
|
+
resizeAlgorithm: 0
|
|
84
|
+
textureFormat: -1
|
|
85
|
+
textureCompression: 1
|
|
86
|
+
compressionQuality: 50
|
|
87
|
+
crunchedCompression: 0
|
|
88
|
+
allowsAlphaSplitting: 0
|
|
89
|
+
overridden: 0
|
|
90
|
+
androidETC2FallbackOverride: 0
|
|
91
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
92
|
+
- serializedVersion: 3
|
|
93
|
+
buildTarget: Server
|
|
94
|
+
maxTextureSize: 2048
|
|
95
|
+
resizeAlgorithm: 0
|
|
96
|
+
textureFormat: -1
|
|
97
|
+
textureCompression: 1
|
|
98
|
+
compressionQuality: 50
|
|
99
|
+
crunchedCompression: 0
|
|
100
|
+
allowsAlphaSplitting: 0
|
|
101
|
+
overridden: 0
|
|
102
|
+
androidETC2FallbackOverride: 0
|
|
103
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
104
|
+
spriteSheet:
|
|
105
|
+
serializedVersion: 2
|
|
106
|
+
sprites: []
|
|
107
|
+
outline: []
|
|
108
|
+
physicsShape: []
|
|
109
|
+
bones: []
|
|
110
|
+
spriteID:
|
|
111
|
+
internalID: 0
|
|
112
|
+
vertices: []
|
|
113
|
+
indices:
|
|
114
|
+
edges: []
|
|
115
|
+
weights: []
|
|
116
|
+
secondaryTextures: []
|
|
117
|
+
nameFileIdTable: {}
|
|
118
|
+
spritePackingTag:
|
|
119
|
+
pSDRemoveMatte: 0
|
|
120
|
+
pSDShowRemoveMatteOption: 0
|
|
121
|
+
userData:
|
|
122
|
+
assetBundleName:
|
|
123
|
+
assetBundleVariant:
|
|
Binary file
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 85ab4c5443ace6045883ab6c90e28bb9
|
|
3
|
+
TextureImporter:
|
|
4
|
+
internalIDToNameTable: []
|
|
5
|
+
externalObjects: {}
|
|
6
|
+
serializedVersion: 11
|
|
7
|
+
mipmaps:
|
|
8
|
+
mipMapMode: 0
|
|
9
|
+
enableMipMap: 1
|
|
10
|
+
sRGBTexture: 1
|
|
11
|
+
linearTexture: 0
|
|
12
|
+
fadeOut: 0
|
|
13
|
+
borderMipMap: 0
|
|
14
|
+
mipMapsPreserveCoverage: 0
|
|
15
|
+
alphaTestReferenceValue: 0.5
|
|
16
|
+
mipMapFadeDistanceStart: 1
|
|
17
|
+
mipMapFadeDistanceEnd: 3
|
|
18
|
+
bumpmap:
|
|
19
|
+
convertToNormalMap: 0
|
|
20
|
+
externalNormalMap: 0
|
|
21
|
+
heightScale: 0.25
|
|
22
|
+
normalMapFilter: 0
|
|
23
|
+
isReadable: 0
|
|
24
|
+
streamingMipmaps: 0
|
|
25
|
+
streamingMipmapsPriority: 0
|
|
26
|
+
vTOnly: 0
|
|
27
|
+
ignoreMasterTextureLimit: 0
|
|
28
|
+
grayScaleToAlpha: 0
|
|
29
|
+
generateCubemap: 6
|
|
30
|
+
cubemapConvolution: 0
|
|
31
|
+
seamlessCubemap: 0
|
|
32
|
+
textureFormat: 1
|
|
33
|
+
maxTextureSize: 2048
|
|
34
|
+
textureSettings:
|
|
35
|
+
serializedVersion: 2
|
|
36
|
+
filterMode: 1
|
|
37
|
+
aniso: 1
|
|
38
|
+
mipBias: 0
|
|
39
|
+
wrapU: 0
|
|
40
|
+
wrapV: 0
|
|
41
|
+
wrapW: 0
|
|
42
|
+
nPOTScale: 1
|
|
43
|
+
lightmap: 0
|
|
44
|
+
compressionQuality: 50
|
|
45
|
+
spriteMode: 0
|
|
46
|
+
spriteExtrude: 1
|
|
47
|
+
spriteMeshType: 1
|
|
48
|
+
alignment: 0
|
|
49
|
+
spritePivot: {x: 0.5, y: 0.5}
|
|
50
|
+
spritePixelsToUnits: 100
|
|
51
|
+
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
|
52
|
+
spriteGenerateFallbackPhysicsShape: 1
|
|
53
|
+
alphaUsage: 1
|
|
54
|
+
alphaIsTransparency: 0
|
|
55
|
+
spriteTessellationDetail: -1
|
|
56
|
+
textureType: 0
|
|
57
|
+
textureShape: 1
|
|
58
|
+
singleChannelComponent: 0
|
|
59
|
+
flipbookRows: 1
|
|
60
|
+
flipbookColumns: 1
|
|
61
|
+
maxTextureSizeSet: 0
|
|
62
|
+
compressionQualitySet: 0
|
|
63
|
+
textureFormatSet: 0
|
|
64
|
+
ignorePngGamma: 0
|
|
65
|
+
applyGammaDecoding: 0
|
|
66
|
+
platformSettings:
|
|
67
|
+
- serializedVersion: 3
|
|
68
|
+
buildTarget: DefaultTexturePlatform
|
|
69
|
+
maxTextureSize: 2048
|
|
70
|
+
resizeAlgorithm: 0
|
|
71
|
+
textureFormat: -1
|
|
72
|
+
textureCompression: 1
|
|
73
|
+
compressionQuality: 50
|
|
74
|
+
crunchedCompression: 0
|
|
75
|
+
allowsAlphaSplitting: 0
|
|
76
|
+
overridden: 0
|
|
77
|
+
androidETC2FallbackOverride: 0
|
|
78
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
79
|
+
spriteSheet:
|
|
80
|
+
serializedVersion: 2
|
|
81
|
+
sprites: []
|
|
82
|
+
outline: []
|
|
83
|
+
physicsShape: []
|
|
84
|
+
bones: []
|
|
85
|
+
spriteID:
|
|
86
|
+
internalID: 0
|
|
87
|
+
vertices: []
|
|
88
|
+
indices:
|
|
89
|
+
edges: []
|
|
90
|
+
weights: []
|
|
91
|
+
secondaryTextures: []
|
|
92
|
+
nameFileIdTable: {}
|
|
93
|
+
spritePackingTag:
|
|
94
|
+
pSDRemoveMatte: 0
|
|
95
|
+
pSDShowRemoveMatteOption: 0
|
|
96
|
+
userData:
|
|
97
|
+
assetBundleName:
|
|
98
|
+
assetBundleVariant:
|
|
Binary file
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 63c7d2111218fbd47a566cd4c967f84a
|
|
3
|
+
TextureImporter:
|
|
4
|
+
internalIDToNameTable: []
|
|
5
|
+
externalObjects: {}
|
|
6
|
+
serializedVersion: 12
|
|
7
|
+
mipmaps:
|
|
8
|
+
mipMapMode: 0
|
|
9
|
+
enableMipMap: 1
|
|
10
|
+
sRGBTexture: 1
|
|
11
|
+
linearTexture: 0
|
|
12
|
+
fadeOut: 0
|
|
13
|
+
borderMipMap: 0
|
|
14
|
+
mipMapsPreserveCoverage: 0
|
|
15
|
+
alphaTestReferenceValue: 0.5
|
|
16
|
+
mipMapFadeDistanceStart: 1
|
|
17
|
+
mipMapFadeDistanceEnd: 3
|
|
18
|
+
bumpmap:
|
|
19
|
+
convertToNormalMap: 0
|
|
20
|
+
externalNormalMap: 0
|
|
21
|
+
heightScale: 0.25
|
|
22
|
+
normalMapFilter: 0
|
|
23
|
+
isReadable: 0
|
|
24
|
+
streamingMipmaps: 0
|
|
25
|
+
streamingMipmapsPriority: 0
|
|
26
|
+
vTOnly: 0
|
|
27
|
+
ignoreMasterTextureLimit: 0
|
|
28
|
+
grayScaleToAlpha: 0
|
|
29
|
+
generateCubemap: 6
|
|
30
|
+
cubemapConvolution: 0
|
|
31
|
+
seamlessCubemap: 0
|
|
32
|
+
textureFormat: 1
|
|
33
|
+
maxTextureSize: 2048
|
|
34
|
+
textureSettings:
|
|
35
|
+
serializedVersion: 2
|
|
36
|
+
filterMode: 1
|
|
37
|
+
aniso: 1
|
|
38
|
+
mipBias: 0
|
|
39
|
+
wrapU: 0
|
|
40
|
+
wrapV: 0
|
|
41
|
+
wrapW: 0
|
|
42
|
+
nPOTScale: 1
|
|
43
|
+
lightmap: 0
|
|
44
|
+
compressionQuality: 50
|
|
45
|
+
spriteMode: 0
|
|
46
|
+
spriteExtrude: 1
|
|
47
|
+
spriteMeshType: 1
|
|
48
|
+
alignment: 0
|
|
49
|
+
spritePivot: {x: 0.5, y: 0.5}
|
|
50
|
+
spritePixelsToUnits: 100
|
|
51
|
+
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
|
52
|
+
spriteGenerateFallbackPhysicsShape: 1
|
|
53
|
+
alphaUsage: 1
|
|
54
|
+
alphaIsTransparency: 0
|
|
55
|
+
spriteTessellationDetail: -1
|
|
56
|
+
textureType: 0
|
|
57
|
+
textureShape: 1
|
|
58
|
+
singleChannelComponent: 0
|
|
59
|
+
flipbookRows: 1
|
|
60
|
+
flipbookColumns: 1
|
|
61
|
+
maxTextureSizeSet: 0
|
|
62
|
+
compressionQualitySet: 0
|
|
63
|
+
textureFormatSet: 0
|
|
64
|
+
ignorePngGamma: 0
|
|
65
|
+
applyGammaDecoding: 0
|
|
66
|
+
cookieLightType: 0
|
|
67
|
+
platformSettings:
|
|
68
|
+
- serializedVersion: 3
|
|
69
|
+
buildTarget: DefaultTexturePlatform
|
|
70
|
+
maxTextureSize: 2048
|
|
71
|
+
resizeAlgorithm: 0
|
|
72
|
+
textureFormat: -1
|
|
73
|
+
textureCompression: 1
|
|
74
|
+
compressionQuality: 50
|
|
75
|
+
crunchedCompression: 0
|
|
76
|
+
allowsAlphaSplitting: 0
|
|
77
|
+
overridden: 0
|
|
78
|
+
androidETC2FallbackOverride: 0
|
|
79
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
80
|
+
- serializedVersion: 3
|
|
81
|
+
buildTarget: Standalone
|
|
82
|
+
maxTextureSize: 2048
|
|
83
|
+
resizeAlgorithm: 0
|
|
84
|
+
textureFormat: -1
|
|
85
|
+
textureCompression: 1
|
|
86
|
+
compressionQuality: 50
|
|
87
|
+
crunchedCompression: 0
|
|
88
|
+
allowsAlphaSplitting: 0
|
|
89
|
+
overridden: 0
|
|
90
|
+
androidETC2FallbackOverride: 0
|
|
91
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
92
|
+
- serializedVersion: 3
|
|
93
|
+
buildTarget: Server
|
|
94
|
+
maxTextureSize: 2048
|
|
95
|
+
resizeAlgorithm: 0
|
|
96
|
+
textureFormat: -1
|
|
97
|
+
textureCompression: 1
|
|
98
|
+
compressionQuality: 50
|
|
99
|
+
crunchedCompression: 0
|
|
100
|
+
allowsAlphaSplitting: 0
|
|
101
|
+
overridden: 0
|
|
102
|
+
androidETC2FallbackOverride: 0
|
|
103
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
104
|
+
spriteSheet:
|
|
105
|
+
serializedVersion: 2
|
|
106
|
+
sprites: []
|
|
107
|
+
outline: []
|
|
108
|
+
physicsShape: []
|
|
109
|
+
bones: []
|
|
110
|
+
spriteID:
|
|
111
|
+
internalID: 0
|
|
112
|
+
vertices: []
|
|
113
|
+
indices:
|
|
114
|
+
edges: []
|
|
115
|
+
weights: []
|
|
116
|
+
secondaryTextures: []
|
|
117
|
+
nameFileIdTable: {}
|
|
118
|
+
spritePackingTag:
|
|
119
|
+
pSDRemoveMatte: 0
|
|
120
|
+
pSDShowRemoveMatteOption: 0
|
|
121
|
+
userData:
|
|
122
|
+
assetBundleName:
|
|
123
|
+
assetBundleVariant:
|
|
Binary file
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 80121502fbae947439452760c6042c21
|
|
3
|
+
TextureImporter:
|
|
4
|
+
internalIDToNameTable: []
|
|
5
|
+
externalObjects: {}
|
|
6
|
+
serializedVersion: 12
|
|
7
|
+
mipmaps:
|
|
8
|
+
mipMapMode: 0
|
|
9
|
+
enableMipMap: 1
|
|
10
|
+
sRGBTexture: 1
|
|
11
|
+
linearTexture: 0
|
|
12
|
+
fadeOut: 0
|
|
13
|
+
borderMipMap: 0
|
|
14
|
+
mipMapsPreserveCoverage: 0
|
|
15
|
+
alphaTestReferenceValue: 0.5
|
|
16
|
+
mipMapFadeDistanceStart: 1
|
|
17
|
+
mipMapFadeDistanceEnd: 3
|
|
18
|
+
bumpmap:
|
|
19
|
+
convertToNormalMap: 0
|
|
20
|
+
externalNormalMap: 0
|
|
21
|
+
heightScale: 0.25
|
|
22
|
+
normalMapFilter: 0
|
|
23
|
+
isReadable: 0
|
|
24
|
+
streamingMipmaps: 0
|
|
25
|
+
streamingMipmapsPriority: 0
|
|
26
|
+
vTOnly: 0
|
|
27
|
+
ignoreMasterTextureLimit: 0
|
|
28
|
+
grayScaleToAlpha: 0
|
|
29
|
+
generateCubemap: 6
|
|
30
|
+
cubemapConvolution: 0
|
|
31
|
+
seamlessCubemap: 0
|
|
32
|
+
textureFormat: 1
|
|
33
|
+
maxTextureSize: 2048
|
|
34
|
+
textureSettings:
|
|
35
|
+
serializedVersion: 2
|
|
36
|
+
filterMode: 1
|
|
37
|
+
aniso: 1
|
|
38
|
+
mipBias: 0
|
|
39
|
+
wrapU: 0
|
|
40
|
+
wrapV: 0
|
|
41
|
+
wrapW: 0
|
|
42
|
+
nPOTScale: 1
|
|
43
|
+
lightmap: 0
|
|
44
|
+
compressionQuality: 50
|
|
45
|
+
spriteMode: 0
|
|
46
|
+
spriteExtrude: 1
|
|
47
|
+
spriteMeshType: 1
|
|
48
|
+
alignment: 0
|
|
49
|
+
spritePivot: {x: 0.5, y: 0.5}
|
|
50
|
+
spritePixelsToUnits: 100
|
|
51
|
+
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
|
52
|
+
spriteGenerateFallbackPhysicsShape: 1
|
|
53
|
+
alphaUsage: 1
|
|
54
|
+
alphaIsTransparency: 0
|
|
55
|
+
spriteTessellationDetail: -1
|
|
56
|
+
textureType: 0
|
|
57
|
+
textureShape: 1
|
|
58
|
+
singleChannelComponent: 0
|
|
59
|
+
flipbookRows: 1
|
|
60
|
+
flipbookColumns: 1
|
|
61
|
+
maxTextureSizeSet: 0
|
|
62
|
+
compressionQualitySet: 0
|
|
63
|
+
textureFormatSet: 0
|
|
64
|
+
ignorePngGamma: 0
|
|
65
|
+
applyGammaDecoding: 0
|
|
66
|
+
cookieLightType: 0
|
|
67
|
+
platformSettings:
|
|
68
|
+
- serializedVersion: 3
|
|
69
|
+
buildTarget: DefaultTexturePlatform
|
|
70
|
+
maxTextureSize: 2048
|
|
71
|
+
resizeAlgorithm: 0
|
|
72
|
+
textureFormat: -1
|
|
73
|
+
textureCompression: 1
|
|
74
|
+
compressionQuality: 50
|
|
75
|
+
crunchedCompression: 0
|
|
76
|
+
allowsAlphaSplitting: 0
|
|
77
|
+
overridden: 0
|
|
78
|
+
androidETC2FallbackOverride: 0
|
|
79
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
80
|
+
- serializedVersion: 3
|
|
81
|
+
buildTarget: Standalone
|
|
82
|
+
maxTextureSize: 2048
|
|
83
|
+
resizeAlgorithm: 0
|
|
84
|
+
textureFormat: -1
|
|
85
|
+
textureCompression: 1
|
|
86
|
+
compressionQuality: 50
|
|
87
|
+
crunchedCompression: 0
|
|
88
|
+
allowsAlphaSplitting: 0
|
|
89
|
+
overridden: 0
|
|
90
|
+
androidETC2FallbackOverride: 0
|
|
91
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
92
|
+
- serializedVersion: 3
|
|
93
|
+
buildTarget: Server
|
|
94
|
+
maxTextureSize: 2048
|
|
95
|
+
resizeAlgorithm: 0
|
|
96
|
+
textureFormat: -1
|
|
97
|
+
textureCompression: 1
|
|
98
|
+
compressionQuality: 50
|
|
99
|
+
crunchedCompression: 0
|
|
100
|
+
allowsAlphaSplitting: 0
|
|
101
|
+
overridden: 0
|
|
102
|
+
androidETC2FallbackOverride: 0
|
|
103
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
104
|
+
spriteSheet:
|
|
105
|
+
serializedVersion: 2
|
|
106
|
+
sprites: []
|
|
107
|
+
outline: []
|
|
108
|
+
physicsShape: []
|
|
109
|
+
bones: []
|
|
110
|
+
spriteID:
|
|
111
|
+
internalID: 0
|
|
112
|
+
vertices: []
|
|
113
|
+
indices:
|
|
114
|
+
edges: []
|
|
115
|
+
weights: []
|
|
116
|
+
secondaryTextures: []
|
|
117
|
+
nameFileIdTable: {}
|
|
118
|
+
spritePackingTag:
|
|
119
|
+
pSDRemoveMatte: 0
|
|
120
|
+
pSDShowRemoveMatteOption: 0
|
|
121
|
+
userData:
|
|
122
|
+
assetBundleName:
|
|
123
|
+
assetBundleVariant:
|
|
Binary file
|