From af94b566d884be09fa957788433d06764afd67a1 Mon Sep 17 00:00:00 2001 From: Richard Marcus <richard.marcus@fau.de> Date: Sat, 28 Nov 2020 20:29:03 +0100 Subject: [PATCH] UI Rework part 1: scroll horizontal --- Assets/Materials/SeeThrough 2.mat | 84 + Assets/Materials/SeeThrough 2.mat.meta | 8 + .../Fonts & Materials/ARIALUNI SDF.asset | 2 +- Assets/Resources/Prefabs/FrameITUI.prefab | 258 +- Assets/Resources/Prefabs/GadgetButton.prefab | 2 +- .../Prefabs/ScrollParameterDisplay 1.prefab | 611 ++++ .../ScrollParameterDisplay 1.prefab.meta | 7 + .../Prefabs/ScrollParameterDisplay.prefab | 559 +-- Assets/Resources/Prefabs/ScrollPrefab.prefab | 473 +-- Assets/Scenes/TreeWorld_02.meta | 8 + Assets/Scenes/TreeWorld_02.unity | 752 +++- Assets/Scenes/TreeWorld_02/LightingData.asset | Bin 0 -> 72840 bytes .../TreeWorld_02/LightingData.asset.meta | 8 + .../TreeWorld_02/Lightmap-0_comp_dir.png | 3 + .../TreeWorld_02/Lightmap-0_comp_dir.png.meta | 92 + .../TreeWorld_02/Lightmap-0_comp_light.exr | 3 + .../Lightmap-0_comp_light.exr.meta | 92 + .../Lightmap-0_comp_shadowmask.png | 3 + .../Lightmap-0_comp_shadowmask.png.meta | 104 + .../TreeWorld_02/Lightmap-10_comp_dir.png | 3 + .../Lightmap-10_comp_dir.png.meta | 92 + .../TreeWorld_02/Lightmap-10_comp_light.exr | 3 + .../Lightmap-10_comp_light.exr.meta | 92 + .../Lightmap-10_comp_shadowmask.png | 3 + .../Lightmap-10_comp_shadowmask.png.meta | 104 + .../TreeWorld_02/Lightmap-11_comp_dir.png | 3 + .../Lightmap-11_comp_dir.png.meta | 92 + .../TreeWorld_02/Lightmap-11_comp_light.exr | 3 + .../Lightmap-11_comp_light.exr.meta | 92 + .../Lightmap-11_comp_shadowmask.png | 3 + .../Lightmap-11_comp_shadowmask.png.meta | 104 + .../TreeWorld_02/Lightmap-1_comp_dir.png | 3 + .../TreeWorld_02/Lightmap-1_comp_dir.png.meta | 92 + .../TreeWorld_02/Lightmap-1_comp_light.exr | 3 + .../Lightmap-1_comp_light.exr.meta | 92 + .../Lightmap-1_comp_shadowmask.png | 3 + .../Lightmap-1_comp_shadowmask.png.meta | 104 + .../TreeWorld_02/Lightmap-2_comp_dir.png | 3 + .../TreeWorld_02/Lightmap-2_comp_dir.png.meta | 92 + .../TreeWorld_02/Lightmap-2_comp_light.exr | 3 + .../Lightmap-2_comp_light.exr.meta | 92 + .../Lightmap-2_comp_shadowmask.png | 3 + .../Lightmap-2_comp_shadowmask.png.meta | 104 + .../TreeWorld_02/Lightmap-3_comp_dir.png | 3 + .../TreeWorld_02/Lightmap-3_comp_dir.png.meta | 92 + .../TreeWorld_02/Lightmap-3_comp_light.exr | 3 + .../Lightmap-3_comp_light.exr.meta | 92 + .../Lightmap-3_comp_shadowmask.png | 3 + .../Lightmap-3_comp_shadowmask.png.meta | 104 + .../TreeWorld_02/Lightmap-4_comp_dir.png | 3 + .../TreeWorld_02/Lightmap-4_comp_dir.png.meta | 92 + .../TreeWorld_02/Lightmap-4_comp_light.exr | 3 + .../Lightmap-4_comp_light.exr.meta | 92 + .../Lightmap-4_comp_shadowmask.png | 3 + .../Lightmap-4_comp_shadowmask.png.meta | 104 + .../TreeWorld_02/Lightmap-5_comp_dir.png | 3 + .../TreeWorld_02/Lightmap-5_comp_dir.png.meta | 92 + .../TreeWorld_02/Lightmap-5_comp_light.exr | 3 + .../Lightmap-5_comp_light.exr.meta | 92 + .../Lightmap-5_comp_shadowmask.png | 3 + .../Lightmap-5_comp_shadowmask.png.meta | 104 + .../TreeWorld_02/Lightmap-6_comp_dir.png | 3 + .../TreeWorld_02/Lightmap-6_comp_dir.png.meta | 92 + .../TreeWorld_02/Lightmap-6_comp_light.exr | 3 + .../Lightmap-6_comp_light.exr.meta | 92 + .../Lightmap-6_comp_shadowmask.png | 3 + .../Lightmap-6_comp_shadowmask.png.meta | 104 + .../TreeWorld_02/Lightmap-7_comp_dir.png | 3 + .../TreeWorld_02/Lightmap-7_comp_dir.png.meta | 92 + .../TreeWorld_02/Lightmap-7_comp_light.exr | 3 + .../Lightmap-7_comp_light.exr.meta | 92 + .../Lightmap-7_comp_shadowmask.png | 3 + .../Lightmap-7_comp_shadowmask.png.meta | 104 + .../TreeWorld_02/Lightmap-8_comp_dir.png | 3 + .../TreeWorld_02/Lightmap-8_comp_dir.png.meta | 92 + .../TreeWorld_02/Lightmap-8_comp_light.exr | 3 + .../Lightmap-8_comp_light.exr.meta | 92 + .../Lightmap-8_comp_shadowmask.png | 3 + .../Lightmap-8_comp_shadowmask.png.meta | 104 + .../TreeWorld_02/Lightmap-9_comp_dir.png | 3 + .../TreeWorld_02/Lightmap-9_comp_dir.png.meta | 92 + .../TreeWorld_02/Lightmap-9_comp_light.exr | 3 + .../Lightmap-9_comp_light.exr.meta | 92 + .../Lightmap-9_comp_shadowmask.png | 3 + .../Lightmap-9_comp_shadowmask.png.meta | 104 + .../Scenes/TreeWorld_02/ReflectionProbe-0.exr | 3 + .../TreeWorld_02/ReflectionProbe-0.exr.meta | 92 + .../Gadgets/GadgetManager.cs | 7 +- Assets/Scripts/InventoryStuff/Inventory.meta | 8 + .../InventoryStuff/Items/images/Angle2.png | 3 + .../Items/images/Angle2.png.meta | 104 + .../Items/images/ScrollBackgroundBlue.png | 3 + .../images/ScrollBackgroundBlue.png.meta | 104 + Assets/Scripts/ToolModeSelector.cs | 20 +- Assets/Scrolls-Show.prefab | 3108 +++++++++++++++++ Assets/Scrolls-Show.prefab.meta | 7 + Assets/StreamingAssets.meta | 8 + Assets/scroll_list_response.json | 1676 +++++++++ Assets/scroll_list_response.json.meta | 7 + ProjectSettings/ProjectVersion.txt | 4 +- ProjectSettings/QualitySettings.asset | 22 +- 101 files changed, 10760 insertions(+), 752 deletions(-) create mode 100644 Assets/Materials/SeeThrough 2.mat create mode 100644 Assets/Materials/SeeThrough 2.mat.meta create mode 100644 Assets/Resources/Prefabs/ScrollParameterDisplay 1.prefab create mode 100644 Assets/Resources/Prefabs/ScrollParameterDisplay 1.prefab.meta create mode 100644 Assets/Scenes/TreeWorld_02.meta create mode 100644 Assets/Scenes/TreeWorld_02/LightingData.asset create mode 100644 Assets/Scenes/TreeWorld_02/LightingData.asset.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-0_comp_dir.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-0_comp_dir.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-0_comp_light.exr create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-0_comp_light.exr.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-0_comp_shadowmask.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-0_comp_shadowmask.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-10_comp_dir.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-10_comp_dir.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-10_comp_light.exr create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-10_comp_light.exr.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-10_comp_shadowmask.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-10_comp_shadowmask.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-11_comp_dir.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-11_comp_dir.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-11_comp_light.exr create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-11_comp_light.exr.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-11_comp_shadowmask.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-11_comp_shadowmask.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-1_comp_dir.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-1_comp_dir.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-1_comp_light.exr create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-1_comp_light.exr.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-1_comp_shadowmask.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-1_comp_shadowmask.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-2_comp_dir.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-2_comp_dir.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-2_comp_light.exr create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-2_comp_light.exr.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-2_comp_shadowmask.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-2_comp_shadowmask.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-3_comp_dir.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-3_comp_dir.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-3_comp_light.exr create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-3_comp_light.exr.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-3_comp_shadowmask.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-3_comp_shadowmask.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-4_comp_dir.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-4_comp_dir.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-4_comp_light.exr create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-4_comp_light.exr.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-4_comp_shadowmask.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-4_comp_shadowmask.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-5_comp_dir.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-5_comp_dir.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-5_comp_light.exr create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-5_comp_light.exr.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-5_comp_shadowmask.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-5_comp_shadowmask.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-6_comp_dir.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-6_comp_dir.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-6_comp_light.exr create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-6_comp_light.exr.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-6_comp_shadowmask.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-6_comp_shadowmask.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-7_comp_dir.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-7_comp_dir.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-7_comp_light.exr create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-7_comp_light.exr.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-7_comp_shadowmask.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-7_comp_shadowmask.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-8_comp_dir.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-8_comp_dir.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-8_comp_light.exr create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-8_comp_light.exr.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-8_comp_shadowmask.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-8_comp_shadowmask.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-9_comp_dir.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-9_comp_dir.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-9_comp_light.exr create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-9_comp_light.exr.meta create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-9_comp_shadowmask.png create mode 100644 Assets/Scenes/TreeWorld_02/Lightmap-9_comp_shadowmask.png.meta create mode 100644 Assets/Scenes/TreeWorld_02/ReflectionProbe-0.exr create mode 100644 Assets/Scenes/TreeWorld_02/ReflectionProbe-0.exr.meta create mode 100644 Assets/Scripts/InventoryStuff/Inventory.meta create mode 100644 Assets/Scripts/InventoryStuff/Items/images/Angle2.png create mode 100644 Assets/Scripts/InventoryStuff/Items/images/Angle2.png.meta create mode 100644 Assets/Scripts/InventoryStuff/Items/images/ScrollBackgroundBlue.png create mode 100644 Assets/Scripts/InventoryStuff/Items/images/ScrollBackgroundBlue.png.meta create mode 100644 Assets/Scrolls-Show.prefab create mode 100644 Assets/Scrolls-Show.prefab.meta create mode 100644 Assets/StreamingAssets.meta create mode 100644 Assets/scroll_list_response.json create mode 100644 Assets/scroll_list_response.json.meta diff --git a/Assets/Materials/SeeThrough 2.mat b/Assets/Materials/SeeThrough 2.mat new file mode 100644 index 00000000..956c8623 --- /dev/null +++ b/Assets/Materials/SeeThrough 2.mat @@ -0,0 +1,84 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SeeThrough 2 + m_Shader: {fileID: 10760, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _ALPHAPREMULTIPLY_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _ColorMask: 15 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 10 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 3 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UVSec: 0 + - _UseUIAlphaClip: 0 + - _ZWrite: 0 + m_Colors: + - _Color: {r: 0, g: 0.23494856, b: 0.9716981, a: 0.11372549} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} diff --git a/Assets/Materials/SeeThrough 2.mat.meta b/Assets/Materials/SeeThrough 2.mat.meta new file mode 100644 index 00000000..842be210 --- /dev/null +++ b/Assets/Materials/SeeThrough 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f8d55d7eb9bf1414b869ec38286ec6b1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/TextMesh Pro/Resources/Fonts & Materials/ARIALUNI SDF.asset b/Assets/Plugins/TextMesh Pro/Resources/Fonts & Materials/ARIALUNI SDF.asset index dd5dd802..da9b0d3a 100644 --- a/Assets/Plugins/TextMesh Pro/Resources/Fonts & Materials/ARIALUNI SDF.asset +++ b/Assets/Plugins/TextMesh Pro/Resources/Fonts & Materials/ARIALUNI SDF.asset @@ -93,7 +93,7 @@ Material: m_Colors: - _ClipRect: {r: -32767, g: -32767, b: 32767, a: 32767} - _EnvMatrixRotation: {r: 0, g: 0, b: 0, a: 0} - - _FaceColor: {r: 1, g: 1, b: 1, a: 1} + - _FaceColor: {r: 0, g: 0, b: 0, a: 1} - _GlowColor: {r: 0, g: 1, b: 0, a: 0.5} - _MaskCoord: {r: 0, g: 0, b: 32767, a: 32767} - _OutlineColor: {r: 0, g: 0, b: 0, a: 1} diff --git a/Assets/Resources/Prefabs/FrameITUI.prefab b/Assets/Resources/Prefabs/FrameITUI.prefab index 2161a46c..fd1a968b 100644 --- a/Assets/Resources/Prefabs/FrameITUI.prefab +++ b/Assets/Resources/Prefabs/FrameITUI.prefab @@ -1,5 +1,153 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: +--- !u!1 &243603410370541807 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2513016167103166471} + - component: {fileID: 4194763573357768279} + - component: {fileID: 6974175854519602339} + m_Layer: 5 + m_Name: Image + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2513016167103166471 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 243603410370541807} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 8878469633280048831} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -65, y: 0} + m_SizeDelta: {x: 10, y: 1080} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4194763573357768279 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 243603410370541807} + m_CullTransparentMesh: 0 +--- !u!114 &6974175854519602339 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 243603410370541807} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.3161302, g: 0.6792453, b: 0.2979708, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &6729916905418316301 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5010818407500722923} + - component: {fileID: 8880042775076345858} + - component: {fileID: 7722216814774362659} + m_Layer: 5 + m_Name: Image (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5010818407500722923 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6729916905418316301} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 8878469633280048831} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 849.8, y: 0} + m_SizeDelta: {x: 5, y: 1080} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8880042775076345858 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6729916905418316301} + m_CullTransparentMesh: 0 +--- !u!114 &7722216814774362659 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6729916905418316301} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.3161302, g: 0.6792453, b: 0.2979708, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 --- !u!1 &8372521933304292807 GameObject: m_ObjectHideFlags: 0 @@ -764,12 +912,12 @@ RectTransform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8878469632074215861} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 8878469633280048831} - m_RootOrder: 1 + m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -867,7 +1015,7 @@ RectTransform: m_Children: - {fileID: 8878469633391411771} m_Father: {fileID: 8878469633280048831} - m_RootOrder: 4 + m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -1009,7 +1157,7 @@ RectTransform: m_Children: - {fileID: 8372521933304292792} m_Father: {fileID: 8878469633280048831} - m_RootOrder: 2 + m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -1097,7 +1245,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!224 &8878469632587131531 RectTransform: m_ObjectHideFlags: 0 @@ -1116,7 +1264,7 @@ RectTransform: - {fileID: 8878469631840426914} - {fileID: 8878469633172840078} m_Father: {fileID: 8878469633280048831} - m_RootOrder: 5 + m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -1359,13 +1507,13 @@ RectTransform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8878469632984452988} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 4004370944665935134} m_Father: {fileID: 8878469633280048831} - m_RootOrder: 0 + m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -1409,41 +1557,6 @@ MonoBehaviour: m_FillOrigin: 0 m_UseSpriteMesh: 0 m_PixelsPerUnitMultiplier: 1 ---- !u!1 &8878469633031390104 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8878469633031390105} - m_Layer: 5 - m_Name: GameObject - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &8878469633031390105 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8878469633031390104} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 8878469633280048831} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &8878469633115299382 GameObject: m_ObjectHideFlags: 0 @@ -1470,9 +1583,9 @@ RectTransform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8878469633115299382} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 8878469633678565636} - {fileID: 8878469631842279190} @@ -1481,9 +1594,9 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0, y: 0} + m_AnchoredPosition: {x: 433.125, y: 243.5} + m_SizeDelta: {x: 866.25, y: 487} + m_Pivot: {x: 0.5, y: 0.5} --- !u!223 &8878469633115299378 Canvas: m_ObjectHideFlags: 0 @@ -1729,24 +1842,25 @@ RectTransform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8878469633280048830} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - - {fileID: 8878469632984452989} - - {fileID: 8878469632074215862} - - {fileID: 8878469632551108393} - - {fileID: 8878469633031390105} - {fileID: 8878469632357360088} - {fileID: 8878469632587131531} + - {fileID: 5010818407500722923} + - {fileID: 8878469632074215862} + - {fileID: 8878469632984452989} + - {fileID: 8878469632551108393} + - {fileID: 2513016167103166471} m_Father: {fileID: 8878469632920652277} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0, y: 0} + m_AnchoredPosition: {x: 433.125, y: 243.5} + m_SizeDelta: {x: 866.25, y: 487} + m_Pivot: {x: 0.5, y: 0.5} --- !u!223 &8878469633280048826 Canvas: m_ObjectHideFlags: 0 @@ -2201,6 +2315,16 @@ PrefabInstance: m_Modification: m_TransformParent: {fileID: 8878469632984452989} m_Modifications: + - target: {fileID: 2133666235260033763, guid: efd7037a57100574780bb26bea0c0683, + type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2133666235260033763, guid: efd7037a57100574780bb26bea0c0683, + type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} - target: {fileID: 4092972423235671813, guid: efd7037a57100574780bb26bea0c0683, type: 3} propertyPath: m_Name @@ -2311,6 +2435,21 @@ PrefabInstance: propertyPath: m_Pivot.y value: 0.5 objectReference: {fileID: 0} + - target: {fileID: 8894159310465802589, guid: efd7037a57100574780bb26bea0c0683, + type: 3} + propertyPath: m_AnchoredPosition.x + value: -0.000061035156 + objectReference: {fileID: 0} + - target: {fileID: 8894159310465802589, guid: efd7037a57100574780bb26bea0c0683, + type: 3} + propertyPath: m_AnchoredPosition.y + value: -0.00024414062 + objectReference: {fileID: 0} + - target: {fileID: 8894159312190296000, guid: efd7037a57100574780bb26bea0c0683, + type: 3} + propertyPath: m_Value + value: 1 + objectReference: {fileID: 0} - target: {fileID: 8894159312392602746, guid: efd7037a57100574780bb26bea0c0683, type: 3} propertyPath: m_AnchorMax.x @@ -2321,6 +2460,11 @@ PrefabInstance: propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} + - target: {fileID: 8894159312392602746, guid: efd7037a57100574780bb26bea0c0683, + type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: efd7037a57100574780bb26bea0c0683, type: 3} --- !u!1 &4004370944665935133 stripped diff --git a/Assets/Resources/Prefabs/GadgetButton.prefab b/Assets/Resources/Prefabs/GadgetButton.prefab index 636e0738..0333a05e 100644 --- a/Assets/Resources/Prefabs/GadgetButton.prefab +++ b/Assets/Resources/Prefabs/GadgetButton.prefab @@ -28,7 +28,7 @@ RectTransform: m_GameObject: {fileID: 5345241908758045532} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0.3, y: 0.3, z: 1} + m_LocalScale: {x: 0.5, y: 0.5, z: 1} m_Children: [] m_Father: {fileID: 0} m_RootOrder: 0 diff --git a/Assets/Resources/Prefabs/ScrollParameterDisplay 1.prefab b/Assets/Resources/Prefabs/ScrollParameterDisplay 1.prefab new file mode 100644 index 00000000..ee11904f --- /dev/null +++ b/Assets/Resources/Prefabs/ScrollParameterDisplay 1.prefab @@ -0,0 +1,611 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &45775000557492118 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 45775000557492117} + - component: {fileID: 45775000557492123} + - component: {fileID: 45775000557492116} + - component: {fileID: 3165625469853059737} + m_Layer: 5 + m_Name: ScrollParameterDisplay 1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &45775000557492117 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 45775000557492118} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8395591737078336061} + - {fileID: 7707475700987653288} + - {fileID: 7669725544194832573} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} + m_AnchoredPosition: {x: 0, y: -70} + m_SizeDelta: {x: 540, y: 120} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &45775000557492123 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 45775000557492118} + m_CullTransparentMesh: 0 +--- !u!114 &45775000557492116 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 45775000557492118} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.9056604, g: 0.8992144, b: 0.004271993, a: 0.21568628} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!95 &3165625469853059737 +Animator: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 45775000557492118} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 9100000, guid: 07c7974f76bb8bf4eabb2ada276f1089, type: 2} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!1 &5738028260646118123 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7669725544194832573} + - component: {fileID: 2273725409946830726} + - component: {fileID: 2198229345370745244} + - component: {fileID: 6338961308496269799} + m_Layer: 5 + m_Name: HintButton + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &7669725544194832573 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5738028260646118123} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 240927666867053403} + m_Father: {fileID: 45775000557492117} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 1} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: -50, y: -15} + m_SizeDelta: {x: 80, y: 20} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &2273725409946830726 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5738028260646118123} + m_CullTransparentMesh: 0 +--- !u!114 &2198229345370745244 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5738028260646118123} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &6338961308496269799 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5738028260646118123} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 0.5294118} + m_HighlightedColor: {r: 1, g: 0, b: 0, a: 0.5294118} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 2198229345370745244} + m_OnClick: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1430730640409366961} + m_MethodName: OnClickHintButton + m_Mode: 1 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!1 &5841703439496644407 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7707475700987653288} + - component: {fileID: 8118420010652744049} + - component: {fileID: 1686984722580339795} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &7707475700987653288 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5841703439496644407} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 45775000557492117} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 55.00001, y: 0.000011444} + m_SizeDelta: {x: 430, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8118420010652744049 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5841703439496644407} + m_CullTransparentMesh: 0 +--- !u!114 &1686984722580339795 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5841703439496644407} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: Parameter Description + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: e102aafbe9ad5444aa6caf6c496a8c72, type: 2} + m_sharedMaterial: {fileID: -2291642635969528081, guid: e102aafbe9ad5444aa6caf6c496a8c72, + type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4278190080 + m_fontColor: {r: 0, g: 0, b: 0, a: 1} + m_enableVertexGradient: 1 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 0, g: 0, b: 0, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_outlineColor: + serializedVersion: 2 + rgba: 4278190080 + m_fontSize: 24 + m_fontSizeBase: 24 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_textAlignment: 514 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_firstOverflowCharacterIndex: -1 + m_linkedTextComponent: {fileID: 0} + m_isLinkedTextComponent: 0 + m_isTextTruncated: 0 + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_ignoreRectMaskCulling: 0 + m_ignoreCulling: 1 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_VertexBufferAutoSizeReduction: 1 + m_firstVisibleCharacter: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 2.959988, w: 0} + m_textInfo: + textComponent: {fileID: 1686984722580339795} + characterCount: 21 + spriteCount: 0 + spaceCount: 1 + wordCount: 2 + linkCount: 0 + lineCount: 1 + pageCount: 1 + materialCount: 1 + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_spriteAnimator: {fileID: 0} + m_hasFontAssetChanged: 0 + m_subTextObjects: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &6351655452780298554 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 240927666867053403} + - component: {fileID: 8223549360114807466} + - component: {fileID: 6410099383612658499} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &240927666867053403 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6351655452780298554} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 7669725544194832573} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8223549360114807466 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6351655452780298554} + m_CullTransparentMesh: 0 +--- !u!114 &6410099383612658499 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6351655452780298554} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Hint +--- !u!114 &1430730640409366961 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7114714463615850914} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 93aede1a33263ef44a354960618fe997, type: 3} + m_Name: + m_EditorClassIdentifier: + ID: 0 + LabelMesh: {fileID: 1686984722580339795} + factUri: + ScrollParameterObject: {fileID: 45775000557492118} +--- !u!1001 &1159872321215018256 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 45775000557492117} + m_Modifications: + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 60 + objectReference: {fileID: 0} + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_AnchoredPosition.y + value: -60 + objectReference: {fileID: 0} + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_SizeDelta.x + value: 100 + objectReference: {fileID: 0} + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_SizeDelta.y + value: 100 + objectReference: {fileID: 0} + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_AnchorMin.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8260792079148133554, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + propertyPath: m_Name + value: ScollFactContainer + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, type: 3} +--- !u!1 &7114714463615850914 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8260792079148133554, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + m_PrefabInstance: {fileID: 1159872321215018256} + m_PrefabAsset: {fileID: 0} +--- !u!224 &8395591737078336061 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + type: 3} + m_PrefabInstance: {fileID: 1159872321215018256} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Resources/Prefabs/ScrollParameterDisplay 1.prefab.meta b/Assets/Resources/Prefabs/ScrollParameterDisplay 1.prefab.meta new file mode 100644 index 00000000..b599b2b0 --- /dev/null +++ b/Assets/Resources/Prefabs/ScrollParameterDisplay 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0f75dbd3f5b33b040948ba58d3b90cb0 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/Prefabs/ScrollParameterDisplay.prefab b/Assets/Resources/Prefabs/ScrollParameterDisplay.prefab index de147d2f..c2dcf93c 100644 --- a/Assets/Resources/Prefabs/ScrollParameterDisplay.prefab +++ b/Assets/Resources/Prefabs/ScrollParameterDisplay.prefab @@ -1,73 +1,20 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: ---- !u!114 &6955576155660626993 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1288409225757860898} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 93aede1a33263ef44a354960618fe997, type: 3} - m_Name: - m_EditorClassIdentifier: - ID: 0 - LabelMesh: {fileID: 7220552148984218067} - factUri: - ScrollParameterObject: {fileID: 8358525157842135574} ---- !u!1 &2471407562246470327 -GameObject: +--- !u!33 &5935859409558485024 +MeshFilter: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1849754688620646696} - - component: {fileID: 285901310428644593} - - component: {fileID: 7220552148984218067} - m_Layer: 5 - m_Name: Text (TMP) - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1849754688620646696 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2471407562246470327} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 8358525157842135573} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 55.00001, y: 0.000011444} - m_SizeDelta: {x: 430, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!222 &285901310428644593 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2471407562246470327} - m_CullTransparentMesh: 0 ---- !u!114 &7220552148984218067 + m_GameObject: {fileID: 3132340118756441274} + m_Mesh: {fileID: 0} +--- !u!114 &6723528486337534183 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2471407562246470327} + m_GameObject: {fileID: 3132340118756441274} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} @@ -80,7 +27,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: Parameter Description + m_text: Hint m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: e102aafbe9ad5444aa6caf6c496a8c72, type: 2} m_sharedMaterial: {fileID: -2291642635969528081, guid: e102aafbe9ad5444aa6caf6c496a8c72, @@ -90,12 +37,12 @@ MonoBehaviour: m_fontMaterials: [] m_fontColor32: serializedVersion: 2 - rgba: 4278190080 - m_fontColor: {r: 0, g: 0, b: 0, a: 1} - m_enableVertexGradient: 1 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 m_colorMode: 3 m_fontColorGradient: - topLeft: {r: 0, g: 0, b: 0, a: 1} + topLeft: {r: 1, g: 1, b: 1, a: 1} topRight: {r: 1, g: 1, b: 1, a: 1} bottomLeft: {r: 1, g: 1, b: 1, a: 1} bottomRight: {r: 1, g: 1, b: 1, a: 1} @@ -109,8 +56,8 @@ MonoBehaviour: m_outlineColor: serializedVersion: 2 rgba: 4278190080 - m_fontSize: 24 - m_fontSizeBase: 24 + m_fontSize: 26 + m_fontSizeBase: 26 m_fontWeight: 400 m_enableAutoSizing: 0 m_fontSizeMin: 18 @@ -147,13 +94,13 @@ MonoBehaviour: m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 - m_margin: {x: 0, y: 0, z: 2.959988, w: 0} + m_margin: {x: 0, y: 0, z: 0, w: 0} m_textInfo: - textComponent: {fileID: 7220552148984218067} - characterCount: 21 + textComponent: {fileID: 6723528486337534183} + characterCount: 4 spriteCount: 0 - spaceCount: 1 - wordCount: 2 + spaceCount: 0 + wordCount: 1 linkCount: 0 lineCount: 1 pageCount: 1 @@ -173,439 +120,209 @@ MonoBehaviour: - {fileID: 0} m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} ---- !u!1 &3132340118756441274 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8073300644236533467} - - component: {fileID: 90697425852993322} - - component: {fileID: 3146025112812449475} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &8073300644236533467 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3132340118756441274} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1814252432884155709} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!222 &90697425852993322 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3132340118756441274} - m_CullTransparentMesh: 0 ---- !u!114 &3146025112812449475 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3132340118756441274} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 14 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 10 - m_MaxSize: 40 - m_Alignment: 4 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: Hint ---- !u!1 &4394457754853236587 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1814252432884155709} - - component: {fileID: 7840827905832860166} - - component: {fileID: 7916342672340784156} - - component: {fileID: 2640606912807677031} - m_Layer: 5 - m_Name: HintButton - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1814252432884155709 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4394457754853236587} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 8073300644236533467} - m_Father: {fileID: 8358525157842135573} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 1, y: 1} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: -50, y: -15} - m_SizeDelta: {x: 80, y: 20} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!222 &7840827905832860166 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4394457754853236587} - m_CullTransparentMesh: 0 ---- !u!114 &7916342672340784156 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4394457754853236587} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!114 &2640606912807677031 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4394457754853236587} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 0 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 1, g: 1, b: 1, a: 0.5294118} - m_HighlightedColor: {r: 1, g: 0, b: 0, a: 0.5294118} - m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} - m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} - m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Selected - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 7916342672340784156} - m_OnClick: - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 6955576155660626993} - m_MethodName: OnClickHintButton - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 ---- !u!1 &8358525157842135574 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8358525157842135573} - - component: {fileID: 8358525157842135579} - - component: {fileID: 8358525157842135572} - - component: {fileID: 6391555448902743833} - m_Layer: 5 - m_Name: ScrollParameterDisplay - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &8358525157842135573 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8358525157842135574} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 567154989861468093} - - {fileID: 1849754688620646696} - - {fileID: 1814252432884155709} - m_Father: {fileID: 0} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 1} - m_AnchorMax: {x: 0.5, y: 1} - m_AnchoredPosition: {x: 0, y: -70} - m_SizeDelta: {x: 540, y: 120} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!222 &8358525157842135579 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8358525157842135574} - m_CullTransparentMesh: 0 ---- !u!114 &8358525157842135572 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8358525157842135574} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.9056604, g: 0.8992144, b: 0.004271993, a: 0.21568628} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!95 &6391555448902743833 -Animator: - serializedVersion: 3 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8358525157842135574} - m_Enabled: 1 - m_Avatar: {fileID: 0} - m_Controller: {fileID: 9100000, guid: 07c7974f76bb8bf4eabb2ada276f1089, type: 2} - m_CullingMode: 0 - m_UpdateMode: 0 - m_ApplyRootMotion: 0 - m_LinearVelocityBlending: 0 - m_WarningMessage: - m_HasTransformHierarchy: 1 - m_AllowConstantClipSamplingOptimization: 1 - m_KeepAnimatorControllerStateOnDisable: 0 ---- !u!1001 &7153233524418283664 +--- !u!1001 &8313031688112979328 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: - m_TransformParent: {fileID: 8358525157842135573} + m_TransformParent: {fileID: 0} m_Modifications: - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_LocalRotation.x - value: -0 + value: 0 objectReference: {fileID: 0} - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_LocalRotation.y - value: -0 + value: 0 objectReference: {fileID: 0} - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_LocalRotation.z - value: -0 + value: 0 objectReference: {fileID: 0} - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_RootOrder value: 0 objectReference: {fileID: 0} - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_AnchoredPosition.x - value: 60 + value: 0 objectReference: {fileID: 0} - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_AnchoredPosition.y - value: -60 + value: -70 objectReference: {fileID: 0} - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_SizeDelta.x - value: 100 + value: 120 objectReference: {fileID: 0} - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_SizeDelta.y - value: 100 + value: 210 objectReference: {fileID: 0} - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_AnchorMin.x - value: 0 + value: 0.5 objectReference: {fileID: 0} - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_AnchorMin.y value: 1 objectReference: {fileID: 0} - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_AnchorMax.x - value: 0 + value: 0.5 objectReference: {fileID: 0} - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_AnchorMax.y value: 1 objectReference: {fileID: 0} - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_Pivot.x value: 0.5 objectReference: {fileID: 0} - - target: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492117, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_Pivot.y value: 0.5 objectReference: {fileID: 0} - - target: {fileID: 8260792079148133554, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + - target: {fileID: 45775000557492118, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} propertyPath: m_Name - value: ScollFactContainer + value: ScrollParameterDisplay objectReference: {fileID: 0} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, type: 3} ---- !u!1 &1288409225757860898 stripped + - target: {fileID: 240927666867053403, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, + type: 3} + propertyPath: m_SizeDelta.x + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 240927666867053403, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, + type: 3} + propertyPath: m_SizeDelta.y + value: 50 + objectReference: {fileID: 0} + - target: {fileID: 240927666867053403, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 240927666867053403, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1686984722580339795, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, + type: 3} + propertyPath: m_fontSize + value: 40 + objectReference: {fileID: 0} + - target: {fileID: 1686984722580339795, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, + type: 3} + propertyPath: m_fontSizeBase + value: 40 + objectReference: {fileID: 0} + - target: {fileID: 1686984722580339795, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, + type: 3} + propertyPath: m_firstOverflowCharacterIndex + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 1686984722580339795, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, + type: 3} + propertyPath: m_textInfo.lineCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1686984722580339795, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, + type: 3} + propertyPath: m_margin.y + value: -5.0954895 + objectReference: {fileID: 0} + - target: {fileID: 7669725544194832573, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, + type: 3} + propertyPath: m_AnchoredPosition.y + value: -193.3 + objectReference: {fileID: 0} + - target: {fileID: 7669725544194832573, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, + type: 3} + propertyPath: m_AnchoredPosition.x + value: -63.7 + objectReference: {fileID: 0} + - target: {fileID: 7669725544194832573, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, + type: 3} + propertyPath: m_SizeDelta.x + value: 70 + objectReference: {fileID: 0} + - target: {fileID: 7669725544194832573, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, + type: 3} + propertyPath: m_SizeDelta.y + value: 30 + objectReference: {fileID: 0} + - target: {fileID: 7707475700987653288, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, + type: 3} + propertyPath: m_AnchoredPosition.y + value: -40.5 + objectReference: {fileID: 0} + - target: {fileID: 7707475700987653288, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7707475700987653288, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, + type: 3} + propertyPath: m_SizeDelta.y + value: 50 + objectReference: {fileID: 0} + m_RemovedComponents: + - {fileID: 6410099383612658499, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} + m_SourcePrefab: {fileID: 100100000, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} +--- !u!1 &3132340118756441274 stripped GameObject: - m_CorrespondingSourceObject: {fileID: 8260792079148133554, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, - type: 3} - m_PrefabInstance: {fileID: 7153233524418283664} - m_PrefabAsset: {fileID: 0} ---- !u!224 &567154989861468093 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 7249550241351237421, guid: 1a3d2b3a09e7aa64ab57b0867d3b2307, + m_CorrespondingSourceObject: {fileID: 6351655452780298554, guid: 0f75dbd3f5b33b040948ba58d3b90cb0, type: 3} - m_PrefabInstance: {fileID: 7153233524418283664} + m_PrefabInstance: {fileID: 8313031688112979328} m_PrefabAsset: {fileID: 0} diff --git a/Assets/Resources/Prefabs/ScrollPrefab.prefab b/Assets/Resources/Prefabs/ScrollPrefab.prefab index 0bd0a434..a6e131dd 100644 --- a/Assets/Resources/Prefabs/ScrollPrefab.prefab +++ b/Assets/Resources/Prefabs/ScrollPrefab.prefab @@ -1,5 +1,79 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: +--- !u!1 &2879850030801341832 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2133666235260033763} + - component: {fileID: 8665905961200962179} + - component: {fileID: 3873202010216138924} + m_Layer: 5 + m_Name: Handle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2133666235260033763 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2879850030801341832} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 8036621493440665722} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 20, y: 20} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8665905961200962179 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2879850030801341832} + m_CullTransparentMesh: 0 +--- !u!114 &3873202010216138924 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2879850030801341832} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 --- !u!1 &4092972422600727923 GameObject: m_ObjectHideFlags: 0 @@ -225,6 +299,7 @@ MonoBehaviour: x_Start: 0 y_Start: 65 y_Paece_Between_Items: 120 + currentMmtAnswer: --- !u!1 &4092972423489379446 GameObject: m_ObjectHideFlags: 0 @@ -381,6 +456,166 @@ MonoBehaviour: - {fileID: 0} m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &6020540753602978540 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8036621493440665722} + m_Layer: 5 + m_Name: Sliding Area + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8036621493440665722 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6020540753602978540} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2133666235260033763} + m_Father: {fileID: 7321659448329576932} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: -20, y: -20} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &7536011207750313903 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7321659448329576932} + - component: {fileID: 4185132443635967930} + - component: {fileID: 1968620413197942106} + - component: {fileID: 8370706296185741198} + m_Layer: 5 + m_Name: Scrollbar + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &7321659448329576932 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7536011207750313903} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8036621493440665722} + m_Father: {fileID: 8894159312509398409} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: -179} + m_SizeDelta: {x: 500, y: 20} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4185132443635967930 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7536011207750313903} + m_CullTransparentMesh: 0 +--- !u!114 &1968620413197942106 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7536011207750313903} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &8370706296185741198 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7536011207750313903} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2a4db7a114972834c8e4117be1d82ba3, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 3873202010216138924} + m_HandleRect: {fileID: 2133666235260033763} + m_Direction: 0 + m_Value: 1 + m_Size: 1 + m_NumberOfSteps: 0 + m_OnValueChanged: + m_PersistentCalls: + m_Calls: [] --- !u!1 &8894159310465802588 GameObject: m_ObjectHideFlags: 0 @@ -610,130 +845,6 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: initialShow: 1 ---- !u!1 &8894159312190296062 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8894159312190296063} - - component: {fileID: 8894159312190296002} - - component: {fileID: 8894159312190296001} - - component: {fileID: 8894159312190296000} - m_Layer: 5 - m_Name: Scrollbar Vertical - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &8894159312190296063 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8894159312190296062} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 8894159312332568401} - m_Father: {fileID: 8894159312509398409} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 1, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 20, y: -17} - m_Pivot: {x: 1, y: 1} ---- !u!222 &8894159312190296002 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8894159312190296062} - m_CullTransparentMesh: 0 ---- !u!114 &8894159312190296001 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8894159312190296062} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!114 &8894159312190296000 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8894159312190296062} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 2a4db7a114972834c8e4117be1d82ba3, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 2 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} - m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} - m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} - m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Highlighted - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 8894159312392602747} - m_HandleRect: {fileID: 8894159312392602746} - m_Direction: 2 - m_Value: 0 - m_Size: 1 - m_NumberOfSteps: 0 - m_OnValueChanged: - m_PersistentCalls: - m_Calls: [] --- !u!1 &8894159312286264417 GameObject: m_ObjectHideFlags: 0 @@ -890,116 +1001,6 @@ MonoBehaviour: - {fileID: 0} m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} ---- !u!1 &8894159312332568400 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8894159312332568401} - m_Layer: 5 - m_Name: Sliding Area - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &8894159312332568401 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8894159312332568400} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 8894159312392602746} - m_Father: {fileID: 8894159312190296063} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: -20, y: -20} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!1 &8894159312392602745 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8894159312392602746} - - component: {fileID: 8894159312392602748} - - component: {fileID: 8894159312392602747} - m_Layer: 5 - m_Name: Handle - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &8894159312392602746 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8894159312392602745} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 8894159312332568401} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 20, y: 20} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!222 &8894159312392602748 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8894159312392602745} - m_CullTransparentMesh: 0 ---- !u!114 &8894159312392602747 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8894159312392602745} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 --- !u!1 &8894159312509398408 GameObject: m_ObjectHideFlags: 0 @@ -1032,7 +1033,7 @@ RectTransform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 8894159311577423771} - - {fileID: 8894159312190296063} + - {fileID: 7321659448329576932} m_Father: {fileID: 8894159312141808596} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -1113,7 +1114,7 @@ MonoBehaviour: m_ScrollSensitivity: 1 m_Viewport: {fileID: 8894159311577423771} m_HorizontalScrollbar: {fileID: 0} - m_VerticalScrollbar: {fileID: 8894159312190296000} + m_VerticalScrollbar: {fileID: 0} m_HorizontalScrollbarVisibility: 0 m_VerticalScrollbarVisibility: 0 m_HorizontalScrollbarSpacing: 0 diff --git a/Assets/Scenes/TreeWorld_02.meta b/Assets/Scenes/TreeWorld_02.meta new file mode 100644 index 00000000..6efd1968 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 634faccc0aadee64da6ae7d3225ced0d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02.unity b/Assets/Scenes/TreeWorld_02.unity index 5d4942e7..fdd0092d 100644 --- a/Assets/Scenes/TreeWorld_02.unity +++ b/Assets/Scenes/TreeWorld_02.unity @@ -17,7 +17,7 @@ RenderSettings: m_Fog: 1 m_FogColor: {r: 0.34362763, g: 0.41580135, b: 0.509434, a: 1} m_FogMode: 3 - m_FogDensity: 0.05 + m_FogDensity: 0.04 m_LinearFogStart: 0 m_LinearFogEnd: 300 m_AmbientSkyColor: {r: 0.7647059, g: 0.8352941, b: 0.98039216, a: 1} @@ -34,11 +34,11 @@ RenderSettings: m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} m_DefaultReflectionMode: 0 m_DefaultReflectionResolution: 128 - m_ReflectionBounces: 1 + m_ReflectionBounces: 2 m_ReflectionIntensity: 1 m_CustomReflection: {fileID: 0} - m_Sun: {fileID: 0} - m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1} + m_Sun: {fileID: 138245306} + m_IndirectSpecularColor: {r: 0.44084534, g: 0.48955458, b: 0.56959116, a: 1} m_UseRadianceAmbientProbe: 0 --- !u!157 &3 LightmapSettings: @@ -50,18 +50,18 @@ LightmapSettings: m_BounceScale: 1 m_IndirectOutputScale: 1 m_AlbedoBoost: 1 - m_EnvironmentLightingMode: 0 + m_EnvironmentLightingMode: 1 m_EnableBakedLightmaps: 1 - m_EnableRealtimeLightmaps: 1 + m_EnableRealtimeLightmaps: 0 m_LightmapEditorSettings: serializedVersion: 12 m_Resolution: 2 m_BakeResolution: 40 m_AtlasSize: 1024 - m_AO: 0 + m_AO: 1 m_AOMaxDistance: 1 - m_CompAOExponent: 1 - m_CompAOExponentDirect: 0 + m_CompAOExponent: 1.47 + m_CompAOExponentDirect: 0.33 m_ExtractAmbientOcclusion: 0 m_Padding: 2 m_LightmapParameters: {fileID: 0} @@ -72,7 +72,7 @@ LightmapSettings: m_FinalGatherRayCount: 256 m_ReflectionCompression: 2 m_MixedBakeMode: 2 - m_BakeBackend: 1 + m_BakeBackend: 2 m_PVRSampling: 1 m_PVRDirectSampleCount: 32 m_PVRSampleCount: 500 @@ -80,13 +80,13 @@ LightmapSettings: m_PVREnvironmentSampleCount: 500 m_PVREnvironmentReferencePointCount: 2048 m_PVRFilteringMode: 2 - m_PVRDenoiserTypeDirect: 0 - m_PVRDenoiserTypeIndirect: 0 - m_PVRDenoiserTypeAO: 0 + m_PVRDenoiserTypeDirect: 1 + m_PVRDenoiserTypeIndirect: 1 + m_PVRDenoiserTypeAO: 1 m_PVRFilterTypeDirect: 0 m_PVRFilterTypeIndirect: 0 m_PVRFilterTypeAO: 0 - m_PVREnvironmentMIS: 0 + m_PVREnvironmentMIS: 1 m_PVRCulling: 1 m_PVRFilteringGaussRadiusDirect: 1 m_PVRFilteringGaussRadiusIndirect: 5 @@ -97,7 +97,8 @@ LightmapSettings: m_ExportTrainingData: 0 m_TrainingDataDestination: TrainingData m_LightProbeSampleCountMultiplier: 4 - m_LightingDataAsset: {fileID: 0} + m_LightingDataAsset: {fileID: 112000000, guid: 42f5b2a2ea5b92940b1bb4f9ea80ea12, + type: 2} m_UseShadowmask: 1 --- !u!196 &4 NavMeshSettings: @@ -2601,7 +2602,7 @@ Light: m_Type: 2 m_Resolution: -1 m_CustomResolution: -1 - m_Strength: 0.499 + m_Strength: 0.439 m_Bias: 0.05 m_NormalBias: 0.4 m_NearPlane: 0.2 @@ -2631,7 +2632,7 @@ Light: serializedVersion: 2 m_Bits: 4294967295 m_RenderingLayerMask: 1 - m_Lightmapping: 4 + m_Lightmapping: 1 m_LightShadowCasterMode: 0 m_AreaSize: {x: 1, y: 1} m_BounceIntensity: 1 @@ -2910,6 +2911,80 @@ Transform: type: 3} m_PrefabInstance: {fileID: 661213242} m_PrefabAsset: {fileID: 0} +--- !u!1 &143840147 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 143840148} + - component: {fileID: 143840150} + - component: {fileID: 143840149} + m_Layer: 5 + m_Name: Image (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &143840148 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 143840147} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1496498089} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 846.6, y: 0} + m_SizeDelta: {x: 10, y: 1080} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &143840149 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 143840147} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.3161302, g: 0.6792453, b: 0.2979708, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &143840150 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 143840147} + m_CullTransparentMesh: 0 --- !u!4 &147345541 stripped Transform: m_CorrespondingSourceObject: {fileID: 8783306491909106419, guid: f02116c209ecd9e488fc4d2cd8996133, @@ -8313,6 +8388,18 @@ Transform: type: 3} m_PrefabInstance: {fileID: 1418021757} m_PrefabAsset: {fileID: 0} +--- !u!114 &453606454 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 8896284462306629014, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + m_PrefabInstance: {fileID: 8372521932706434296} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2a4db7a114972834c8e4117be1d82ba3, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!1001 &453652679 PrefabInstance: m_ObjectHideFlags: 0 @@ -28681,6 +28768,12 @@ PrefabInstance: objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: ff62b58c5a9ea164fa8ddf8038e10cd1, type: 3} +--- !u!224 &1496498089 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 8878469633280048831, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + m_PrefabInstance: {fileID: 8372521932706434296} + m_PrefabAsset: {fileID: 0} --- !u!4 &1497501584 stripped Transform: m_CorrespondingSourceObject: {fileID: 2222111361405018444, guid: 88f2fd29f58b9734683512546acec310, @@ -30361,6 +30454,37 @@ PrefabInstance: objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: eebb56c82efbd8d4bb0eb6bd925a0e9d, type: 3} +--- !u!1 &1617530278 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8372521933355871044, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + m_PrefabInstance: {fileID: 8372521932706434296} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1617530281 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1617530278} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 30649d3a9faa99c48a7b1166b86bf2a0, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 0 + m_Spacing: 0 + m_ChildForceExpandWidth: 1 + m_ChildForceExpandHeight: 1 + m_ChildControlWidth: 0 + m_ChildControlHeight: 0 + m_ChildScaleWidth: 0 + m_ChildScaleHeight: 0 --- !u!4 &1617949404 stripped Transform: m_CorrespondingSourceObject: {fileID: 8903058273634951509, guid: f1fc5bb90ac285e4486771552d63bcb8, @@ -31836,6 +31960,80 @@ Transform: type: 3} m_PrefabInstance: {fileID: 1347526776} m_PrefabAsset: {fileID: 0} +--- !u!1 &1686270789 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1686270790} + - component: {fileID: 1686270792} + - component: {fileID: 1686270791} + m_Layer: 5 + m_Name: Image + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1686270790 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1686270789} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1496498089} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -65, y: 0} + m_SizeDelta: {x: 10, y: 1080} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1686270791 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1686270789} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.3161302, g: 0.6792453, b: 0.2979708, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1686270792 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1686270789} + m_CullTransparentMesh: 0 --- !u!1001 &1686547306 PrefabInstance: m_ObjectHideFlags: 0 @@ -34917,6 +35115,41 @@ PrefabInstance: objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: cebfacc247a640945a2c30b442202fca, type: 3} +--- !u!1 &1870690504 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4004370944665935133, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + m_PrefabInstance: {fileID: 8372521932706434296} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1870690506 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1870690504} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 --- !u!1001 &1870754242 PrefabInstance: m_ObjectHideFlags: 0 @@ -40100,6 +40333,21 @@ PrefabInstance: propertyPath: snapZoneBottom value: objectReference: {fileID: 1009368148} + - target: {fileID: 2198523595364899979, guid: 2ba8d552442ba664e8e567adee683a11, + type: 3} + propertyPath: m_BackGroundColor.r + value: 0.7080812 + objectReference: {fileID: 0} + - target: {fileID: 2198523595364899979, guid: 2ba8d552442ba664e8e567adee683a11, + type: 3} + propertyPath: m_BackGroundColor.g + value: 0.8261572 + objectReference: {fileID: 0} + - target: {fileID: 2198523595364899979, guid: 2ba8d552442ba664e8e567adee683a11, + type: 3} + propertyPath: m_BackGroundColor.b + value: 0.9811321 + objectReference: {fileID: 0} - target: {fileID: 2198523595365450379, guid: 2ba8d552442ba664e8e567adee683a11, type: 3} propertyPath: m_LocalPosition.x @@ -41258,10 +41506,181 @@ PrefabInstance: m_Modification: m_TransformParent: {fileID: 0} m_Modifications: - - target: {fileID: 4004370943283418989, guid: c1d50ceff6c06de40b71063574eba754, + - target: {fileID: 1351929472977244411, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1351929472977244411, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4004370943283418987, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_Name + value: MagicButton + objectReference: {fileID: 0} + - target: {fileID: 4004370943283418988, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.y + value: -283 + objectReference: {fileID: 0} + - target: {fileID: 4004370943283418988, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_SizeDelta.x + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 4004370943283418988, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_SizeDelta.y + value: 50 + objectReference: {fileID: 0} + - target: {fileID: 4004370944408032864, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_text + value: Apply + objectReference: {fileID: 0} + - target: {fileID: 4004370944408032864, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_textInfo.characterCount + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 4004370944408032879, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 2.4 + objectReference: {fileID: 0} + - target: {fileID: 4004370944408032879, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_SizeDelta.x + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 4004370944408032879, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_SizeDelta.y + value: 45 + objectReference: {fileID: 0} + - target: {fileID: 4004370944665935134, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 321 + objectReference: {fileID: 0} + - target: {fileID: 4004370944665935134, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_SizeDelta.x + value: 900 + objectReference: {fileID: 0} + - target: {fileID: 4004370944665935134, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 450 + objectReference: {fileID: 0} + - target: {fileID: 4004370944665935134, guid: c1d50ceff6c06de40b71063574eba754, type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: magicButtonTrigger + propertyPath: m_SizeDelta.y + value: 640 + objectReference: {fileID: 0} + - target: {fileID: 4004370944665935135, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4004370944665935135, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 340e8b0c7704a6d4d8b83da342ad0307, + type: 3} + - target: {fileID: 4004370944665935135, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_UseSpriteMesh + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7693424603196746748, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.y + value: -112 + objectReference: {fileID: 0} + - target: {fileID: 8372521933304292792, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.y + value: -165 + objectReference: {fileID: 0} + - target: {fileID: 8372521933355871045, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 0.000030517578 + objectReference: {fileID: 0} + - target: {fileID: 8372521933355871045, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8372521933459236753, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_SizeDelta.x + value: 850 + objectReference: {fileID: 0} + - target: {fileID: 8372521933459236753, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8372521933459236753, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_SizeDelta.y + value: 250 + objectReference: {fileID: 0} + - target: {fileID: 8372521933459236753, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: 8372521933459236757, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_Vertical + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8372521933459236757, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_Horizontal + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8372521933459236757, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_HorizontalScrollbar + value: + objectReference: {fileID: 453606454} + - target: {fileID: 8372521933459236757, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_HorizontalScrollbarVisibility + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 8372521933548676730, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 183 + objectReference: {fileID: 0} + - target: {fileID: 8372521933548676730, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_SizeDelta.x + value: 800 + objectReference: {fileID: 0} + - target: {fileID: 8372521933548676731, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_fontSize + value: 40 + objectReference: {fileID: 0} + - target: {fileID: 8372521933548676731, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_fontSizeBase + value: 40 + objectReference: {fileID: 0} + - target: {fileID: 8372521933548676731, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_textInfo.lineCount + value: 2 objectReference: {fileID: 0} - target: {fileID: 8372521933580734050, guid: c1d50ceff6c06de40b71063574eba754, type: 3} @@ -41273,6 +41692,141 @@ PrefabInstance: propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} + - target: {fileID: 8372521933580734050, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8372521933580734050, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8372521933644629464, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_Navigation.m_Mode + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 8372521933644629464, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_Value + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8372521933644629464, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_Direction + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8372521933644629464, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_Size + value: 0.55630755 + objectReference: {fileID: 0} + - target: {fileID: 8372521933644629479, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_SizeDelta.x + value: -650 + objectReference: {fileID: 0} + - target: {fileID: 8372521933644629479, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_SizeDelta.y + value: 10 + objectReference: {fileID: 0} + - target: {fileID: 8372521933644629479, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.x + value: -374 + objectReference: {fileID: 0} + - target: {fileID: 8372521933644629479, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_Pivot.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8372521933644629479, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8372521933644629479, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8372521933644629479, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchorMax.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8372521933644629479, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8372521933644629479, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.y + value: -125.8 + objectReference: {fileID: 0} + - target: {fileID: 8372521933831027147, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8372521934391727491, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8372521934391727491, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8372521934391727491, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8372521934391727491, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469631842279190, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 31.000015 + objectReference: {fileID: 0} + - target: {fileID: 8878469632357360095, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469632551108392, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8878469632551108393, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.y + value: -225 + objectReference: {fileID: 0} + - target: {fileID: 8878469632551108393, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 450 + objectReference: {fileID: 0} + - target: {fileID: 8878469632551108393, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_SizeDelta.x + value: 900 + objectReference: {fileID: 0} + - target: {fileID: 8878469632551108393, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_SizeDelta.y + value: 450 + objectReference: {fileID: 0} - target: {fileID: 8878469632920652276, guid: c1d50ceff6c06de40b71063574eba754, type: 3} propertyPath: CamControl @@ -41341,7 +41895,7 @@ PrefabInstance: - target: {fileID: 8878469632920652277, guid: c1d50ceff6c06de40b71063574eba754, type: 3} propertyPath: m_AnchoredPosition.x - value: 442 + value: 264.6 objectReference: {fileID: 0} - target: {fileID: 8878469632920652277, guid: c1d50ceff6c06de40b71063574eba754, type: 3} @@ -41393,5 +41947,159 @@ PrefabInstance: propertyPath: m_Name value: FrameITUI objectReference: {fileID: 0} - m_RemovedComponents: [] + - target: {fileID: 8878469632984452989, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469632984452989, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469632984452990, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8878469633115299378, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633115299383, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633115299383, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633115299383, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633115299383, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_LocalScale.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633115299383, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_LocalScale.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633115299383, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_LocalScale.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633115299383, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633115299383, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633115299383, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633115299383, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633115299383, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_Pivot.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633115299383, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_Pivot.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633280048830, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8878469633280048831, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633280048831, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633280048831, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633280048831, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_LocalScale.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633280048831, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_LocalScale.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633280048831, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_LocalScale.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633280048831, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633280048831, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633280048831, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633280048831, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633280048831, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_Pivot.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633280048831, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_Pivot.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8878469633678565636, guid: c1d50ceff6c06de40b71063574eba754, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 31 + objectReference: {fileID: 0} + m_RemovedComponents: + - {fileID: 8372521933355871047, guid: c1d50ceff6c06de40b71063574eba754, type: 3} + - {fileID: 8878469632984452990, guid: c1d50ceff6c06de40b71063574eba754, type: 3} + - {fileID: 8878469632984452991, guid: c1d50ceff6c06de40b71063574eba754, type: 3} + - {fileID: 4004370944665935135, guid: c1d50ceff6c06de40b71063574eba754, type: 3} m_SourcePrefab: {fileID: 100100000, guid: c1d50ceff6c06de40b71063574eba754, type: 3} diff --git a/Assets/Scenes/TreeWorld_02/LightingData.asset b/Assets/Scenes/TreeWorld_02/LightingData.asset new file mode 100644 index 0000000000000000000000000000000000000000..624788b77cfa2eb6fe9f70a079a83519abff48df GIT binary patch literal 72840 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 literal 0 HcmV?d00001 diff --git a/Assets/Scenes/TreeWorld_02/LightingData.asset.meta b/Assets/Scenes/TreeWorld_02/LightingData.asset.meta new file mode 100644 index 00000000..071d0d95 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/LightingData.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 42f5b2a2ea5b92940b1bb4f9ea80ea12 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-0_comp_dir.png b/Assets/Scenes/TreeWorld_02/Lightmap-0_comp_dir.png new file mode 100644 index 00000000..19eb4644 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-0_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a4fb73b0aad639e6d7b182aeea461adaa87992ab3e0dc5201ba73cd4695998 +size 338905 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-0_comp_dir.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-0_comp_dir.png.meta new file mode 100644 index 00000000..e8e80b15 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-0_comp_dir.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 2bb87cad4f421a94a8e95d07c754604b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-0_comp_light.exr b/Assets/Scenes/TreeWorld_02/Lightmap-0_comp_light.exr new file mode 100644 index 00000000..fa07dd28 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-0_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1bc5dfe7056237a20a2c66cc38cf6b3d409e788694b44838fccdf35448fd4ae +size 1401313 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-0_comp_light.exr.meta b/Assets/Scenes/TreeWorld_02/Lightmap-0_comp_light.exr.meta new file mode 100644 index 00000000..2941e3c9 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-0_comp_light.exr.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 2997f1a5c5e2b6246a0046217e0ada30 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-0_comp_shadowmask.png b/Assets/Scenes/TreeWorld_02/Lightmap-0_comp_shadowmask.png new file mode 100644 index 00000000..29ab1082 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-0_comp_shadowmask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def2abbc416a0821e4a029467fed57233ed088cc137b8a919178d244195766cd +size 120210 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-0_comp_shadowmask.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-0_comp_shadowmask.png.meta new file mode 100644 index 00000000..9c447a06 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-0_comp_shadowmask.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 544d2765e57cec74e82378bc538d33d8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Win64 + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: 2 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-10_comp_dir.png b/Assets/Scenes/TreeWorld_02/Lightmap-10_comp_dir.png new file mode 100644 index 00000000..3bda4026 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-10_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e5bc25ac97e1f7e21538cdb54a668a44e1e57c28b887dd7c18b763deb8c8fc +size 109969 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-10_comp_dir.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-10_comp_dir.png.meta new file mode 100644 index 00000000..3d554f90 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-10_comp_dir.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: b545db421397300459cd63fec8f6df64 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-10_comp_light.exr b/Assets/Scenes/TreeWorld_02/Lightmap-10_comp_light.exr new file mode 100644 index 00000000..0bbd8549 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-10_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b144d96428d51782a9af50a2b35aa0fe83df584452c8b82a5afc24b5534161 +size 593278 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-10_comp_light.exr.meta b/Assets/Scenes/TreeWorld_02/Lightmap-10_comp_light.exr.meta new file mode 100644 index 00000000..07117205 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-10_comp_light.exr.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: b1832198dd93498438b2949b3342c6c5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-10_comp_shadowmask.png b/Assets/Scenes/TreeWorld_02/Lightmap-10_comp_shadowmask.png new file mode 100644 index 00000000..6b6fcf5e --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-10_comp_shadowmask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93c4ec03fbef67b49d7646e8798931f83cecbfa94ad39e97aeca0283e3b90fd +size 44537 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-10_comp_shadowmask.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-10_comp_shadowmask.png.meta new file mode 100644 index 00000000..3bac9021 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-10_comp_shadowmask.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: fd0a8e36e4a8e2a44ab35232c8a1417a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Win64 + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: 2 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-11_comp_dir.png b/Assets/Scenes/TreeWorld_02/Lightmap-11_comp_dir.png new file mode 100644 index 00000000..9aefff62 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-11_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa0436bd604fc616fe7bec34a70bf850d2d112762fc686677f3c9d5ef8603c3 +size 57180 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-11_comp_dir.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-11_comp_dir.png.meta new file mode 100644 index 00000000..363c96f4 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-11_comp_dir.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: b3492176264a119448546e1f1f7fb5ce +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-11_comp_light.exr b/Assets/Scenes/TreeWorld_02/Lightmap-11_comp_light.exr new file mode 100644 index 00000000..53bd94c6 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-11_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea9a221dbbc85c23d74afd07fc8ffcc9950bfc3a69974adcaf3ad245bb7f85d +size 344086 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-11_comp_light.exr.meta b/Assets/Scenes/TreeWorld_02/Lightmap-11_comp_light.exr.meta new file mode 100644 index 00000000..17ea4d2f --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-11_comp_light.exr.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 14b49459b17cf044181c8f5c166b5e36 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-11_comp_shadowmask.png b/Assets/Scenes/TreeWorld_02/Lightmap-11_comp_shadowmask.png new file mode 100644 index 00000000..5b649c0d --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-11_comp_shadowmask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff37887ac13e46660f1c5540253c2b745559c91ed0270daac72360d0d885a2db +size 4165 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-11_comp_shadowmask.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-11_comp_shadowmask.png.meta new file mode 100644 index 00000000..30c70537 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-11_comp_shadowmask.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: db3ff6713538e5d4db14fc0d6c7cd5e3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Win64 + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: 2 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-1_comp_dir.png b/Assets/Scenes/TreeWorld_02/Lightmap-1_comp_dir.png new file mode 100644 index 00000000..e5378914 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-1_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fa98d967af9aaca29f1fecc3c6524ce424899d81aa5656f473f643a200ca19 +size 238429 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-1_comp_dir.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-1_comp_dir.png.meta new file mode 100644 index 00000000..ebc7a317 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-1_comp_dir.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: b77a6a90325a81f43935c9ead83a57fd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-1_comp_light.exr b/Assets/Scenes/TreeWorld_02/Lightmap-1_comp_light.exr new file mode 100644 index 00000000..fbf8c7bd --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-1_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c98dec68bcf467d9b0ec154f941b57ad920114826e0a0c403616c651bdda30 +size 1148682 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-1_comp_light.exr.meta b/Assets/Scenes/TreeWorld_02/Lightmap-1_comp_light.exr.meta new file mode 100644 index 00000000..864c972a --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-1_comp_light.exr.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 822362e5bb72cdb4ba5b0fed79d326d7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-1_comp_shadowmask.png b/Assets/Scenes/TreeWorld_02/Lightmap-1_comp_shadowmask.png new file mode 100644 index 00000000..e1adf80f --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-1_comp_shadowmask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7cb5ab07ea3e6dc079f72a5b14874a7e96eb57735801a99ed9f0d8ca45055e5 +size 150534 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-1_comp_shadowmask.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-1_comp_shadowmask.png.meta new file mode 100644 index 00000000..9d0eca71 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-1_comp_shadowmask.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: b40b16a85b7110e458bf894394fd4000 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Win64 + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: 2 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-2_comp_dir.png b/Assets/Scenes/TreeWorld_02/Lightmap-2_comp_dir.png new file mode 100644 index 00000000..a8243078 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-2_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b805a15989bc06d3ac3f16727da800c8a50a5e77d44a3b13a3f417d00724c74 +size 102978 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-2_comp_dir.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-2_comp_dir.png.meta new file mode 100644 index 00000000..02c43368 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-2_comp_dir.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: b6a29674748f0d9439360b61db5be82f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-2_comp_light.exr b/Assets/Scenes/TreeWorld_02/Lightmap-2_comp_light.exr new file mode 100644 index 00000000..35a5d6b5 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-2_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f012d3412af9222cc6cf649733a4f765368d9eee6eee947a7387ad99ec064f64 +size 523866 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-2_comp_light.exr.meta b/Assets/Scenes/TreeWorld_02/Lightmap-2_comp_light.exr.meta new file mode 100644 index 00000000..94240fc2 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-2_comp_light.exr.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: dea65d279d8189c4aa1f11694c5c75ba +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-2_comp_shadowmask.png b/Assets/Scenes/TreeWorld_02/Lightmap-2_comp_shadowmask.png new file mode 100644 index 00000000..5c0c151e --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-2_comp_shadowmask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5bb1783aae3f47c8922e1b836abc512426449a1bf99dd40413b1ca0fdf9d5a6 +size 56415 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-2_comp_shadowmask.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-2_comp_shadowmask.png.meta new file mode 100644 index 00000000..29ae1309 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-2_comp_shadowmask.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 164aedf08bd399e4cb9e63c939b695fb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Win64 + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: 2 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-3_comp_dir.png b/Assets/Scenes/TreeWorld_02/Lightmap-3_comp_dir.png new file mode 100644 index 00000000..093ae9c8 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-3_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5a483230bf03dde95f0fe8719eff714f3c6dcd81d7ae2f7bbb4058d0ca4a3a +size 95422 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-3_comp_dir.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-3_comp_dir.png.meta new file mode 100644 index 00000000..fd71e841 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-3_comp_dir.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 1302b551c216e9e429c5673c9ed09610 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-3_comp_light.exr b/Assets/Scenes/TreeWorld_02/Lightmap-3_comp_light.exr new file mode 100644 index 00000000..786761b7 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-3_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0255fb25bf4bb1f314215e8d936dbd9c1337360ccf9d3b31596c27310ec5c296 +size 472188 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-3_comp_light.exr.meta b/Assets/Scenes/TreeWorld_02/Lightmap-3_comp_light.exr.meta new file mode 100644 index 00000000..c4061e10 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-3_comp_light.exr.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 255557996cfeb424da53bf93bdf95c8e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-3_comp_shadowmask.png b/Assets/Scenes/TreeWorld_02/Lightmap-3_comp_shadowmask.png new file mode 100644 index 00000000..583b9c74 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-3_comp_shadowmask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2679934827f90c857135018505eb20bb056ca777ee6f12dbecd3b686f18777ef +size 41016 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-3_comp_shadowmask.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-3_comp_shadowmask.png.meta new file mode 100644 index 00000000..9cab17af --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-3_comp_shadowmask.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 5fa594880d15d38458242904afdabfa5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Win64 + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: 2 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-4_comp_dir.png b/Assets/Scenes/TreeWorld_02/Lightmap-4_comp_dir.png new file mode 100644 index 00000000..de725261 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-4_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c456db575595773bd2a3f580491689a85701a4e897666d9fa9480c34502c429c +size 123537 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-4_comp_dir.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-4_comp_dir.png.meta new file mode 100644 index 00000000..a460c1d6 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-4_comp_dir.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 2e76c93ee2cd4dc4e8176586f215ab94 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-4_comp_light.exr b/Assets/Scenes/TreeWorld_02/Lightmap-4_comp_light.exr new file mode 100644 index 00000000..a991c8f2 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-4_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecef7ec7ebff011719bb6239e40476c3b49ae06f3a65ab4d1dc379d16b1b7736 +size 590051 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-4_comp_light.exr.meta b/Assets/Scenes/TreeWorld_02/Lightmap-4_comp_light.exr.meta new file mode 100644 index 00000000..af6cc41b --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-4_comp_light.exr.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 750760f606b0efc4f91de19eb9009115 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-4_comp_shadowmask.png b/Assets/Scenes/TreeWorld_02/Lightmap-4_comp_shadowmask.png new file mode 100644 index 00000000..2173925b --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-4_comp_shadowmask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7ea7ba695261a6e26b9e2015be530006825bcc46cbd2add9d5d04fe89efa81 +size 53933 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-4_comp_shadowmask.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-4_comp_shadowmask.png.meta new file mode 100644 index 00000000..32b0b544 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-4_comp_shadowmask.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: e56893b306b550f448267f8c9e029f34 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Win64 + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: 2 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-5_comp_dir.png b/Assets/Scenes/TreeWorld_02/Lightmap-5_comp_dir.png new file mode 100644 index 00000000..ebadc854 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-5_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86d3796f5025198f5e2f1e5acf6b63a32beb53e59f6d887e0af3bb3d2fef989 +size 56974 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-5_comp_dir.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-5_comp_dir.png.meta new file mode 100644 index 00000000..feb8c4e9 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-5_comp_dir.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 2ac062666ea37e6418a3d99891145a3b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-5_comp_light.exr b/Assets/Scenes/TreeWorld_02/Lightmap-5_comp_light.exr new file mode 100644 index 00000000..d28eca22 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-5_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa37188c8ccd10f521d13cf90e87ff793eaeaefbc8bd5bf0782ff168ff8415f +size 290233 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-5_comp_light.exr.meta b/Assets/Scenes/TreeWorld_02/Lightmap-5_comp_light.exr.meta new file mode 100644 index 00000000..09ff7edd --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-5_comp_light.exr.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: e804abe6fa515b4449f44bb0374898c7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-5_comp_shadowmask.png b/Assets/Scenes/TreeWorld_02/Lightmap-5_comp_shadowmask.png new file mode 100644 index 00000000..00e47642 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-5_comp_shadowmask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd01cf5d94cc2458ec3d033c08a00d4b4930a8d6fe536e18b8ddd6d76ea30ccd +size 13325 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-5_comp_shadowmask.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-5_comp_shadowmask.png.meta new file mode 100644 index 00000000..274c2334 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-5_comp_shadowmask.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 47aee4f20df2eac4e89bef385f4dbe1a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Win64 + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: 2 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-6_comp_dir.png b/Assets/Scenes/TreeWorld_02/Lightmap-6_comp_dir.png new file mode 100644 index 00000000..e1df7dee --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-6_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b253a1514be0e89f5501e7363c65b923c3c3b24d955de46f763c7b657d82e76 +size 37612 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-6_comp_dir.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-6_comp_dir.png.meta new file mode 100644 index 00000000..f57e8cf8 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-6_comp_dir.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 169ade63f23fefe45a4e9a4dd6f4d75f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-6_comp_light.exr b/Assets/Scenes/TreeWorld_02/Lightmap-6_comp_light.exr new file mode 100644 index 00000000..0c349f45 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-6_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f0a5082efeb986ab75f81b9657e4c49d71fedb99dd1fa1d4ca06a030356f2a +size 183488 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-6_comp_light.exr.meta b/Assets/Scenes/TreeWorld_02/Lightmap-6_comp_light.exr.meta new file mode 100644 index 00000000..b4855d77 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-6_comp_light.exr.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: cfe3e6093a1f3ac4f90db7deab5d7d52 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-6_comp_shadowmask.png b/Assets/Scenes/TreeWorld_02/Lightmap-6_comp_shadowmask.png new file mode 100644 index 00000000..5b649c0d --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-6_comp_shadowmask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff37887ac13e46660f1c5540253c2b745559c91ed0270daac72360d0d885a2db +size 4165 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-6_comp_shadowmask.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-6_comp_shadowmask.png.meta new file mode 100644 index 00000000..5f096b24 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-6_comp_shadowmask.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 7343da9618f941e48999ef417b5ee5dd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Win64 + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: 2 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-7_comp_dir.png b/Assets/Scenes/TreeWorld_02/Lightmap-7_comp_dir.png new file mode 100644 index 00000000..b3d98478 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-7_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523f69cb7eaca5d10dd98f6beb53d143021aed6e70d16b3498dc25379ba75cb0 +size 82983 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-7_comp_dir.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-7_comp_dir.png.meta new file mode 100644 index 00000000..9e285274 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-7_comp_dir.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: afeed43b6697eb54e823fad43b513221 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-7_comp_light.exr b/Assets/Scenes/TreeWorld_02/Lightmap-7_comp_light.exr new file mode 100644 index 00000000..8eda044f --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-7_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3c9ebd8754ce126b690669b02ed6b4eb1655c8735cab123ff071ca11ade1ea +size 405437 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-7_comp_light.exr.meta b/Assets/Scenes/TreeWorld_02/Lightmap-7_comp_light.exr.meta new file mode 100644 index 00000000..125ae588 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-7_comp_light.exr.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: c1ab77f3ea0860340a431ee067439137 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-7_comp_shadowmask.png b/Assets/Scenes/TreeWorld_02/Lightmap-7_comp_shadowmask.png new file mode 100644 index 00000000..28f35ff4 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-7_comp_shadowmask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddffc67f5bd05d45b9d654222ed50113d6061a7ec0bc3b7fa0cb8abef02ee88a +size 54540 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-7_comp_shadowmask.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-7_comp_shadowmask.png.meta new file mode 100644 index 00000000..c5ff9bc5 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-7_comp_shadowmask.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 575b720f9926b0b47944de48b3764b93 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Win64 + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: 2 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-8_comp_dir.png b/Assets/Scenes/TreeWorld_02/Lightmap-8_comp_dir.png new file mode 100644 index 00000000..d71b0ebb --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-8_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d847194d592172b53d31fdf5f97957aee30ab9c6f6e689affce6b7325c7bb3d +size 56134 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-8_comp_dir.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-8_comp_dir.png.meta new file mode 100644 index 00000000..b1d9dc34 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-8_comp_dir.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: a8a0a484c863feb40903c321af394222 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-8_comp_light.exr b/Assets/Scenes/TreeWorld_02/Lightmap-8_comp_light.exr new file mode 100644 index 00000000..989a5a24 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-8_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c399050e0abe7afab18035265b8cb0dd9c8bbe23868e8f1dddd7d99dca3cef1d +size 245723 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-8_comp_light.exr.meta b/Assets/Scenes/TreeWorld_02/Lightmap-8_comp_light.exr.meta new file mode 100644 index 00000000..bb6d3ffc --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-8_comp_light.exr.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 16b41ec13a3278947b4b9d97643816a4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-8_comp_shadowmask.png b/Assets/Scenes/TreeWorld_02/Lightmap-8_comp_shadowmask.png new file mode 100644 index 00000000..5b649c0d --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-8_comp_shadowmask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff37887ac13e46660f1c5540253c2b745559c91ed0270daac72360d0d885a2db +size 4165 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-8_comp_shadowmask.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-8_comp_shadowmask.png.meta new file mode 100644 index 00000000..a5397e6d --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-8_comp_shadowmask.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 1c43b743c3f4fb445a5a0bd893a74b00 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Win64 + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: 2 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-9_comp_dir.png b/Assets/Scenes/TreeWorld_02/Lightmap-9_comp_dir.png new file mode 100644 index 00000000..e5ec279c --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-9_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a503f155103c8146636e96bb76babc7a2d9689ac2b9dbce3ea6f934b482810 +size 99897 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-9_comp_dir.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-9_comp_dir.png.meta new file mode 100644 index 00000000..e0baf49a --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-9_comp_dir.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 4b79361da86f68348880cf0a096a7b8b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-9_comp_light.exr b/Assets/Scenes/TreeWorld_02/Lightmap-9_comp_light.exr new file mode 100644 index 00000000..8013cfb2 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-9_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc9ec2fbfa0e844a6751323ee97717aeb24b40625fd0e3ed59ea5777921d053 +size 499038 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-9_comp_light.exr.meta b/Assets/Scenes/TreeWorld_02/Lightmap-9_comp_light.exr.meta new file mode 100644 index 00000000..dec276b6 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-9_comp_light.exr.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: e7a8d9a32c8c0014e945ce967a3f42c4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-9_comp_shadowmask.png b/Assets/Scenes/TreeWorld_02/Lightmap-9_comp_shadowmask.png new file mode 100644 index 00000000..53576cb5 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-9_comp_shadowmask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd5b7dd7057e486e0cda3972c99b657edaeadb794a51dc6b6058c894fbaa638 +size 27426 diff --git a/Assets/Scenes/TreeWorld_02/Lightmap-9_comp_shadowmask.png.meta b/Assets/Scenes/TreeWorld_02/Lightmap-9_comp_shadowmask.png.meta new file mode 100644 index 00000000..13d53fd5 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/Lightmap-9_comp_shadowmask.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 2525150baf554d74b80f83d697ec3160 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Win64 + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: 2 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/TreeWorld_02/ReflectionProbe-0.exr b/Assets/Scenes/TreeWorld_02/ReflectionProbe-0.exr new file mode 100644 index 00000000..a4e16ba5 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/ReflectionProbe-0.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e178babd11fa4449b2f3bd5541c33e42c67a75b915aee7fc892a4f180ee3673c +size 124284 diff --git a/Assets/Scenes/TreeWorld_02/ReflectionProbe-0.exr.meta b/Assets/Scenes/TreeWorld_02/ReflectionProbe-0.exr.meta new file mode 100644 index 00000000..f48dc316 --- /dev/null +++ b/Assets/Scenes/TreeWorld_02/ReflectionProbe-0.exr.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: fff45eda59a16fe4f8d6db62a729a25d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 1 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 0 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/InteractionEngine/Gadgets/GadgetManager.cs b/Assets/Scripts/InteractionEngine/Gadgets/GadgetManager.cs index 5e79df34..54d8d7c2 100644 --- a/Assets/Scripts/InteractionEngine/Gadgets/GadgetManager.cs +++ b/Assets/Scripts/InteractionEngine/Gadgets/GadgetManager.cs @@ -42,9 +42,10 @@ public void CreateButton(Gadget gadget) button.transform.SetParent(GadgetUI.transform); var uiRect = GadgetUI.GetComponent<RectTransform>().rect; var buttonRect = button.GetComponent<RectTransform>().rect; - button.transform.localPosition = Vector2.right*(-.5f * uiRect.width //left border - + buttonRect.width * .75f //border distance including button width - + buttonRect.width * 1.5f * gadget.id); //offset + button.transform.localPosition = Vector2.right*( + - uiRect.width *.5f +//left border + buttonRect.width * .75f+ //border distance including button width + buttonRect.width * 1f * gadget.id); //offset } diff --git a/Assets/Scripts/InventoryStuff/Inventory.meta b/Assets/Scripts/InventoryStuff/Inventory.meta new file mode 100644 index 00000000..354d69c1 --- /dev/null +++ b/Assets/Scripts/InventoryStuff/Inventory.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8c00acf0711308b4eac44fb21f04a06f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/InventoryStuff/Items/images/Angle2.png b/Assets/Scripts/InventoryStuff/Items/images/Angle2.png new file mode 100644 index 00000000..902bb28c --- /dev/null +++ b/Assets/Scripts/InventoryStuff/Items/images/Angle2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b13294f8613f82c8de014b1c8f6f3d371f249a0a2e3678a5cef70ef8b618e7 +size 8164 diff --git a/Assets/Scripts/InventoryStuff/Items/images/Angle2.png.meta b/Assets/Scripts/InventoryStuff/Items/images/Angle2.png.meta new file mode 100644 index 00000000..aaf83842 --- /dev/null +++ b/Assets/Scripts/InventoryStuff/Items/images/Angle2.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 009b94aa0bef9d04b80a4e631a71b6c0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/InventoryStuff/Items/images/ScrollBackgroundBlue.png b/Assets/Scripts/InventoryStuff/Items/images/ScrollBackgroundBlue.png new file mode 100644 index 00000000..3eaf88cd --- /dev/null +++ b/Assets/Scripts/InventoryStuff/Items/images/ScrollBackgroundBlue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412b564e53ff7bfe5b62ca6b2789679f0de8be0c16381a3614dee14f4ed94ef4 +size 7171 diff --git a/Assets/Scripts/InventoryStuff/Items/images/ScrollBackgroundBlue.png.meta b/Assets/Scripts/InventoryStuff/Items/images/ScrollBackgroundBlue.png.meta new file mode 100644 index 00000000..2190c396 --- /dev/null +++ b/Assets/Scripts/InventoryStuff/Items/images/ScrollBackgroundBlue.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 340e8b0c7704a6d4d8b83da342ad0307 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/ToolModeSelector.cs b/Assets/Scripts/ToolModeSelector.cs index 4d096e20..5765b55f 100644 --- a/Assets/Scripts/ToolModeSelector.cs +++ b/Assets/Scripts/ToolModeSelector.cs @@ -9,6 +9,8 @@ public class ToolModeSelector : MonoBehaviour { private Button[] Buttons; private HideUI UIManager; + private Canvas ParentCanvas; + private bool Showing = false; // Start is called before the first frame update void Start() @@ -17,7 +19,7 @@ void Start() //We could fully generate the buttons instead if we have icons with file names matching the enums var buttons = GetComponentsInChildren<Button>(); Buttons = buttons.OrderBy(x => x.transform.position.x).ToArray(); - + ParentCanvas = GetComponentInParent<Canvas>(); for(int i = 0; i< Buttons.Length;++i) { int copiedIndex = i; //this is important @@ -35,9 +37,25 @@ void Start() public void Select(int id) { + ParentCanvas.enabled = true; + Showing = true; + Buttons[GadgetManager.activeGadget.id].transform.localScale /= 2; CommunicationEvents.ToolModeChangedEvent.Invoke(id); Buttons[GadgetManager.activeGadget.id].transform.localScale *= 2; + StartCoroutine(HideRoutine()); + + } + + IEnumerator HideRoutine() + { + + yield return new WaitForSeconds(2); + if (!Showing) + { + ParentCanvas.enabled = false; + } + } diff --git a/Assets/Scrolls-Show.prefab b/Assets/Scrolls-Show.prefab new file mode 100644 index 00000000..52a43b9b --- /dev/null +++ b/Assets/Scrolls-Show.prefab @@ -0,0 +1,3108 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &61567000625402042 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8502418909708208535} + - component: {fileID: 712013519974906112} + - component: {fileID: 2691099167248753954} + m_Layer: 5 + m_Name: ScrollParameterDisplay(Clone) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8502418909708208535 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 61567000625402042} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8532177164470666550} + - {fileID: 5722326876170094908} + m_Father: {fileID: 3122256425820488916} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 540, y: 120} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &712013519974906112 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 61567000625402042} + m_CullTransparentMesh: 0 +--- !u!114 &2691099167248753954 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 61567000625402042} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.9056604, g: 0.8992144, b: 0.004271993, a: 0.21568628} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &1448613016395931880 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3634653066797125392} + - component: {fileID: 3103191066027236465} + - component: {fileID: 1589468218696858556} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &3634653066797125392 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1448613016395931880} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4163310269666186379} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 227.4} + m_SizeDelta: {x: 600, y: 145.2} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &3103191066027236465 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1448613016395931880} + m_CullTransparentMesh: 0 +--- !u!114 &1589468218696858556 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1448613016395931880} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: Given a triangle ABC right angled at C, the distance AB can be computed + from the angle at B and the distance BC + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4278190080 + m_fontColor: {r: 0, g: 0, b: 0, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_outlineColor: + serializedVersion: 2 + rgba: 4278190080 + m_fontSize: 18 + m_fontSizeBase: 18 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_textAlignment: 514 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_firstOverflowCharacterIndex: -1 + m_linkedTextComponent: {fileID: 0} + m_isLinkedTextComponent: 0 + m_isTextTruncated: 0 + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_ignoreRectMaskCulling: 0 + m_ignoreCulling: 1 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_VertexBufferAutoSizeReduction: 1 + m_firstVisibleCharacter: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 18.012327, y: 24.032001, z: 21.161322, w: 12.016003} + m_textInfo: + textComponent: {fileID: 1589468218696858556} + characterCount: 111 + spriteCount: 0 + spaceCount: 22 + wordCount: 23 + linkCount: 0 + lineCount: 2 + pageCount: 1 + materialCount: 1 + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_spriteAnimator: {fileID: 0} + m_hasFontAssetChanged: 0 + m_subTextObjects: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &1456582813111976285 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4569468359671348815} + - component: {fileID: 8403236279744155000} + - component: {fileID: 2795678850518337290} + - component: {fileID: 3601115541429979211} + - component: {fileID: 2729568385844630493} + m_Layer: 5 + m_Name: ScollFactContainer + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4569468359671348815 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1456582813111976285} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 6652123704156953008} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 60, y: -60} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8403236279744155000 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1456582813111976285} + m_CullTransparentMesh: 0 +--- !u!114 &2795678850518337290 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1456582813111976285} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0, g: 0.15233111, b: 0.9245283, a: 0.392} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &3601115541429979211 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1456582813111976285} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 714c3b3ded45aea408421f43873d5e17, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &2729568385844630493 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1456582813111976285} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 93aede1a33263ef44a354960618fe997, type: 3} + m_Name: + m_EditorClassIdentifier: + ID: 5 + LabelMesh: {fileID: 1973279014630655571} +--- !u!1 &1538349794734885759 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7084079982925364117} + m_Layer: 5 + m_Name: Sliding Area + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &7084079982925364117 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1538349794734885759} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1487290839208183359} + m_Father: {fileID: 6843502900273164705} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: -20, y: -20} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &2075878556473907765 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4655610495417283160} + - component: {fileID: 6612091610107256054} + - component: {fileID: 6529315758012832943} + - component: {fileID: 4848876680373837845} + - component: {fileID: 4731904225226729260} + m_Layer: 5 + m_Name: ScollFactContainer + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4655610495417283160 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2075878556473907765} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4774877684111818332} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 60, y: -60} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &6612091610107256054 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2075878556473907765} + m_CullTransparentMesh: 0 +--- !u!114 &6529315758012832943 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2075878556473907765} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0, g: 0.15233111, b: 0.9245283, a: 0.392} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &4848876680373837845 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2075878556473907765} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 714c3b3ded45aea408421f43873d5e17, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &4731904225226729260 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2075878556473907765} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 93aede1a33263ef44a354960618fe997, type: 3} + m_Name: + m_EditorClassIdentifier: + ID: 1 + LabelMesh: {fileID: 4352012950285441243} +--- !u!1 &2249786150432331239 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6843502900273164705} + - component: {fileID: 3240467434917781613} + - component: {fileID: 7017385833160609926} + - component: {fileID: 5301845522408789168} + m_Layer: 5 + m_Name: Scrollbar Vertical + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6843502900273164705 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2249786150432331239} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7084079982925364117} + m_Father: {fileID: 110330753333384613} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 20, y: -17} + m_Pivot: {x: 1, y: 1} +--- !u!222 &3240467434917781613 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2249786150432331239} + m_CullTransparentMesh: 0 +--- !u!114 &7017385833160609926 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2249786150432331239} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &5301845522408789168 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2249786150432331239} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2a4db7a114972834c8e4117be1d82ba3, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 2 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1173881904090419417} + m_HandleRect: {fileID: 1487290839208183359} + m_Direction: 2 + m_Value: 1 + m_Size: 0 + m_NumberOfSteps: 0 + m_OnValueChanged: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &2355475252387897531 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5722326876170094908} + - component: {fileID: 7240187217740739558} + - component: {fileID: 1541803949771779839} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5722326876170094908 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2355475252387897531} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 8502418909708208535} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 55.00001, y: 0.000011444} + m_SizeDelta: {x: 430, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7240187217740739558 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2355475252387897531} + m_CullTransparentMesh: 0 +--- !u!114 &1541803949771779839 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2355475252387897531} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: C + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: e102aafbe9ad5444aa6caf6c496a8c72, type: 2} + m_sharedMaterial: {fileID: -2291642635969528081, guid: e102aafbe9ad5444aa6caf6c496a8c72, + type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4278190080 + m_fontColor: {r: 0, g: 0, b: 0, a: 1} + m_enableVertexGradient: 1 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_outlineColor: + serializedVersion: 2 + rgba: 4278190080 + m_fontSize: 24 + m_fontSizeBase: 24 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_textAlignment: 514 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_firstOverflowCharacterIndex: -1 + m_linkedTextComponent: {fileID: 0} + m_isLinkedTextComponent: 0 + m_isTextTruncated: 0 + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_ignoreRectMaskCulling: 0 + m_ignoreCulling: 1 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_VertexBufferAutoSizeReduction: 1 + m_firstVisibleCharacter: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 2.959988, w: 0} + m_textInfo: + textComponent: {fileID: 1541803949771779839} + characterCount: 1 + spriteCount: 0 + spaceCount: 0 + wordCount: 1 + linkCount: 0 + lineCount: 1 + pageCount: 1 + materialCount: 1 + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_spriteAnimator: {fileID: 0} + m_hasFontAssetChanged: 0 + m_subTextObjects: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &2754174931402226454 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5879790490789253833} + - component: {fileID: 7327986847868854749} + - component: {fileID: 7045410997327570386} + - component: {fileID: 2664153385146769384} + - component: {fileID: 2871347200326753164} + m_Layer: 5 + m_Name: ScollFactContainer + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5879790490789253833 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2754174931402226454} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1006375341577751901} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 60, y: -60} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7327986847868854749 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2754174931402226454} + m_CullTransparentMesh: 0 +--- !u!114 &7045410997327570386 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2754174931402226454} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0, g: 0.15233111, b: 0.9245283, a: 0.392} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &2664153385146769384 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2754174931402226454} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 714c3b3ded45aea408421f43873d5e17, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &2871347200326753164 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2754174931402226454} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 93aede1a33263ef44a354960618fe997, type: 3} + m_Name: + m_EditorClassIdentifier: + ID: 3 + LabelMesh: {fileID: 6087342265723688595} +--- !u!1 &2885895514009751620 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 110330753333384613} + - component: {fileID: 1063973187496855668} + - component: {fileID: 2321365202408484606} + - component: {fileID: 4702150741369246869} + - component: {fileID: 8458824008918963744} + m_Layer: 5 + m_Name: Scroll View + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &110330753333384613 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2885895514009751620} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 9076089689559570341} + - {fileID: 6843502900273164705} + m_Father: {fileID: 4163310269666186379} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: -47.8} + m_SizeDelta: {x: 568.6, y: 405.2} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &1063973187496855668 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2885895514009751620} + m_CullTransparentMesh: 0 +--- !u!114 &2321365202408484606 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2885895514009751620} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 0.392} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &4702150741369246869 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2885895514009751620} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 31a19414c41e5ae4aae2af33fee712f6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ShowMaskGraphic: 0 +--- !u!114 &8458824008918963744 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2885895514009751620} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1aa08ab6e0800fa44ae55d278d1423e3, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Content: {fileID: 3122256425820488916} + m_Horizontal: 0 + m_Vertical: 1 + m_MovementType: 1 + m_Elasticity: 0.1 + m_Inertia: 1 + m_DecelerationRate: 0.135 + m_ScrollSensitivity: 40 + m_Viewport: {fileID: 9076089689559570341} + m_HorizontalScrollbar: {fileID: 0} + m_VerticalScrollbar: {fileID: 5301845522408789168} + m_HorizontalScrollbarVisibility: 0 + m_VerticalScrollbarVisibility: 0 + m_HorizontalScrollbarSpacing: 0 + m_VerticalScrollbarSpacing: 0 + m_OnValueChanged: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &3046433876770867570 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1487290839208183359} + - component: {fileID: 2108459216254909937} + - component: {fileID: 1173881904090419417} + m_Layer: 5 + m_Name: Handle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1487290839208183359 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3046433876770867570} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 7084079982925364117} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 20, y: 20} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &2108459216254909937 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3046433876770867570} + m_CullTransparentMesh: 0 +--- !u!114 &1173881904090419417 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3046433876770867570} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &3122256425820488917 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3122256425820488916} + - component: {fileID: 3122256425820488918} + - component: {fileID: 3122256425820488919} + m_Layer: 5 + m_Name: Content + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &3122256425820488916 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3122256425820488917} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3591862714328530515} + - {fileID: 4774877684111818332} + - {fileID: 8502418909708208535} + - {fileID: 1006375341577751901} + - {fileID: 5690644429783250871} + - {fileID: 6652123704156953008} + m_Father: {fileID: 9076089689559570341} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} + m_AnchoredPosition: {x: 0, y: 0.000035643578} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 1} +--- !u!114 &3122256425820488918 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3122256425820488917} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 59f8146938fff824cb5fd77236b75775, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 0 + m_Spacing: 0 + m_ChildForceExpandWidth: 0 + m_ChildForceExpandHeight: 1 + m_ChildControlWidth: 0 + m_ChildControlHeight: 0 + m_ChildScaleWidth: 0 + m_ChildScaleHeight: 0 +--- !u!114 &3122256425820488919 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3122256425820488917} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3245ec927659c4140ac4f8d17403cc18, type: 3} + m_Name: + m_EditorClassIdentifier: + m_HorizontalFit: 2 + m_VerticalFit: 2 +--- !u!1 &3249647054214903315 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2914229641380386642} + - component: {fileID: 5593160339761638719} + - component: {fileID: 6087342265723688595} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2914229641380386642 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3249647054214903315} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1006375341577751901} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 55.00001, y: 0.000011444} + m_SizeDelta: {x: 430, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5593160339761638719 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3249647054214903315} + m_CullTransparentMesh: 0 +--- !u!114 &6087342265723688595 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3249647054214903315} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: "\u221FC" + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: e102aafbe9ad5444aa6caf6c496a8c72, type: 2} + m_sharedMaterial: {fileID: -2291642635969528081, guid: e102aafbe9ad5444aa6caf6c496a8c72, + type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4278190080 + m_fontColor: {r: 0, g: 0, b: 0, a: 1} + m_enableVertexGradient: 1 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_outlineColor: + serializedVersion: 2 + rgba: 4278190080 + m_fontSize: 24 + m_fontSizeBase: 24 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_textAlignment: 514 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_firstOverflowCharacterIndex: -1 + m_linkedTextComponent: {fileID: 0} + m_isLinkedTextComponent: 0 + m_isTextTruncated: 0 + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_ignoreRectMaskCulling: 0 + m_ignoreCulling: 1 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_VertexBufferAutoSizeReduction: 1 + m_firstVisibleCharacter: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 2.959988, w: 0} + m_textInfo: + textComponent: {fileID: 6087342265723688595} + characterCount: 2 + spriteCount: 0 + spaceCount: 0 + wordCount: 2 + linkCount: 0 + lineCount: 1 + pageCount: 1 + materialCount: 1 + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_spriteAnimator: {fileID: 0} + m_hasFontAssetChanged: 0 + m_subTextObjects: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &3696911557380245565 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4055741393186163419} + - component: {fileID: 5923240994459750486} + - component: {fileID: 4495667454189336574} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4055741393186163419 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3696911557380245565} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5690644429783250871} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 55.00001, y: 0.000011444} + m_SizeDelta: {x: 430, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5923240994459750486 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3696911557380245565} + m_CullTransparentMesh: 0 +--- !u!114 &4495667454189336574 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3696911557380245565} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: BC + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: e102aafbe9ad5444aa6caf6c496a8c72, type: 2} + m_sharedMaterial: {fileID: -2291642635969528081, guid: e102aafbe9ad5444aa6caf6c496a8c72, + type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4278190080 + m_fontColor: {r: 0, g: 0, b: 0, a: 1} + m_enableVertexGradient: 1 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_outlineColor: + serializedVersion: 2 + rgba: 4278190080 + m_fontSize: 24 + m_fontSizeBase: 24 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_textAlignment: 514 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_firstOverflowCharacterIndex: -1 + m_linkedTextComponent: {fileID: 0} + m_isLinkedTextComponent: 0 + m_isTextTruncated: 0 + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_ignoreRectMaskCulling: 0 + m_ignoreCulling: 1 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_VertexBufferAutoSizeReduction: 1 + m_firstVisibleCharacter: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 2.959988, w: 0} + m_textInfo: + textComponent: {fileID: 4495667454189336574} + characterCount: 2 + spriteCount: 0 + spaceCount: 0 + wordCount: 1 + linkCount: 0 + lineCount: 1 + pageCount: 1 + materialCount: 1 + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_spriteAnimator: {fileID: 0} + m_hasFontAssetChanged: 0 + m_subTextObjects: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &3874208817833000121 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1006375341577751901} + - component: {fileID: 2575751962973266681} + - component: {fileID: 6422552188485426675} + m_Layer: 5 + m_Name: ScrollParameterDisplay(Clone) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1006375341577751901 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3874208817833000121} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5879790490789253833} + - {fileID: 2914229641380386642} + m_Father: {fileID: 3122256425820488916} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 540, y: 120} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &2575751962973266681 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3874208817833000121} + m_CullTransparentMesh: 0 +--- !u!114 &6422552188485426675 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3874208817833000121} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.9056604, g: 0.8992144, b: 0.004271993, a: 0.21568628} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &4163310268568887038 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4163310268568887033} + - component: {fileID: 4163310268568887034} + - component: {fileID: 4163310268568887035} + - component: {fileID: 4163310268568887032} + m_Layer: 5 + m_Name: Button + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4163310268568887033 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4163310268568887038} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4163310269425197050} + m_Father: {fileID: 4163310269666186379} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -0.000015259, y: -265.40002} + m_SizeDelta: {x: 160, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4163310268568887034 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4163310268568887038} + m_CullTransparentMesh: 0 +--- !u!114 &4163310268568887035 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4163310268568887038} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &4163310268568887032 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4163310268568887038} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 4163310268568887035} + m_OnClick: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 6978400106289045418} + m_MethodName: magicButton + m_Mode: 1 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!1 &4163310269425197051 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4163310269425197050} + - component: {fileID: 4163310269425197044} + - component: {fileID: 4163310269425197045} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4163310269425197050 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4163310269425197051} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4163310268568887033} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0.000011444, y: 0.000002861} + m_SizeDelta: {x: 160, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4163310269425197044 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4163310269425197051} + m_CullTransparentMesh: 0 +--- !u!114 &4163310269425197045 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4163310269425197051} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: MAGIC + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4278190080 + m_fontColor: {r: 0, g: 0, b: 0, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_outlineColor: + serializedVersion: 2 + rgba: 4278190080 + m_fontSize: 26.85 + m_fontSizeBase: 36 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_textAlignment: 514 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_firstOverflowCharacterIndex: -1 + m_linkedTextComponent: {fileID: 0} + m_isLinkedTextComponent: 0 + m_isTextTruncated: 0 + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_ignoreRectMaskCulling: 0 + m_ignoreCulling: 1 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_VertexBufferAutoSizeReduction: 1 + m_firstVisibleCharacter: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_textInfo: + textComponent: {fileID: 4163310269425197045} + characterCount: 5 + spriteCount: 0 + spaceCount: 0 + wordCount: 1 + linkCount: 0 + lineCount: 1 + pageCount: 1 + materialCount: 1 + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_spriteAnimator: {fileID: 0} + m_hasFontAssetChanged: 0 + m_subTextObjects: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &4163310269666186376 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4163310269666186379} + - component: {fileID: 4163310269666186373} + - component: {fileID: 4163310269666186378} + - component: {fileID: 6978400106289045418} + m_Layer: 5 + m_Name: ScrollPrefab + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4163310269666186379 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4163310269666186376} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4163310268568887033} + - {fileID: 3634653066797125392} + - {fileID: 110330753333384613} + m_Father: {fileID: 8458824010437002984} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 600, y: 600} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4163310269666186373 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4163310269666186376} + m_CullTransparentMesh: 0 +--- !u!114 &4163310269666186378 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4163310269666186376} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 9c9625e4f27b7c44ebc26d1292ff2092, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &6978400106289045418 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4163310269666186376} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 92f58ba8e8c7bf243bfde7e6656c9064, type: 3} + m_Name: + m_EditorClassIdentifier: + cursor: {fileID: 0} + parameterDisplayPrefab: {fileID: 8358525157842135574, guid: 0651df442e07acf439dd439c86c20e93, + type: 3} + x_Start: 0 + y_Start: 65 + y_Paece_Between_Items: 120 +--- !u!1 &4212769894446617745 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8532177164470666550} + - component: {fileID: 8366773575851918834} + - component: {fileID: 5590440517498765430} + - component: {fileID: 7924121497639195164} + - component: {fileID: 5459337901587344219} + m_Layer: 5 + m_Name: ScollFactContainer + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8532177164470666550 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4212769894446617745} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 8502418909708208535} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 60, y: -60} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8366773575851918834 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4212769894446617745} + m_CullTransparentMesh: 0 +--- !u!114 &5590440517498765430 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4212769894446617745} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0, g: 0.15233111, b: 0.9245283, a: 0.392} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &7924121497639195164 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4212769894446617745} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 714c3b3ded45aea408421f43873d5e17, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &5459337901587344219 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4212769894446617745} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 93aede1a33263ef44a354960618fe997, type: 3} + m_Name: + m_EditorClassIdentifier: + ID: 2 + LabelMesh: {fileID: 1541803949771779839} +--- !u!1 &4255787908433947669 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3582878418460614101} + - component: {fileID: 742582735110000968} + - component: {fileID: 6366008611493714289} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &3582878418460614101 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4255787908433947669} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 3591862714328530515} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 55.00001, y: 0.000011444} + m_SizeDelta: {x: 430, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &742582735110000968 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4255787908433947669} + m_CullTransparentMesh: 0 +--- !u!114 &6366008611493714289 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4255787908433947669} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: A + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: e102aafbe9ad5444aa6caf6c496a8c72, type: 2} + m_sharedMaterial: {fileID: -2291642635969528081, guid: e102aafbe9ad5444aa6caf6c496a8c72, + type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4278190080 + m_fontColor: {r: 0, g: 0, b: 0, a: 1} + m_enableVertexGradient: 1 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_outlineColor: + serializedVersion: 2 + rgba: 4278190080 + m_fontSize: 24 + m_fontSizeBase: 24 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_textAlignment: 514 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_firstOverflowCharacterIndex: -1 + m_linkedTextComponent: {fileID: 0} + m_isLinkedTextComponent: 0 + m_isTextTruncated: 0 + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_ignoreRectMaskCulling: 0 + m_ignoreCulling: 1 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_VertexBufferAutoSizeReduction: 1 + m_firstVisibleCharacter: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 2.959988, w: 0} + m_textInfo: + textComponent: {fileID: 6366008611493714289} + characterCount: 1 + spriteCount: 0 + spaceCount: 0 + wordCount: 1 + linkCount: 0 + lineCount: 1 + pageCount: 1 + materialCount: 1 + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_spriteAnimator: {fileID: 0} + m_hasFontAssetChanged: 0 + m_subTextObjects: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &5576048051969060722 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6652123704156953008} + - component: {fileID: 7590225932811694178} + - component: {fileID: 4471257943049200000} + m_Layer: 5 + m_Name: ScrollParameterDisplay(Clone) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6652123704156953008 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5576048051969060722} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4569468359671348815} + - {fileID: 696227734728387772} + m_Father: {fileID: 3122256425820488916} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 540, y: 120} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7590225932811694178 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5576048051969060722} + m_CullTransparentMesh: 0 +--- !u!114 &4471257943049200000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5576048051969060722} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.9056604, g: 0.8992144, b: 0.004271993, a: 0.21568628} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &5678929379208250537 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4669730166695341287} + - component: {fileID: 6075886946709564755} + - component: {fileID: 2542265757574781863} + - component: {fileID: 8646641651176605084} + - component: {fileID: 731932238520325631} + m_Layer: 5 + m_Name: ScollFactContainer + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4669730166695341287 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5678929379208250537} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 3591862714328530515} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 60, y: -60} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &6075886946709564755 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5678929379208250537} + m_CullTransparentMesh: 0 +--- !u!114 &2542265757574781863 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5678929379208250537} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0, g: 0.15233111, b: 0.9245283, a: 0.392} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &8646641651176605084 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5678929379208250537} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 714c3b3ded45aea408421f43873d5e17, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &731932238520325631 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5678929379208250537} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 93aede1a33263ef44a354960618fe997, type: 3} + m_Name: + m_EditorClassIdentifier: + ID: 0 + LabelMesh: {fileID: 6366008611493714289} +--- !u!1 &5818158563194362607 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 696227734728387772} + - component: {fileID: 4169588814067671193} + - component: {fileID: 1973279014630655571} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &696227734728387772 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5818158563194362607} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 6652123704156953008} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 55.00001, y: 0.000011444} + m_SizeDelta: {x: 430, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4169588814067671193 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5818158563194362607} + m_CullTransparentMesh: 0 +--- !u!114 &1973279014630655571 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5818158563194362607} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: "\u2220ABC" + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: e102aafbe9ad5444aa6caf6c496a8c72, type: 2} + m_sharedMaterial: {fileID: -2291642635969528081, guid: e102aafbe9ad5444aa6caf6c496a8c72, + type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4278190080 + m_fontColor: {r: 0, g: 0, b: 0, a: 1} + m_enableVertexGradient: 1 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_outlineColor: + serializedVersion: 2 + rgba: 4278190080 + m_fontSize: 24 + m_fontSizeBase: 24 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_textAlignment: 514 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_firstOverflowCharacterIndex: -1 + m_linkedTextComponent: {fileID: 0} + m_isLinkedTextComponent: 0 + m_isTextTruncated: 0 + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_ignoreRectMaskCulling: 0 + m_ignoreCulling: 1 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_VertexBufferAutoSizeReduction: 1 + m_firstVisibleCharacter: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 2.959988, w: 0} + m_textInfo: + textComponent: {fileID: 1973279014630655571} + characterCount: 4 + spriteCount: 0 + spaceCount: 0 + wordCount: 2 + linkCount: 0 + lineCount: 1 + pageCount: 1 + materialCount: 1 + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_spriteAnimator: {fileID: 0} + m_hasFontAssetChanged: 0 + m_subTextObjects: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &6439413235436752061 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9076089689559570341} + - component: {fileID: 1922597561352741130} + m_Layer: 5 + m_Name: Viewport + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &9076089689559570341 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6439413235436752061} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3122256425820488916} + m_Father: {fileID: 110330753333384613} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 552, y: 0} + m_Pivot: {x: 0, y: 1} +--- !u!222 &1922597561352741130 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6439413235436752061} + m_CullTransparentMesh: 0 +--- !u!1 &7047752885973940940 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6361632105611502803} + - component: {fileID: 4775146051340983062} + - component: {fileID: 4352012950285441243} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6361632105611502803 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7047752885973940940} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4774877684111818332} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 55.00001, y: 0.000011444} + m_SizeDelta: {x: 430, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4775146051340983062 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7047752885973940940} + m_CullTransparentMesh: 0 +--- !u!114 &4352012950285441243 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7047752885973940940} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: B + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: e102aafbe9ad5444aa6caf6c496a8c72, type: 2} + m_sharedMaterial: {fileID: -2291642635969528081, guid: e102aafbe9ad5444aa6caf6c496a8c72, + type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4278190080 + m_fontColor: {r: 0, g: 0, b: 0, a: 1} + m_enableVertexGradient: 1 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_outlineColor: + serializedVersion: 2 + rgba: 4278190080 + m_fontSize: 24 + m_fontSizeBase: 24 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_textAlignment: 514 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_firstOverflowCharacterIndex: -1 + m_linkedTextComponent: {fileID: 0} + m_isLinkedTextComponent: 0 + m_isTextTruncated: 0 + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_ignoreRectMaskCulling: 0 + m_ignoreCulling: 1 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_VertexBufferAutoSizeReduction: 1 + m_firstVisibleCharacter: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 2.959988, w: 0} + m_textInfo: + textComponent: {fileID: 4352012950285441243} + characterCount: 1 + spriteCount: 0 + spaceCount: 0 + wordCount: 1 + linkCount: 0 + lineCount: 1 + pageCount: 1 + materialCount: 1 + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_spriteAnimator: {fileID: 0} + m_hasFontAssetChanged: 0 + m_subTextObjects: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &7252857649252739172 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5690644429783250871} + - component: {fileID: 4191869559083884558} + - component: {fileID: 783148973824616372} + m_Layer: 5 + m_Name: ScrollParameterDisplay(Clone) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5690644429783250871 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7252857649252739172} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3702408783700767347} + - {fileID: 4055741393186163419} + m_Father: {fileID: 3122256425820488916} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 540, y: 120} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4191869559083884558 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7252857649252739172} + m_CullTransparentMesh: 0 +--- !u!114 &783148973824616372 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7252857649252739172} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.9056604, g: 0.8992144, b: 0.004271993, a: 0.21568628} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &7833847904324544026 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3591862714328530515} + - component: {fileID: 7366874594817985666} + - component: {fileID: 6284461580459294481} + m_Layer: 5 + m_Name: ScrollParameterDisplay(Clone) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &3591862714328530515 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7833847904324544026} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4669730166695341287} + - {fileID: 3582878418460614101} + m_Father: {fileID: 3122256425820488916} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 540, y: 120} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7366874594817985666 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7833847904324544026} + m_CullTransparentMesh: 0 +--- !u!114 &6284461580459294481 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7833847904324544026} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.9056604, g: 0.8992144, b: 0.004271993, a: 0.21568628} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &8458824010437002985 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8458824010437002984} + - component: {fileID: 8458824010437002986} + - component: {fileID: 8458824010437002987} + m_Layer: 5 + m_Name: Scrolls-Show + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8458824010437002984 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8458824010437002985} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4163310269666186379} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 300, y: 300} + m_SizeDelta: {x: 600, y: 600} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8458824010437002986 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8458824010437002985} + m_CullTransparentMesh: 0 +--- !u!114 &8458824010437002987 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8458824010437002985} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &8749576846182040955 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3702408783700767347} + - component: {fileID: 3592545384403878307} + - component: {fileID: 849938901750086477} + - component: {fileID: 7236808479202957839} + - component: {fileID: 7045563659078177463} + m_Layer: 5 + m_Name: ScollFactContainer + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &3702408783700767347 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8749576846182040955} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5690644429783250871} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 60, y: -60} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &3592545384403878307 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8749576846182040955} + m_CullTransparentMesh: 0 +--- !u!114 &849938901750086477 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8749576846182040955} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0, g: 0.15233111, b: 0.9245283, a: 0.392} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &7236808479202957839 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8749576846182040955} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 714c3b3ded45aea408421f43873d5e17, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &7045563659078177463 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8749576846182040955} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 93aede1a33263ef44a354960618fe997, type: 3} + m_Name: + m_EditorClassIdentifier: + ID: 4 + LabelMesh: {fileID: 4495667454189336574} +--- !u!1 &9107563137277560190 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4774877684111818332} + - component: {fileID: 6147835785212300083} + - component: {fileID: 3401234501794744614} + m_Layer: 5 + m_Name: ScrollParameterDisplay(Clone) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4774877684111818332 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9107563137277560190} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4655610495417283160} + - {fileID: 6361632105611502803} + m_Father: {fileID: 3122256425820488916} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 540, y: 120} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &6147835785212300083 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9107563137277560190} + m_CullTransparentMesh: 0 +--- !u!114 &3401234501794744614 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9107563137277560190} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.9056604, g: 0.8992144, b: 0.004271993, a: 0.21568628} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 diff --git a/Assets/Scrolls-Show.prefab.meta b/Assets/Scrolls-Show.prefab.meta new file mode 100644 index 00000000..467dda7b --- /dev/null +++ b/Assets/Scrolls-Show.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 113d50e0d3e826e40ac20778d37f0307 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/StreamingAssets.meta b/Assets/StreamingAssets.meta new file mode 100644 index 00000000..7a25ae40 --- /dev/null +++ b/Assets/StreamingAssets.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 809deaa1d951e5741bce0ace20cdaed8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/scroll_list_response.json b/Assets/scroll_list_response.json new file mode 100644 index 00000000..4bc371ef --- /dev/null +++ b/Assets/scroll_list_response.json @@ -0,0 +1,1676 @@ +[ + { + "ref":{ + "problemTheory":"http://mathhub.info/FrameIT/frameworld?Midpoint/Problem", + "solutionTheory":"http://mathhub.info/FrameIT/frameworld?Midpoint/Solution" + }, + "label":"MidPoint", + "description":"Our MidPoint scroll that given two points P and Q computes the midpoint of the line PQ.", + "requiredFacts":[ + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?Midpoint/Problem?P" + }, + "label":"P", + "tp":{ + "applicant":{ + "uri":"http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "df":null, + "kind":"general" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?Midpoint/Problem?Q" + }, + "label":"Q", + "tp":{ + "applicant":{ + "uri":"http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "df":null, + "kind":"general" + } + ], + "acquiredFacts":[ + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?Midpoint/Solution?midpoint" + }, + "label":"Mid[PQ]", + "tp":{ + "applicant":{ + "uri":"http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "df":{ + "applicant":{ + "uri":"http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple", + "kind":"OMS" + }, + "arguments":[ + { + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit", + "kind":"OMS" + }, + "arguments":[ + { + "float":0.5, + "kind":"OMF" + }, + { + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit", + "kind":"OMS" + }, + "arguments":[ + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/MiscScrolls.mmt#1007.30.22:1010.30.25\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Midpoint/Problem\" name=\"P\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/MiscScrolls.mmt#1007.30.22:1007.30.22\"/></metadata></om:OMS>\n </om:OMA>", + "kind":"RAW" + }, + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/MiscScrolls.mmt#1014.30.29:1017.30.32\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Midpoint/Problem\" name=\"Q\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/MiscScrolls.mmt#1014.30.29:1014.30.29\"/></metadata></om:OMS>\n </om:OMA>", + "kind":"RAW" + } + ], + "kind":"OMA" + } + ], + "kind":"OMA" + }, + { + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit", + "kind":"OMS" + }, + "arguments":[ + { + "float":0.5, + "kind":"OMF" + }, + { + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit", + "kind":"OMS" + }, + "arguments":[ + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/MiscScrolls.mmt#1028.30.43:1031.30.46\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/MitM/core/geometry/3D.mmt#445.17.34:450.17.39\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projr\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Midpoint/Problem\" name=\"P\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/MiscScrolls.mmt#1028.30.43:1028.30.43\"/></metadata></om:OMS>\n </om:OMA>\n </om:OMA>", + "kind":"RAW" + }, + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/MiscScrolls.mmt#1035.30.50:1038.30.53\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/MitM/core/geometry/3D.mmt#445.17.34:450.17.39\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projr\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Midpoint/Problem\" name=\"Q\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/MiscScrolls.mmt#1035.30.50:1035.30.50\"/></metadata></om:OMS>\n </om:OMA>\n </om:OMA>", + "kind":"RAW" + } + ], + "kind":"OMA" + } + ], + "kind":"OMA" + }, + { + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit", + "kind":"OMS" + }, + "arguments":[ + { + "float":0.5, + "kind":"OMF" + }, + { + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit", + "kind":"OMS" + }, + "arguments":[ + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/MiscScrolls.mmt#1049.30.64:1052.30.67\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projr\"></om:OMS>\n <om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/MitM/core/geometry/3D.mmt#505.18.34:510.18.39\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projr\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Midpoint/Problem\" name=\"P\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/MiscScrolls.mmt#1049.30.64:1049.30.64\"/></metadata></om:OMS>\n </om:OMA>\n </om:OMA>", + "kind":"RAW" + }, + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/MiscScrolls.mmt#1056.30.71:1059.30.74\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projr\"></om:OMS>\n <om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/MitM/core/geometry/3D.mmt#505.18.34:510.18.39\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projr\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Midpoint/Problem\" name=\"Q\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/MiscScrolls.mmt#1056.30.71:1056.30.71\"/></metadata></om:OMS>\n </om:OMA>\n </om:OMA>", + "kind":"RAW" + } + ], + "kind":"OMA" + } + ], + "kind":"OMA" + } + ], + "kind":"OMA" + }, + "kind":"general" + } + ] + }, + { + "ref":{ + "problemTheory":"http://mathhub.info/FrameIT/frameworld?AngleSum/Problem", + "solutionTheory":"http://mathhub.info/FrameIT/frameworld?AngleSum/Solution" + }, + "label":"AngleSum", + "description":"Given a triangle ABC and two known angles, we can deduce the missing angle by the sum of interior angles in triangles always being 180°", + "requiredFacts":[ + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?A" + }, + "label":"A", + "tp":{ + "applicant":{ + "uri":"http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "df":null, + "kind":"general" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?B" + }, + "label":"B", + "tp":{ + "applicant":{ + "uri":"http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "df":null, + "kind":"general" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?C" + }, + "label":"C", + "tp":{ + "applicant":{ + "uri":"http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "df":null, + "kind":"general" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?AngleSum/Problem?angleBAC" + }, + "label":"∠BAC", + "lhs":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?angle_between", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?B", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?A", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?C", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "valueTp":{ + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + "value":null, + "proof":null, + "kind":"veq" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?AngleSum/Problem?angleABC" + }, + "label":"∠ABC", + "lhs":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?angle_between", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?A", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?B", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?C", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "valueTp":{ + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + "value":null, + "proof":null, + "kind":"veq" + } + ], + "acquiredFacts":[ + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?AngleSum/Solution?angleBCA" + }, + "label":"∠BCA", + "lhs":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?angle_between", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?B", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?C", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?A", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "valueTp":{ + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + "value":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/core/arithmetics?RealArithmetics?subtraction", + "kind":"OMS" + }, + "arguments":[ + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/arithmetics?RealArithmetics?subtraction", + "kind":"OMS" + }, + "arguments":[ + { + "float":180.0, + "kind":"OMF" + }, + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#1951.60.23:1963.60.35\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"AngleSum/Problem\" name=\"angleBAC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#1955.60.27:1962.60.34\"/></metadata></om:OMS>\n </om:OMA>", + "kind":"RAW" + } + ], + "kind":"OMA" + }, + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#1967.60.39:1979.60.51\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"AngleSum/Problem\" name=\"angleABC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#1971.60.43:1978.60.50\"/></metadata></om:OMS>\n </om:OMA>", + "kind":"RAW" + } + ], + "kind":"OMA" + }, + "proof":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?InformalProofs?proofsketch", + "kind":"OMS" + }, + "arguments":[ + { + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?Logic?eq", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?angle_between", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?B", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?C", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?A", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/arithmetics?RealArithmetics?subtraction", + "kind":"OMS" + }, + "arguments":[ + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/arithmetics?RealArithmetics?subtraction", + "kind":"OMS" + }, + "arguments":[ + { + "float":180.0, + "kind":"OMF" + }, + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#1951.60.23:1963.60.35\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"AngleSum/Problem\" name=\"angleBAC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#1955.60.27:1962.60.34\"/></metadata></om:OMS>\n </om:OMA>", + "kind":"RAW" + } + ], + "kind":"OMA" + }, + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#1967.60.39:1979.60.51\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"AngleSum/Problem\" name=\"angleABC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#1971.60.43:1978.60.50\"/></metadata></om:OMS>\n </om:OMA>", + "kind":"RAW" + } + ], + "kind":"OMA" + } + ], + "kind":"OMA" + }, + { + "string":"By sum of interior angles = 180° in triangles", + "kind":"OMSTR" + } + ], + "kind":"OMA" + }, + "kind":"veq" + } + ] + }, + { + "ref":{ + "problemTheory":"http://mathhub.info/FrameIT/frameworld?OppositeLen/Problem", + "solutionTheory":"http://mathhub.info/FrameIT/frameworld?OppositeLen/Solution" + }, + "label":"OppositeLen", + "description":"Given a triangle ABC right angled at C, the distance AB can be computed from the angle at B and the distance BC", + "requiredFacts":[ + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?A" + }, + "label":"A", + "tp":{ + "applicant":{ + "uri":"http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "df":null, + "kind":"general" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?B" + }, + "label":"B", + "tp":{ + "applicant":{ + "uri":"http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "df":null, + "kind":"general" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?C" + }, + "label":"C", + "tp":{ + "applicant":{ + "uri":"http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "df":null, + "kind":"general" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_RightAngledProblem?rightAngleBCA" + }, + "label":"∟C", + "tp":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?Logic?ded", + "kind":"OMS" + }, + "arguments":[ + { + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?Logic?eq", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?angle_between", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?B", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?C", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?A", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + { + "float":90.0, + "kind":"OMF" + } + ], + "kind":"OMA" + } + ], + "kind":"OMA" + }, + "df":null, + "kind":"general" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?OppositeLen/Problem?distanceBC" + }, + "label":"BC", + "lhs":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?metric", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?B", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?C", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "valueTp":{ + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + "value":null, + "proof":null, + "kind":"veq" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?OppositeLen/Problem?angleABC" + }, + "label":"∠ABC", + "lhs":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?angle_between", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?A", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?B", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?C", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "valueTp":{ + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + "value":null, + "proof":null, + "kind":"veq" + } + ], + "acquiredFacts":[ + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?OppositeLen/Solution?deducedLineCA" + }, + "label":"CA", + "lhs":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?metric", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?C", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?A", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "valueTp":{ + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + "value":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/core/arithmetics?RealArithmetics?multiplication", + "kind":"OMS" + }, + "arguments":[ + { + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?Trigonometry?tan", + "kind":"OMS" + }, + "arguments":[ + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#3310.94.20:3322.94.32\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"OppositeLen/Problem\" name=\"angleABC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#3314.94.24:3321.94.31\"/></metadata></om:OMS>\n </om:OMA>", + "kind":"RAW" + } + ], + "kind":"OMA" + }, + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#3327.94.37:3341.94.51\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"OppositeLen/Problem\" name=\"distanceBC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#3331.94.41:3340.94.50\"/></metadata></om:OMS>\n </om:OMA>", + "kind":"RAW" + } + ], + "kind":"OMA" + }, + "proof":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?InformalProofs?proofsketch", + "kind":"OMS" + }, + "arguments":[ + { + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?Logic?eq", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?metric", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?C", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?A", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/arithmetics?RealArithmetics?multiplication", + "kind":"OMS" + }, + "arguments":[ + { + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?Trigonometry?tan", + "kind":"OMS" + }, + "arguments":[ + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#3310.94.20:3322.94.32\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"OppositeLen/Problem\" name=\"angleABC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#3314.94.24:3321.94.31\"/></metadata></om:OMS>\n </om:OMA>", + "kind":"RAW" + } + ], + "kind":"OMA" + }, + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#3327.94.37:3341.94.51\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"OppositeLen/Problem\" name=\"distanceBC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#3331.94.41:3340.94.50\"/></metadata></om:OMS>\n </om:OMA>", + "kind":"RAW" + } + ], + "kind":"OMA" + } + ], + "kind":"OMA" + }, + { + "string":"OppositeLen Scroll", + "kind":"OMSTR" + } + ], + "kind":"OMA" + }, + "kind":"veq" + } + ] + }, + { + "ref":{ + "problemTheory":"http://mathhub.info/FrameIT/frameworld?Pythagoras/Pythagoras_Problem", + "solutionTheory":"http://mathhub.info/FrameIT/frameworld?Pythagoras/Pythagoras_Solution" + }, + "label":"Pythagoras", + "description":"Given a ABC right-angled at C and lengths of both legs, we can compute the length of the hypotenuse via Pythagora's theorem", + "requiredFacts":[ + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?A" + }, + "label":"A", + "tp":{ + "applicant":{ + "uri":"http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "df":null, + "kind":"general" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?B" + }, + "label":"B", + "tp":{ + "applicant":{ + "uri":"http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "df":null, + "kind":"general" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?C" + }, + "label":"C", + "tp":{ + "applicant":{ + "uri":"http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "df":null, + "kind":"general" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_RightAngledProblem?rightAngleBCA" + }, + "label":"∟C", + "tp":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?Logic?ded", + "kind":"OMS" + }, + "arguments":[ + { + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?Logic?eq", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?angle_between", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?B", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?C", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?A", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + { + "float":90.0, + "kind":"OMF" + } + ], + "kind":"OMA" + } + ], + "kind":"OMA" + }, + "df":null, + "kind":"general" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?Pythagoras/Pythagoras_Problem?distanceAC" + }, + "label":"<no label>", + "lhs":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?metric", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?A", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?C", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "valueTp":{ + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + "value":null, + "proof":null, + "kind":"veq" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?Pythagoras/Pythagoras_Problem?distanceBC" + }, + "label":"<no label>", + "lhs":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?metric", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?B", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?C", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "valueTp":{ + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + "value":null, + "proof":null, + "kind":"veq" + } + ], + "acquiredFacts":[ + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?Pythagoras/Pythagoras_Solution?deducedHypotenuse" + }, + "label":"<no label>", + "lhs":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?metric", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?A", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?B", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "valueTp":{ + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + "value":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/core/arithmetics?RealArithmetics?squareRoot", + "kind":"OMS" + }, + "arguments":[ + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/arithmetics?RealArithmetics?addition", + "kind":"OMS" + }, + "arguments":[ + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/arithmetics?RealArithmetics?multiplication", + "kind":"OMS" + }, + "arguments":[ + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4051.119.18:4065.119.32\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Pythagoras/Pythagoras_Problem\" name=\"distanceAC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4055.119.22:4064.119.31\"/></metadata></om:OMS>\n </om:OMA>", + "kind":"RAW" + }, + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4069.119.36:4083.119.50\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Pythagoras/Pythagoras_Problem\" name=\"distanceAC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4073.119.40:4082.119.49\"/></metadata></om:OMS>\n </om:OMA>", + "kind":"RAW" + } + ], + "kind":"OMA" + }, + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/arithmetics?RealArithmetics?multiplication", + "kind":"OMS" + }, + "arguments":[ + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4087.119.54:4101.119.68\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Pythagoras/Pythagoras_Problem\" name=\"distanceBC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4091.119.58:4100.119.67\"/></metadata></om:OMS>\n </om:OMA>", + "kind":"RAW" + }, + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4105.119.72:4119.119.86\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Pythagoras/Pythagoras_Problem\" name=\"distanceBC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4109.119.76:4118.119.85\"/></metadata></om:OMS>\n </om:OMA>", + "kind":"RAW" + } + ], + "kind":"OMA" + } + ], + "kind":"OMA" + }, + { + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?InformalProofs?trivial", + "kind":"OMS" + }, + "arguments":[ + { + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?Logic?exists_unique", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "xml":"<om:OMBIND><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/MitM/core/arithmetics/reals.mmt#1994.49.30:2004.49.40\"/></metadata>\n <om:OMS base=\"http://cds.omdoc.org/urtheories\" module=\"LambdaPi\" name=\"lambda\"></om:OMS>\n <om:OMBVAR>\n <om:OMV name=\"m\">\n <metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/MitM/core/arithmetics/reals.mmt#1995.49.31:1995.49.31\"/><tag property=\"http://cds.omdoc.org/mmt?mmt?inferred-type\"/></metadata><type>\n <om:OMS base=\"http://mathhub.info/MitM/Foundation\" module=\"RealLiterals\" name=\"real_lit\"></om:OMS>\n </type>\n </om:OMV>\n </om:OMBVAR>\n <om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/MitM/core/arithmetics/reals.mmt#1998.49.34:2004.49.40\"/></metadata>\n <om:OMS base=\"http://cds.omdoc.org/urtheories\" module=\"LambdaPi\" name=\"apply\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/MitM/Foundation\" module=\"Logic\" name=\"eq\"></om:OMS><om:OMS base=\"http://mathhub.info/MitM/Foundation\" module=\"RealLiterals\" name=\"real_lit\"></om:OMS><om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/MitM/core/arithmetics/reals.mmt#1998.49.34:2000.49.36\"/></metadata>\n <om:OMS base=\"http://cds.omdoc.org/urtheories\" module=\"LambdaPi\" name=\"apply\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/MitM/core/arithmetics\" module=\"RealArithmetics\" name=\"exponentiation\"></om:OMS><om:OMV name=\"m\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/MitM/core/arithmetics/reals.mmt#1998.49.34:1998.49.34\"/></metadata></om:OMV><om:OMLIT type=\"http://mathhub.info/MitM/Foundation?NatLiterals?pos_lit\" value=\"2\"/>\n </om:OMA><om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4050.119.17:4120.119.87\"/></metadata>\n <om:OMS base=\"http://cds.omdoc.org/urtheories\" module=\"LambdaPi\" name=\"apply\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/MitM/core/arithmetics\" module=\"RealArithmetics\" name=\"addition\"></om:OMS><om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4051.119.18:4083.119.50\"/></metadata>\n <om:OMS base=\"http://cds.omdoc.org/urtheories\" module=\"LambdaPi\" name=\"apply\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/MitM/core/arithmetics\" module=\"RealArithmetics\" name=\"multiplication\"></om:OMS><om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4051.119.18:4065.119.32\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Pythagoras/Pythagoras_Problem\" name=\"distanceAC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4055.119.22:4064.119.31\"/></metadata></om:OMS>\n </om:OMA><om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4069.119.36:4083.119.50\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Pythagoras/Pythagoras_Problem\" name=\"distanceAC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4073.119.40:4082.119.49\"/></metadata></om:OMS>\n </om:OMA>\n </om:OMA><om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4087.119.54:4119.119.86\"/></metadata>\n <om:OMS base=\"http://cds.omdoc.org/urtheories\" module=\"LambdaPi\" name=\"apply\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/MitM/core/arithmetics\" module=\"RealArithmetics\" name=\"multiplication\"></om:OMS><om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4087.119.54:4101.119.68\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Pythagoras/Pythagoras_Problem\" name=\"distanceBC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4091.119.58:4100.119.67\"/></metadata></om:OMS>\n </om:OMA><om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4105.119.72:4119.119.86\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Pythagoras/Pythagoras_Problem\" name=\"distanceBC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4109.119.76:4118.119.85\"/></metadata></om:OMS>\n </om:OMA>\n </om:OMA>\n </om:OMA>\n </om:OMA>\n </om:OMBIND>", + "kind":"RAW" + } + ], + "kind":"OMA" + } + ], + "kind":"OMA" + } + ], + "kind":"OMA" + }, + "proof":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?InformalProofs?proofsketch", + "kind":"OMS" + }, + "arguments":[ + { + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?Logic?eq", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?metric", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?A", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?TriangleScroll_GeneralProblem?B", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/arithmetics?RealArithmetics?squareRoot", + "kind":"OMS" + }, + "arguments":[ + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/arithmetics?RealArithmetics?addition", + "kind":"OMS" + }, + "arguments":[ + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/arithmetics?RealArithmetics?multiplication", + "kind":"OMS" + }, + "arguments":[ + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4051.119.18:4065.119.32\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Pythagoras/Pythagoras_Problem\" name=\"distanceAC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4055.119.22:4064.119.31\"/></metadata></om:OMS>\n </om:OMA>", + "kind":"RAW" + }, + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4069.119.36:4083.119.50\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Pythagoras/Pythagoras_Problem\" name=\"distanceAC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4073.119.40:4082.119.49\"/></metadata></om:OMS>\n </om:OMA>", + "kind":"RAW" + } + ], + "kind":"OMA" + }, + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/arithmetics?RealArithmetics?multiplication", + "kind":"OMS" + }, + "arguments":[ + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4087.119.54:4101.119.68\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Pythagoras/Pythagoras_Problem\" name=\"distanceBC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4091.119.58:4100.119.67\"/></metadata></om:OMS>\n </om:OMA>", + "kind":"RAW" + }, + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4105.119.72:4119.119.86\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Pythagoras/Pythagoras_Problem\" name=\"distanceBC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4109.119.76:4118.119.85\"/></metadata></om:OMS>\n </om:OMA>", + "kind":"RAW" + } + ], + "kind":"OMA" + } + ], + "kind":"OMA" + }, + { + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?InformalProofs?trivial", + "kind":"OMS" + }, + "arguments":[ + { + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?Logic?exists_unique", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "xml":"<om:OMBIND><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/MitM/core/arithmetics/reals.mmt#1994.49.30:2004.49.40\"/></metadata>\n <om:OMS base=\"http://cds.omdoc.org/urtheories\" module=\"LambdaPi\" name=\"lambda\"></om:OMS>\n <om:OMBVAR>\n <om:OMV name=\"m\">\n <metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/MitM/core/arithmetics/reals.mmt#1995.49.31:1995.49.31\"/><tag property=\"http://cds.omdoc.org/mmt?mmt?inferred-type\"/></metadata><type>\n <om:OMS base=\"http://mathhub.info/MitM/Foundation\" module=\"RealLiterals\" name=\"real_lit\"></om:OMS>\n </type>\n </om:OMV>\n </om:OMBVAR>\n <om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/MitM/core/arithmetics/reals.mmt#1998.49.34:2004.49.40\"/></metadata>\n <om:OMS base=\"http://cds.omdoc.org/urtheories\" module=\"LambdaPi\" name=\"apply\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/MitM/Foundation\" module=\"Logic\" name=\"eq\"></om:OMS><om:OMS base=\"http://mathhub.info/MitM/Foundation\" module=\"RealLiterals\" name=\"real_lit\"></om:OMS><om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/MitM/core/arithmetics/reals.mmt#1998.49.34:2000.49.36\"/></metadata>\n <om:OMS base=\"http://cds.omdoc.org/urtheories\" module=\"LambdaPi\" name=\"apply\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/MitM/core/arithmetics\" module=\"RealArithmetics\" name=\"exponentiation\"></om:OMS><om:OMV name=\"m\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/MitM/core/arithmetics/reals.mmt#1998.49.34:1998.49.34\"/></metadata></om:OMV><om:OMLIT type=\"http://mathhub.info/MitM/Foundation?NatLiterals?pos_lit\" value=\"2\"/>\n </om:OMA><om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4050.119.17:4120.119.87\"/></metadata>\n <om:OMS base=\"http://cds.omdoc.org/urtheories\" module=\"LambdaPi\" name=\"apply\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/MitM/core/arithmetics\" module=\"RealArithmetics\" name=\"addition\"></om:OMS><om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4051.119.18:4083.119.50\"/></metadata>\n <om:OMS base=\"http://cds.omdoc.org/urtheories\" module=\"LambdaPi\" name=\"apply\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/MitM/core/arithmetics\" module=\"RealArithmetics\" name=\"multiplication\"></om:OMS><om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4051.119.18:4065.119.32\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Pythagoras/Pythagoras_Problem\" name=\"distanceAC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4055.119.22:4064.119.31\"/></metadata></om:OMS>\n </om:OMA><om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4069.119.36:4083.119.50\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Pythagoras/Pythagoras_Problem\" name=\"distanceAC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4073.119.40:4082.119.49\"/></metadata></om:OMS>\n </om:OMA>\n </om:OMA><om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4087.119.54:4119.119.86\"/></metadata>\n <om:OMS base=\"http://cds.omdoc.org/urtheories\" module=\"LambdaPi\" name=\"apply\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/MitM/core/arithmetics\" module=\"RealArithmetics\" name=\"multiplication\"></om:OMS><om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4087.119.54:4101.119.68\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Pythagoras/Pythagoras_Problem\" name=\"distanceBC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4091.119.58:4100.119.67\"/></metadata></om:OMS>\n </om:OMA><om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4105.119.72:4119.119.86\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"Pythagoras/Pythagoras_Problem\" name=\"distanceBC\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/TriangleScrolls.mmt#4109.119.76:4118.119.85\"/></metadata></om:OMS>\n </om:OMA>\n </om:OMA>\n </om:OMA>\n </om:OMA>\n </om:OMBIND>", + "kind":"RAW" + } + ], + "kind":"OMA" + } + ], + "kind":"OMA" + } + ], + "kind":"OMA" + } + ], + "kind":"OMA" + }, + { + "xml":"<om:OMLIT type=\"http://mathhub.info/MitM/Foundation?Strings?string\" value=\"By Pythagora's theorem\"/>", + "kind":"RAW" + } + ], + "kind":"OMA" + }, + "kind":"veq" + } + ] + }, + { + "ref":{ + "problemTheory":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem", + "solutionTheory":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Solution" + }, + "label":"AngleSum", + "description":"Supplementary angles add up to 180 degree ", + "requiredFacts":[ + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?A" + }, + "label":"A", + "tp":{ + "applicant":{ + "uri":"http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "df":null, + "kind":"general" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?B" + }, + "label":"B", + "tp":{ + "applicant":{ + "uri":"http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "df":null, + "kind":"general" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?C" + }, + "label":"C", + "tp":{ + "applicant":{ + "uri":"http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "df":null, + "kind":"general" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?D" + }, + "label":"D", + "tp":{ + "applicant":{ + "uri":"http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "df":null, + "kind":"general" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?L" + }, + "label":"L", + "tp":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?line_type", + "kind":"OMS" + }, + "df":null, + "kind":"general" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?A_on_L" + }, + "label":"A ∈ L", + "tp":{ + "applicant":{ + "uri":"http://cds.omdoc.org/urtheories?Ded?DED", + "kind":"OMS" + }, + "arguments":[ + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?onLine", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?L", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?A", + "kind":"OMS" + } + ], + "kind":"OMA" + } + ], + "kind":"OMA" + }, + "df":null, + "kind":"general" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?B_on_L" + }, + "label":"B ∈ L", + "tp":{ + "applicant":{ + "uri":"http://cds.omdoc.org/urtheories?Ded?DED", + "kind":"OMS" + }, + "arguments":[ + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?onLine", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?L", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?B", + "kind":"OMS" + } + ], + "kind":"OMA" + } + ], + "kind":"OMA" + }, + "df":null, + "kind":"general" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?C_on_L" + }, + "label":"C ∈ L", + "tp":{ + "applicant":{ + "uri":"http://cds.omdoc.org/urtheories?Ded?DED", + "kind":"OMS" + }, + "arguments":[ + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?onLine", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?L", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?C", + "kind":"OMS" + } + ], + "kind":"OMA" + } + ], + "kind":"OMA" + }, + "df":null, + "kind":"general" + }, + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?angleABD" + }, + "label":"∠ABD", + "lhs":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?angle_between", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?A", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?B", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?D", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "valueTp":{ + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + "value":null, + "proof":null, + "kind":"veq" + } + ], + "acquiredFacts":[ + { + "ref":{ + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Solution?angleDBC" + }, + "label":"∠DBC", + "lhs":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?angle_between", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?D", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?B", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?C", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + "valueTp":{ + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + "value":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/core/arithmetics?RealArithmetics?subtraction", + "kind":"OMS" + }, + "arguments":[ + { + "float":180.0, + "kind":"OMF" + }, + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/SupplementaryAngles.mmt#1392.40.23:1404.40.35\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"SupplementaryAngles/Problem\" name=\"angleABD\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/SupplementaryAngles.mmt#1396.40.27:1403.40.34\"/></metadata></om:OMS>\n </om:OMA>", + "kind":"RAW" + } + ], + "kind":"OMA" + }, + "proof":{ + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?InformalProofs?proofsketch", + "kind":"OMS" + }, + "arguments":[ + { + "applicant":{ + "uri":"http://mathhub.info/MitM/Foundation?Logic?eq", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/MitM/Foundation?RealLiterals?real_lit", + "kind":"OMS" + }, + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/geometry?Geometry/Common?angle_between", + "kind":"OMS" + }, + "arguments":[ + { + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?D", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?B", + "kind":"OMS" + }, + { + "uri":"http://mathhub.info/FrameIT/frameworld?SupplementaryAngles/Problem?C", + "kind":"OMS" + } + ], + "kind":"OMA" + }, + { + "applicant":{ + "uri":"http://mathhub.info/MitM/core/arithmetics?RealArithmetics?subtraction", + "kind":"OMS" + }, + "arguments":[ + { + "float":180.0, + "kind":"OMF" + }, + { + "xml":"<om:OMA><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/SupplementaryAngles.mmt#1392.40.23:1404.40.35\"/></metadata>\n <om:OMS base=\"http://gl.mathhub.info/MMT/LFX/Sigma\" module=\"Symbols\" name=\"Projl\"></om:OMS>\n <om:OMS base=\"http://mathhub.info/FrameIT/frameworld\" module=\"SupplementaryAngles/Problem\" name=\"angleABD\"><metadata><link rel=\"http://cds.omdoc.org/mmt?metadata?sourceRef\" resource=\"http://mathhub.info/FrameIT/frameworld/Scrolls/SupplementaryAngles.mmt#1396.40.27:1403.40.34\"/></metadata></om:OMS>\n </om:OMA>", + "kind":"RAW" + } + ], + "kind":"OMA" + } + ], + "kind":"OMA" + }, + { + "string":"By some theorem", + "kind":"OMSTR" + } + ], + "kind":"OMA" + }, + "kind":"veq" + } + ] + } + ] \ No newline at end of file diff --git a/Assets/scroll_list_response.json.meta b/Assets/scroll_list_response.json.meta new file mode 100644 index 00000000..d9e3c389 --- /dev/null +++ b/Assets/scroll_list_response.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e43cfe68ad1773c4b8027ea789e0f95b +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index 4b6255b4..7404e251 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2019.4.3f1 -m_EditorVersionWithRevision: 2019.4.3f1 (f880dceab6fe) +m_EditorVersion: 2019.4.1f1 +m_EditorVersionWithRevision: 2019.4.1f1 (e6c045e14e4e) diff --git a/ProjectSettings/QualitySettings.asset b/ProjectSettings/QualitySettings.asset index f4679bee..4d11d6e1 100644 --- a/ProjectSettings/QualitySettings.asset +++ b/ProjectSettings/QualitySettings.asset @@ -4,7 +4,7 @@ QualitySettings: m_ObjectHideFlags: 0 serializedVersion: 5 - m_CurrentQuality: 4 + m_CurrentQuality: 5 m_QualitySettings: - serializedVersion: 2 name: Very Low @@ -18,7 +18,7 @@ QualitySettings: shadowCascade2Split: 0.33333334 shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} shadowmaskMode: 0 - blendWeights: 1 + skinWeights: 1 textureQuality: 1 anisotropicTextures: 0 antiAliasing: 0 @@ -40,6 +40,7 @@ QualitySettings: asyncUploadBufferSize: 16 asyncUploadPersistentBuffer: 1 resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} excludedTargetPlatforms: [] - serializedVersion: 2 name: Low @@ -53,7 +54,7 @@ QualitySettings: shadowCascade2Split: 0.33333334 shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} shadowmaskMode: 0 - blendWeights: 2 + skinWeights: 2 textureQuality: 0 anisotropicTextures: 0 antiAliasing: 0 @@ -75,6 +76,7 @@ QualitySettings: asyncUploadBufferSize: 16 asyncUploadPersistentBuffer: 1 resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} excludedTargetPlatforms: [] - serializedVersion: 2 name: Medium @@ -88,7 +90,7 @@ QualitySettings: shadowCascade2Split: 0.33333334 shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} shadowmaskMode: 0 - blendWeights: 2 + skinWeights: 2 textureQuality: 0 anisotropicTextures: 1 antiAliasing: 0 @@ -110,6 +112,7 @@ QualitySettings: asyncUploadBufferSize: 16 asyncUploadPersistentBuffer: 1 resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} excludedTargetPlatforms: [] - serializedVersion: 2 name: High @@ -123,7 +126,7 @@ QualitySettings: shadowCascade2Split: 0.33333334 shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} shadowmaskMode: 1 - blendWeights: 2 + skinWeights: 2 textureQuality: 0 anisotropicTextures: 1 antiAliasing: 2 @@ -145,6 +148,7 @@ QualitySettings: asyncUploadBufferSize: 16 asyncUploadPersistentBuffer: 1 resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} excludedTargetPlatforms: [] - serializedVersion: 2 name: Very High @@ -158,7 +162,7 @@ QualitySettings: shadowCascade2Split: 0.33333334 shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} shadowmaskMode: 1 - blendWeights: 4 + skinWeights: 4 textureQuality: 0 anisotropicTextures: 1 antiAliasing: 8 @@ -180,6 +184,7 @@ QualitySettings: asyncUploadBufferSize: 16 asyncUploadPersistentBuffer: 1 resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} excludedTargetPlatforms: [] - serializedVersion: 2 name: Ultra @@ -193,7 +198,7 @@ QualitySettings: shadowCascade2Split: 0.33333334 shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} shadowmaskMode: 1 - blendWeights: 4 + skinWeights: 4 textureQuality: 0 anisotropicTextures: 1 antiAliasing: 4 @@ -215,6 +220,7 @@ QualitySettings: asyncUploadBufferSize: 16 asyncUploadPersistentBuffer: 1 resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} excludedTargetPlatforms: [] m_PerPlatformDefaultQuality: - Standalone: 0 + Standalone: 5 -- GitLab