From a9b85d9faf98863fd627cb282605f8803d548fe4 Mon Sep 17 00:00:00 2001 From: sippy-thinks Date: Sat, 1 Feb 2025 18:06:49 +0800 Subject: [PATCH] game: stAmp --- .../UnityAssetStoreThings/makemakex.meta | 8 + .../Maker_Tool_Set_DIY_Crafting_Tools.meta | 8 + .../Dokumantation.pdf | 3 + .../Dokumantation.pdf.meta | 11 + .../Environment.meta | 8 + .../Environment/Materials.meta | 8 + .../Environment/Materials/Tool_Set_Mat.mat | 78 + .../Materials/Tool_Set_Mat.mat.meta | 8 + .../Environment/Models.meta | 8 + .../Environment/Models/Blade_Knife.fbx | 3 + .../Environment/Models/Blade_Knife.fbx.meta | 107 ++ .../Environment/Models/Brush.fbx | 3 + .../Environment/Models/Brush.fbx.meta | 107 ++ .../Environment/Models/Glue.fbx | 3 + .../Environment/Models/Glue.fbx.meta | 107 ++ .../Environment/Models/Heating_Machine.fbx | 3 + .../Models/Heating_Machine.fbx.meta | 107 ++ .../Environment/Models/Paint_Roller.fbx | 3 + .../Environment/Models/Paint_Roller.fbx.meta | 107 ++ .../Environment/Models/Pixace.fbx | 3 + .../Environment/Models/Pixace.fbx.meta | 107 ++ .../Environment/Models/Polishing_Machine.fbx | 3 + .../Models/Polishing_Machine.fbx.meta | 107 ++ .../Environment/Models/Shaver.fbx | 3 + .../Environment/Models/Shaver.fbx.meta | 107 ++ .../Environment/Models/Shovel.fbx | 3 + .../Environment/Models/Shovel.fbx.meta | 107 ++ .../Environment/Models/Spray.fbx | 3 + .../Environment/Models/Spray.fbx.meta | 107 ++ .../Environment/Models/Stamp.fbx | 3 + .../Environment/Models/Stamp.fbx.meta | 107 ++ .../Environment/Models/Trowel.fbx | 3 + .../Environment/Models/Trowel.fbx.meta | 107 ++ .../Environment/Prefabs.meta | 8 + .../Environment/Prefabs/Blade_Knife.prefab | 98 ++ .../Prefabs/Blade_Knife.prefab.meta | 7 + .../Environment/Prefabs/Brush.prefab | 98 ++ .../Environment/Prefabs/Brush.prefab.meta | 7 + .../Environment/Prefabs/Glue.prefab | 98 ++ .../Environment/Prefabs/Glue.prefab.meta | 7 + .../Prefabs/Heating_Machine.prefab | 98 ++ .../Prefabs/Heating_Machine.prefab.meta | 7 + .../Environment/Prefabs/Paint_Roller.prefab | 98 ++ .../Prefabs/Paint_Roller.prefab.meta | 7 + .../Environment/Prefabs/Pixace.prefab | 98 ++ .../Environment/Prefabs/Pixace.prefab.meta | 7 + .../Prefabs/Polishing_Machine.prefab | 98 ++ .../Prefabs/Polishing_Machine.prefab.meta | 7 + .../Environment/Prefabs/Shaver.prefab | 98 ++ .../Environment/Prefabs/Shaver.prefab.meta | 7 + .../Environment/Prefabs/Shovel.prefab | 98 ++ .../Environment/Prefabs/Shovel.prefab.meta | 7 + .../Environment/Prefabs/Spray.prefab | 98 ++ .../Environment/Prefabs/Spray.prefab.meta | 7 + .../Environment/Prefabs/Stamp.prefab | 98 ++ .../Environment/Prefabs/Stamp.prefab.meta | 7 + .../Environment/Prefabs/Trowel.prefab | 98 ++ .../Environment/Prefabs/Trowel.prefab.meta | 7 + .../Environment/Textures.meta | 8 + .../Environment/Textures/Tool_Set_BaseMap.png | 3 + .../Textures/Tool_Set_BaseMap.png.meta | 96 ++ .../Environment/Textures/Tool_Set_MaskMap.png | 3 + .../Textures/Tool_Set_MaskMap.png.meta | 96 ++ .../Environment/Textures/Tool_Set_Normal.png | 3 + .../Textures/Tool_Set_Normal.png.meta | 96 ++ .../Scene.meta | 8 + .../Scene/Demo.unity | 1126 +++++++++++++ .../Scene/Demo.unity.meta | 7 + .../Scene/Demo_Profiles.meta | 8 + .../Demo_Profiles/Post-Process Profile.asset | 1425 +++++++++++++++++ .../Post-Process Profile.asset.meta | 8 + .../Scene/Lighting Settings.lighting | 63 + .../Scene/Lighting Settings.lighting.meta | 8 + 73 files changed, 5686 insertions(+) create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Dokumantation.pdf create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Dokumantation.pdf.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Materials.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Materials/Tool_Set_Mat.mat create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Materials/Tool_Set_Mat.mat.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Blade_Knife.fbx create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Blade_Knife.fbx.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Brush.fbx create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Brush.fbx.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Glue.fbx create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Glue.fbx.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Heating_Machine.fbx create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Heating_Machine.fbx.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Paint_Roller.fbx create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Paint_Roller.fbx.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Pixace.fbx create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Pixace.fbx.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Polishing_Machine.fbx create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Polishing_Machine.fbx.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Shaver.fbx create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Shaver.fbx.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Shovel.fbx create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Shovel.fbx.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Spray.fbx create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Spray.fbx.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Stamp.fbx create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Stamp.fbx.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Trowel.fbx create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Trowel.fbx.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Blade_Knife.prefab create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Blade_Knife.prefab.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Brush.prefab create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Brush.prefab.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Glue.prefab create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Glue.prefab.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Heating_Machine.prefab create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Heating_Machine.prefab.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Paint_Roller.prefab create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Paint_Roller.prefab.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Pixace.prefab create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Pixace.prefab.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Polishing_Machine.prefab create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Polishing_Machine.prefab.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Shaver.prefab create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Shaver.prefab.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Shovel.prefab create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Shovel.prefab.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Spray.prefab create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Spray.prefab.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Stamp.prefab create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Stamp.prefab.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Trowel.prefab create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Trowel.prefab.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_BaseMap.png create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_BaseMap.png.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_MaskMap.png create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_MaskMap.png.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_Normal.png create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_Normal.png.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Demo.unity create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Demo.unity.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Demo_Profiles.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Demo_Profiles/Post-Process Profile.asset create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Demo_Profiles/Post-Process Profile.asset.meta create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Lighting Settings.lighting create mode 100644 SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Lighting Settings.lighting.meta diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex.meta new file mode 100644 index 0000000..bc1dc1b --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e7d9afe55d46317468bdf35e1037d373 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools.meta new file mode 100644 index 0000000..a15cc6e --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d23afd3a6de213341bad01ed7b58e538 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Dokumantation.pdf b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Dokumantation.pdf new file mode 100644 index 0000000..ac1c76e --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Dokumantation.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a493a1d307faa1ef1c56288299f34d1756a11a3827adfac9f477b7d8aaf3f7 +size 220682 diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Dokumantation.pdf.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Dokumantation.pdf.meta new file mode 100644 index 0000000..d21b4aa --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Dokumantation.pdf.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +<<<<<<< Updated upstream:Assets/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Maker_ToolSet_Documentation.pdf.meta +guid: 1fd0e7d0bb5955d4683cff0750d8f397 +======= +guid: fd31a90f476e0644ba8167c656479bc8 +>>>>>>> Stashed changes:Assets/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Dokumantation.pdf.meta +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment.meta new file mode 100644 index 0000000..e46e202 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6e85d8f812947f5459d149429585fd8f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Materials.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Materials.meta new file mode 100644 index 0000000..28913a7 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8cad695bdc7de7644b9fc8bb9f1a93ed +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Materials/Tool_Set_Mat.mat b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Materials/Tool_Set_Mat.mat new file mode 100644 index 0000000..1778918 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Materials/Tool_Set_Mat.mat @@ -0,0 +1,78 @@ +%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: Tool_Set_Mat + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _NORMALMAP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 2800000, guid: b69a9419cb7a8b741bd9ed3365ee63da, type: 3} + 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: 2800000, guid: 68040b83a6a932045989f95322a80cbd, type: 3} + 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: 2800000, guid: d49afe800d679b54c9af93c80efb17ac, type: 3} + 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 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Materials/Tool_Set_Mat.mat.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Materials/Tool_Set_Mat.mat.meta new file mode 100644 index 0000000..d0dabf2 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Materials/Tool_Set_Mat.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a10f6c5ec0f0fff4da18c2c0eb0185dc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models.meta new file mode 100644 index 0000000..fcf328f --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7b797c9c2a0cd1445979480f9b115cd6 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Blade_Knife.fbx b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Blade_Knife.fbx new file mode 100644 index 0000000..7edc816 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Blade_Knife.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a143f9264e3af23014854ea84ed729a6202e54fe0761743e031ee8462ffebeca +size 55920 diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Blade_Knife.fbx.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Blade_Knife.fbx.meta new file mode 100644 index 0000000..4b37cf9 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Blade_Knife.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 00f028843b1c0c64d84503edad43858d +ModelImporter: + serializedVersion: 20200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: lambert1 + second: {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Brush.fbx b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Brush.fbx new file mode 100644 index 0000000..973e26e --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Brush.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a0277c5bb3e816ccb8efaef5ec20fb022d1cfc04edc5fd514663b722a405c0 +size 30752 diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Brush.fbx.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Brush.fbx.meta new file mode 100644 index 0000000..2f342d0 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Brush.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: df351eb58d8deb4418e2f15d58b592d4 +ModelImporter: + serializedVersion: 20200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: lambert1 + second: {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Glue.fbx b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Glue.fbx new file mode 100644 index 0000000..657d595 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Glue.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02274f00ab31ce022c8362af510323d260cddc7b233cd6f94af728fc06ac100f +size 40640 diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Glue.fbx.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Glue.fbx.meta new file mode 100644 index 0000000..13b4cc5 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Glue.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 403caae6fad3bc54abea71e1e7e49f5e +ModelImporter: + serializedVersion: 20200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: lambert1 + second: {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Heating_Machine.fbx b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Heating_Machine.fbx new file mode 100644 index 0000000..25f3704 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Heating_Machine.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7f6e4f03f94a2caa965df46d64d4d2c011d678395620aed313b844e04c101a +size 53888 diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Heating_Machine.fbx.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Heating_Machine.fbx.meta new file mode 100644 index 0000000..7f2d37b --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Heating_Machine.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 0f88a0af5294dd04cb0ed44450de52c3 +ModelImporter: + serializedVersion: 20200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: lambert1 + second: {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Paint_Roller.fbx b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Paint_Roller.fbx new file mode 100644 index 0000000..40f9bd2 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Paint_Roller.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786e93c1ae68820c5544aff7ea43692d125d7088c388e6339deace63f0f722a4 +size 49120 diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Paint_Roller.fbx.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Paint_Roller.fbx.meta new file mode 100644 index 0000000..3b9b667 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Paint_Roller.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: bd42b6847a53829448c7e1f2dfcbee52 +ModelImporter: + serializedVersion: 20200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: lambert1 + second: {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Pixace.fbx b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Pixace.fbx new file mode 100644 index 0000000..94f67ce --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Pixace.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e2de0aa45e63137df8936a7ac641709426a615fa3d904b52269b73e28af409 +size 31808 diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Pixace.fbx.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Pixace.fbx.meta new file mode 100644 index 0000000..dd8f0f9 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Pixace.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: bc1ebebea84d79a4ab87072f7a432b5d +ModelImporter: + serializedVersion: 20200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: lambert1 + second: {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Polishing_Machine.fbx b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Polishing_Machine.fbx new file mode 100644 index 0000000..e214bc0 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Polishing_Machine.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6698212746c25c1f784cea942336354a5a0cecf1714004aab052a9e0de30d0f1 +size 55680 diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Polishing_Machine.fbx.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Polishing_Machine.fbx.meta new file mode 100644 index 0000000..e7f753c --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Polishing_Machine.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: ce011542db0669b45aa28d318c3688fb +ModelImporter: + serializedVersion: 20200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: lambert1 + second: {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Shaver.fbx b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Shaver.fbx new file mode 100644 index 0000000..179aa45 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Shaver.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf88690a647fe8a113c8c0acd95eff93f1a7275f74f4506ed522da7aa61afa62 +size 46944 diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Shaver.fbx.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Shaver.fbx.meta new file mode 100644 index 0000000..6868984 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Shaver.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: 7113a222d86cd1c49a47ce6bdc15f81c +ModelImporter: + serializedVersion: 20200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: lambert1 + second: {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Shovel.fbx b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Shovel.fbx new file mode 100644 index 0000000..86f5aba --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Shovel.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f93d1fbd3e27fad31edf78f44aca9a4986a1b6bb1f9edf73a14e974a458e169 +size 37136 diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Shovel.fbx.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Shovel.fbx.meta new file mode 100644 index 0000000..12489f8 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Shovel.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: a7dd16782ca17fe41b1bb97ffd23db80 +ModelImporter: + serializedVersion: 20200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: lambert1 + second: {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Spray.fbx b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Spray.fbx new file mode 100644 index 0000000..3466db5 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Spray.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e31a61d0fff810f4584627156ec0b297ee0857a0a931a25112e94359bf06ff0 +size 40704 diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Spray.fbx.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Spray.fbx.meta new file mode 100644 index 0000000..326a673 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Spray.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: d8336772ef78c6b46af657da96f7195b +ModelImporter: + serializedVersion: 20200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: lambert1 + second: {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Stamp.fbx b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Stamp.fbx new file mode 100644 index 0000000..f73880b --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Stamp.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ecd781e0140e60c91e7828afaf035e3795fe0293d3d815c800576f33dc4c14 +size 26512 diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Stamp.fbx.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Stamp.fbx.meta new file mode 100644 index 0000000..07ccf26 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Stamp.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: e9ba6fc661468fc47a88436256f51d99 +ModelImporter: + serializedVersion: 20200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: lambert1 + second: {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Trowel.fbx b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Trowel.fbx new file mode 100644 index 0000000..c122bff --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Trowel.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f87f13f920a67d2205309dc7a890e9a3bfe6c4997034deede10cc874241af7 +size 32416 diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Trowel.fbx.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Trowel.fbx.meta new file mode 100644 index 0000000..65b4b7c --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Models/Trowel.fbx.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: c33676c3bf367454abe000f230d4887d +ModelImporter: + serializedVersion: 20200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: lambert1 + second: {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs.meta new file mode 100644 index 0000000..68ee775 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c739dff1ae0ee004fa8cf89de849d1b1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Blade_Knife.prefab b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Blade_Knife.prefab new file mode 100644 index 0000000..1dcd07b --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Blade_Knife.prefab @@ -0,0 +1,98 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &7577000004406976092 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7092388722934531302} + - component: {fileID: 6179750549801454403} + - component: {fileID: 8225285047278649225} + - component: {fileID: 401689740996493222} + m_Layer: 0 + m_Name: Blade_Knife + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7092388722934531302 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7577000004406976092} + 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: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6179750549801454403 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7577000004406976092} + m_Mesh: {fileID: -4416874170662179375, guid: 00f028843b1c0c64d84503edad43858d, type: 3} +--- !u!23 &8225285047278649225 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7577000004406976092} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!64 &401689740996493222 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7577000004406976092} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 1 + m_CookingOptions: 30 + m_Mesh: {fileID: -4416874170662179375, guid: 00f028843b1c0c64d84503edad43858d, type: 3} diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Blade_Knife.prefab.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Blade_Knife.prefab.meta new file mode 100644 index 0000000..2207f1d --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Blade_Knife.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b178733ff1c626a45b36924d749f8820 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Brush.prefab b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Brush.prefab new file mode 100644 index 0000000..4fab523 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Brush.prefab @@ -0,0 +1,98 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2846956332852145526 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3227316353899902924} + - component: {fileID: 1974371635457439849} + - component: {fileID: 4360214254500760739} + - component: {fileID: 5577259602882425067} + m_Layer: 0 + m_Name: Brush + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3227316353899902924 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2846956332852145526} + 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: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1974371635457439849 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2846956332852145526} + m_Mesh: {fileID: -7933065038289745687, guid: df351eb58d8deb4418e2f15d58b592d4, type: 3} +--- !u!23 &4360214254500760739 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2846956332852145526} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!64 &5577259602882425067 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2846956332852145526} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 1 + m_CookingOptions: 30 + m_Mesh: {fileID: -7933065038289745687, guid: df351eb58d8deb4418e2f15d58b592d4, type: 3} diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Brush.prefab.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Brush.prefab.meta new file mode 100644 index 0000000..ab3fe4f --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Brush.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e1d3d50cd5e34dd4fbc2b3d5548a9bfb +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Glue.prefab b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Glue.prefab new file mode 100644 index 0000000..69e05b2 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Glue.prefab @@ -0,0 +1,98 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1832585270870641546 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1307581235491230000} + - component: {fileID: 2705165437324549781} + - component: {fileID: 175177388470315615} + - component: {fileID: 2549495830635756644} + m_Layer: 0 + m_Name: Glue + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1307581235491230000 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1832585270870641546} + 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: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2705165437324549781 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1832585270870641546} + m_Mesh: {fileID: 8988253694071492207, guid: 403caae6fad3bc54abea71e1e7e49f5e, type: 3} +--- !u!23 &175177388470315615 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1832585270870641546} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!64 &2549495830635756644 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1832585270870641546} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 1 + m_CookingOptions: 30 + m_Mesh: {fileID: 8988253694071492207, guid: 403caae6fad3bc54abea71e1e7e49f5e, type: 3} diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Glue.prefab.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Glue.prefab.meta new file mode 100644 index 0000000..4fc0a33 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Glue.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0d1a63f5304d9184f940bb0308e5d919 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Heating_Machine.prefab b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Heating_Machine.prefab new file mode 100644 index 0000000..e8dcd14 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Heating_Machine.prefab @@ -0,0 +1,98 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &7590964634423934608 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7067087559890068522} + - component: {fileID: 6177967974970518415} + - component: {fileID: 8239470131135881029} + - component: {fileID: 3114084431260660196} + m_Layer: 0 + m_Name: Heating_Machine + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7067087559890068522 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7590964634423934608} + 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: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6177967974970518415 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7590964634423934608} + m_Mesh: {fileID: 4246592598493096489, guid: 0f88a0af5294dd04cb0ed44450de52c3, type: 3} +--- !u!23 &8239470131135881029 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7590964634423934608} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!64 &3114084431260660196 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7590964634423934608} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 1 + m_CookingOptions: 30 + m_Mesh: {fileID: 4246592598493096489, guid: 0f88a0af5294dd04cb0ed44450de52c3, type: 3} diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Heating_Machine.prefab.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Heating_Machine.prefab.meta new file mode 100644 index 0000000..3fd5db7 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Heating_Machine.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4376057bb131f4e45a398247592073e1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Paint_Roller.prefab b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Paint_Roller.prefab new file mode 100644 index 0000000..af29b60 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Paint_Roller.prefab @@ -0,0 +1,98 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8402615430325231792 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9212049934490024458} + - component: {fileID: 5221955717535053231} + - component: {fileID: 8042560626086625637} + - component: {fileID: 7666736580947412843} + m_Layer: 0 + m_Name: Paint_Roller + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9212049934490024458 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8402615430325231792} + 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: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5221955717535053231 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8402615430325231792} + m_Mesh: {fileID: -4046329667666550238, guid: bd42b6847a53829448c7e1f2dfcbee52, type: 3} +--- !u!23 &8042560626086625637 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8402615430325231792} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!64 &7666736580947412843 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8402615430325231792} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 1 + m_CookingOptions: 30 + m_Mesh: {fileID: -4046329667666550238, guid: bd42b6847a53829448c7e1f2dfcbee52, type: 3} diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Paint_Roller.prefab.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Paint_Roller.prefab.meta new file mode 100644 index 0000000..68887ba --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Paint_Roller.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0d27191d09d038944b08e441f1cf4169 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Pixace.prefab b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Pixace.prefab new file mode 100644 index 0000000..582eab9 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Pixace.prefab @@ -0,0 +1,98 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &5278324395404088007 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4759091765630634109} + - component: {fileID: 8477018234164971480} + - component: {fileID: 5926909055749157650} + - component: {fileID: 6683362923921834364} + m_Layer: 0 + m_Name: Pixace + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4759091765630634109 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5278324395404088007} + 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: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8477018234164971480 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5278324395404088007} + m_Mesh: {fileID: -6029386305152064225, guid: bc1ebebea84d79a4ab87072f7a432b5d, type: 3} +--- !u!23 &5926909055749157650 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5278324395404088007} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!64 &6683362923921834364 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5278324395404088007} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 1 + m_CookingOptions: 30 + m_Mesh: {fileID: -6029386305152064225, guid: bc1ebebea84d79a4ab87072f7a432b5d, type: 3} diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Pixace.prefab.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Pixace.prefab.meta new file mode 100644 index 0000000..2dec9c0 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Pixace.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f02a54e51ee2f0e49889222524bf7f1e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Polishing_Machine.prefab b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Polishing_Machine.prefab new file mode 100644 index 0000000..d0b3d17 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Polishing_Machine.prefab @@ -0,0 +1,98 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &6617390079107492493 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5809187891860287543} + - component: {fileID: 7435929032041578386} + - component: {fileID: 4671725157344791384} + - component: {fileID: 3005171442061149410} + m_Layer: 0 + m_Name: Polishing_Machine + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5809187891860287543 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6617390079107492493} + 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: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &7435929032041578386 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6617390079107492493} + m_Mesh: {fileID: -8385419654074050411, guid: ce011542db0669b45aa28d318c3688fb, type: 3} +--- !u!23 &4671725157344791384 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6617390079107492493} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!64 &3005171442061149410 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6617390079107492493} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 1 + m_CookingOptions: 30 + m_Mesh: {fileID: -8385419654074050411, guid: ce011542db0669b45aa28d318c3688fb, type: 3} diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Polishing_Machine.prefab.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Polishing_Machine.prefab.meta new file mode 100644 index 0000000..2953cda --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Polishing_Machine.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f937d22fbcbb58a44955af2e481b668f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Shaver.prefab b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Shaver.prefab new file mode 100644 index 0000000..4f087d9 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Shaver.prefab @@ -0,0 +1,98 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &7885487846274019419 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7360343894080547553} + - component: {fileID: 5875766306488051012} + - component: {fileID: 8533790345505083790} + - component: {fileID: 1277911648261234180} + m_Layer: 0 + m_Name: Shaver + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7360343894080547553 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7885487846274019419} + 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: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5875766306488051012 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7885487846274019419} + m_Mesh: {fileID: 1571980821993814540, guid: 7113a222d86cd1c49a47ce6bdc15f81c, type: 3} +--- !u!23 &8533790345505083790 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7885487846274019419} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!64 &1277911648261234180 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7885487846274019419} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 1 + m_CookingOptions: 30 + m_Mesh: {fileID: 1571980821993814540, guid: 7113a222d86cd1c49a47ce6bdc15f81c, type: 3} diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Shaver.prefab.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Shaver.prefab.meta new file mode 100644 index 0000000..1b4a8a8 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Shaver.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2c60ee17265beae4eb3998ae36ea10c5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Shovel.prefab b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Shovel.prefab new file mode 100644 index 0000000..f3685ca --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Shovel.prefab @@ -0,0 +1,98 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2833290598840434440 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3177868315425383858} + - component: {fileID: 1996737236945152535} + - component: {fileID: 4346293297648099037} + - component: {fileID: 5447646446934980212} + m_Layer: 0 + m_Name: Shovel + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3177868315425383858 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2833290598840434440} + 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: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1996737236945152535 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2833290598840434440} + m_Mesh: {fileID: 8556253635750604653, guid: a7dd16782ca17fe41b1bb97ffd23db80, type: 3} +--- !u!23 &4346293297648099037 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2833290598840434440} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!64 &5447646446934980212 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2833290598840434440} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 1 + m_CookingOptions: 30 + m_Mesh: {fileID: 8556253635750604653, guid: a7dd16782ca17fe41b1bb97ffd23db80, type: 3} diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Shovel.prefab.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Shovel.prefab.meta new file mode 100644 index 0000000..b200d1a --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Shovel.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1014902fb829433408e44c3f452438e5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Spray.prefab b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Spray.prefab new file mode 100644 index 0000000..41092b5 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Spray.prefab @@ -0,0 +1,98 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2820637865537449901 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3201843406214034711} + - component: {fileID: 1999844561192450738} + - component: {fileID: 4333614311689653880} + - component: {fileID: 1206853043539897134} + m_Layer: 0 + m_Name: Spray + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3201843406214034711 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2820637865537449901} + 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: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1999844561192450738 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2820637865537449901} + m_Mesh: {fileID: 7825804467090227306, guid: d8336772ef78c6b46af657da96f7195b, type: 3} +--- !u!23 &4333614311689653880 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2820637865537449901} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!64 &1206853043539897134 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2820637865537449901} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 1 + m_CookingOptions: 30 + m_Mesh: {fileID: 7825804467090227306, guid: d8336772ef78c6b46af657da96f7195b, type: 3} diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Spray.prefab.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Spray.prefab.meta new file mode 100644 index 0000000..dea5431 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Spray.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ecfadc804a69f694684ca8cdae732790 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Stamp.prefab b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Stamp.prefab new file mode 100644 index 0000000..528b53b --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Stamp.prefab @@ -0,0 +1,98 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1361937172851075775 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1850207624188948485} + - component: {fileID: 3315381176605048736} + - component: {fileID: 713379450558843754} + - component: {fileID: 4840003767450926218} + m_Layer: 0 + m_Name: Stamp + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1850207624188948485 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1361937172851075775} + 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: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3315381176605048736 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1361937172851075775} + m_Mesh: {fileID: -1793090875079514752, guid: e9ba6fc661468fc47a88436256f51d99, type: 3} +--- !u!23 &713379450558843754 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1361937172851075775} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!64 &4840003767450926218 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1361937172851075775} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 1 + m_CookingOptions: 30 + m_Mesh: {fileID: -1793090875079514752, guid: e9ba6fc661468fc47a88436256f51d99, type: 3} diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Stamp.prefab.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Stamp.prefab.meta new file mode 100644 index 0000000..0263d55 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Stamp.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 809d438ce65f93b4a80507fe5eda7c4e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Trowel.prefab b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Trowel.prefab new file mode 100644 index 0000000..2d5f547 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Trowel.prefab @@ -0,0 +1,98 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8644194597398961700 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8988491628677203102} + - component: {fileID: 5409476357538155323} + - component: {fileID: 7851644831263588337} + - component: {fileID: 8469763107311691674} + m_Layer: 0 + m_Name: Trowel + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8988491628677203102 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8644194597398961700} + 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: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5409476357538155323 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8644194597398961700} + m_Mesh: {fileID: -6430519207706653962, guid: c33676c3bf367454abe000f230d4887d, type: 3} +--- !u!23 &7851644831263588337 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8644194597398961700} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: a10f6c5ec0f0fff4da18c2c0eb0185dc, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!64 &8469763107311691674 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8644194597398961700} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 1 + m_CookingOptions: 30 + m_Mesh: {fileID: -6430519207706653962, guid: c33676c3bf367454abe000f230d4887d, type: 3} diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Trowel.prefab.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Trowel.prefab.meta new file mode 100644 index 0000000..5eb7018 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Prefabs/Trowel.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bfc6b2a91c65c7c45ad656ec7c6ca489 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures.meta new file mode 100644 index 0000000..3d4bb62 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5ca74f32bb5789b4ba0045a71192f474 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_BaseMap.png b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_BaseMap.png new file mode 100644 index 0000000..374afc1 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_BaseMap.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0e01a44e003282693c0d0f6d01eb0c0c7f01ae0388268fcc3dbe5f18c19449 +size 1763116 diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_BaseMap.png.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_BaseMap.png.meta new file mode 100644 index 0000000..1562f03 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: d49afe800d679b54c9af93c80efb17ac +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 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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 + 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/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_MaskMap.png b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_MaskMap.png new file mode 100644 index 0000000..2aafeb5 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_MaskMap.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1bd0c148aa62beddb9e8625f2813dd32996527e553761964c70a887a1e19161 +size 1808594 diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_MaskMap.png.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_MaskMap.png.meta new file mode 100644 index 0000000..16a5606 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 68040b83a6a932045989f95322a80cbd +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 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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 + 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/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_Normal.png b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_Normal.png new file mode 100644 index 0000000..33d04be --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_Normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77abe517e6919dfaeda0961f90cec8b7c5989bdeadaf9b80de6d22ac0bfc2b9 +size 3569580 diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_Normal.png.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_Normal.png.meta new file mode 100644 index 0000000..28a2b90 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Environment/Textures/Tool_Set_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: b69a9419cb7a8b741bd9ed3365ee63da +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: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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 + 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/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene.meta new file mode 100644 index 0000000..584250c --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a8a077928bf694f46954ec8b4a8d5766 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Demo.unity b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Demo.unity new file mode 100644 index 0000000..8406532 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Demo.unity @@ -0,0 +1,1126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0.17992908, g: 0.22528453, b: 0.3066952, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 12 + m_GIWorkflowMode: 1 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 512 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 256 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 1 + m_PVRDenoiserTypeDirect: 1 + m_PVRDenoiserTypeIndirect: 1 + m_PVRDenoiserTypeAO: 1 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 1 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 0} + m_LightingSettings: {fileID: 4890085278179872738, guid: 30eee6b616fa6094087a9ce4d8dad83b, type: 2} +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1001 &13490625 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 5809187891860287543, guid: f937d22fbcbb58a44955af2e481b668f, type: 3} + propertyPath: m_RootOrder + value: 8 + objectReference: {fileID: 0} + - target: {fileID: 5809187891860287543, guid: f937d22fbcbb58a44955af2e481b668f, type: 3} + propertyPath: m_LocalPosition.x + value: -0.738 + objectReference: {fileID: 0} + - target: {fileID: 5809187891860287543, guid: f937d22fbcbb58a44955af2e481b668f, type: 3} + propertyPath: m_LocalPosition.y + value: -0.068 + objectReference: {fileID: 0} + - target: {fileID: 5809187891860287543, guid: f937d22fbcbb58a44955af2e481b668f, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5809187891860287543, guid: f937d22fbcbb58a44955af2e481b668f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5809187891860287543, guid: f937d22fbcbb58a44955af2e481b668f, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5809187891860287543, guid: f937d22fbcbb58a44955af2e481b668f, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 5809187891860287543, guid: f937d22fbcbb58a44955af2e481b668f, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 5809187891860287543, guid: f937d22fbcbb58a44955af2e481b668f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5809187891860287543, guid: f937d22fbcbb58a44955af2e481b668f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5809187891860287543, guid: f937d22fbcbb58a44955af2e481b668f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6617390079107492493, guid: f937d22fbcbb58a44955af2e481b668f, type: 3} + propertyPath: m_Name + value: Polishing_Machine + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f937d22fbcbb58a44955af2e481b668f, type: 3} +--- !u!1001 &339139110 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 8402615430325231792, guid: 0d27191d09d038944b08e441f1cf4169, type: 3} + propertyPath: m_Name + value: Paint_Roller + objectReference: {fileID: 0} + - target: {fileID: 9212049934490024458, guid: 0d27191d09d038944b08e441f1cf4169, type: 3} + propertyPath: m_RootOrder + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 9212049934490024458, guid: 0d27191d09d038944b08e441f1cf4169, type: 3} + propertyPath: m_LocalPosition.x + value: -0.505 + objectReference: {fileID: 0} + - target: {fileID: 9212049934490024458, guid: 0d27191d09d038944b08e441f1cf4169, type: 3} + propertyPath: m_LocalPosition.y + value: 0.001 + objectReference: {fileID: 0} + - target: {fileID: 9212049934490024458, guid: 0d27191d09d038944b08e441f1cf4169, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9212049934490024458, guid: 0d27191d09d038944b08e441f1cf4169, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 9212049934490024458, guid: 0d27191d09d038944b08e441f1cf4169, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9212049934490024458, guid: 0d27191d09d038944b08e441f1cf4169, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9212049934490024458, guid: 0d27191d09d038944b08e441f1cf4169, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 9212049934490024458, guid: 0d27191d09d038944b08e441f1cf4169, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9212049934490024458, guid: 0d27191d09d038944b08e441f1cf4169, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9212049934490024458, guid: 0d27191d09d038944b08e441f1cf4169, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 0d27191d09d038944b08e441f1cf4169, type: 3} +--- !u!1 &389152173 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 389152174} + m_Layer: 0 + m_Name: Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &389152174 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 389152173} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.50392187, y: -0.26678896, z: -2.368391} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1807920260} + - {fileID: 450666995} + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &450666993 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 450666995} + - component: {fileID: 450666994} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &450666994 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 450666993} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 0.8788354, b: 0.67358494, a: 1} + m_Intensity: 1.2 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 0.316 + m_Bias: 0.05 + m_NormalBias: 0 + m_NearPlane: 0.1 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &450666995 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 450666993} + m_LocalRotation: {x: 0.8784633, y: -0.13769317, z: 0.19509295, w: 0.41386184} + m_LocalPosition: {x: 0.50392187, y: 3.266789, z: 2.368391} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 389152174} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 128.661, y: -21.483002, z: 7.397003} +--- !u!1001 &656267209 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 1307581235491230000, guid: 0d1a63f5304d9184f940bb0308e5d919, type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 1307581235491230000, guid: 0d1a63f5304d9184f940bb0308e5d919, type: 3} + propertyPath: m_LocalPosition.x + value: -0.096 + objectReference: {fileID: 0} + - target: {fileID: 1307581235491230000, guid: 0d1a63f5304d9184f940bb0308e5d919, type: 3} + propertyPath: m_LocalPosition.y + value: -0.292 + objectReference: {fileID: 0} + - target: {fileID: 1307581235491230000, guid: 0d1a63f5304d9184f940bb0308e5d919, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1307581235491230000, guid: 0d1a63f5304d9184f940bb0308e5d919, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1307581235491230000, guid: 0d1a63f5304d9184f940bb0308e5d919, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1307581235491230000, guid: 0d1a63f5304d9184f940bb0308e5d919, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1307581235491230000, guid: 0d1a63f5304d9184f940bb0308e5d919, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1307581235491230000, guid: 0d1a63f5304d9184f940bb0308e5d919, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1307581235491230000, guid: 0d1a63f5304d9184f940bb0308e5d919, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1307581235491230000, guid: 0d1a63f5304d9184f940bb0308e5d919, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1832585270870641546, guid: 0d1a63f5304d9184f940bb0308e5d919, type: 3} + propertyPath: m_Name + value: Glue + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 0d1a63f5304d9184f940bb0308e5d919, type: 3} +--- !u!1001 &664420687 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 7067087559890068522, guid: 4376057bb131f4e45a398247592073e1, type: 3} + propertyPath: m_RootOrder + value: 5 + objectReference: {fileID: 0} + - target: {fileID: 7067087559890068522, guid: 4376057bb131f4e45a398247592073e1, type: 3} + propertyPath: m_LocalPosition.x + value: -0.42299998 + objectReference: {fileID: 0} + - target: {fileID: 7067087559890068522, guid: 4376057bb131f4e45a398247592073e1, type: 3} + propertyPath: m_LocalPosition.y + value: -0.394 + objectReference: {fileID: 0} + - target: {fileID: 7067087559890068522, guid: 4376057bb131f4e45a398247592073e1, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7067087559890068522, guid: 4376057bb131f4e45a398247592073e1, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7067087559890068522, guid: 4376057bb131f4e45a398247592073e1, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7067087559890068522, guid: 4376057bb131f4e45a398247592073e1, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 7067087559890068522, guid: 4376057bb131f4e45a398247592073e1, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 7067087559890068522, guid: 4376057bb131f4e45a398247592073e1, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7067087559890068522, guid: 4376057bb131f4e45a398247592073e1, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7067087559890068522, guid: 4376057bb131f4e45a398247592073e1, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7590964634423934608, guid: 4376057bb131f4e45a398247592073e1, type: 3} + propertyPath: m_Name + value: Heating_Machine + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 4376057bb131f4e45a398247592073e1, type: 3} +--- !u!1001 &693976614 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2833290598840434440, guid: 1014902fb829433408e44c3f452438e5, type: 3} + propertyPath: m_Name + value: Shovel + objectReference: {fileID: 0} + - target: {fileID: 3177868315425383858, guid: 1014902fb829433408e44c3f452438e5, type: 3} + propertyPath: m_RootOrder + value: 10 + objectReference: {fileID: 0} + - target: {fileID: 3177868315425383858, guid: 1014902fb829433408e44c3f452438e5, type: 3} + propertyPath: m_LocalPosition.x + value: -0.16299999 + objectReference: {fileID: 0} + - target: {fileID: 3177868315425383858, guid: 1014902fb829433408e44c3f452438e5, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3177868315425383858, guid: 1014902fb829433408e44c3f452438e5, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3177868315425383858, guid: 1014902fb829433408e44c3f452438e5, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3177868315425383858, guid: 1014902fb829433408e44c3f452438e5, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3177868315425383858, guid: 1014902fb829433408e44c3f452438e5, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3177868315425383858, guid: 1014902fb829433408e44c3f452438e5, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3177868315425383858, guid: 1014902fb829433408e44c3f452438e5, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3177868315425383858, guid: 1014902fb829433408e44c3f452438e5, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3177868315425383858, guid: 1014902fb829433408e44c3f452438e5, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1014902fb829433408e44c3f452438e5, type: 3} +--- !u!1001 &833528894 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 4759091765630634109, guid: f02a54e51ee2f0e49889222524bf7f1e, type: 3} + propertyPath: m_RootOrder + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 4759091765630634109, guid: f02a54e51ee2f0e49889222524bf7f1e, type: 3} + propertyPath: m_LocalPosition.x + value: 0.353 + objectReference: {fileID: 0} + - target: {fileID: 4759091765630634109, guid: f02a54e51ee2f0e49889222524bf7f1e, type: 3} + propertyPath: m_LocalPosition.y + value: -0.083 + objectReference: {fileID: 0} + - target: {fileID: 4759091765630634109, guid: f02a54e51ee2f0e49889222524bf7f1e, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4759091765630634109, guid: f02a54e51ee2f0e49889222524bf7f1e, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4759091765630634109, guid: f02a54e51ee2f0e49889222524bf7f1e, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4759091765630634109, guid: f02a54e51ee2f0e49889222524bf7f1e, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4759091765630634109, guid: f02a54e51ee2f0e49889222524bf7f1e, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4759091765630634109, guid: f02a54e51ee2f0e49889222524bf7f1e, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4759091765630634109, guid: f02a54e51ee2f0e49889222524bf7f1e, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4759091765630634109, guid: f02a54e51ee2f0e49889222524bf7f1e, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5278324395404088007, guid: f02a54e51ee2f0e49889222524bf7f1e, type: 3} + propertyPath: m_Name + value: Pixace + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f02a54e51ee2f0e49889222524bf7f1e, type: 3} +--- !u!1001 &928050516 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 7092388722934531302, guid: b178733ff1c626a45b36924d749f8820, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 7092388722934531302, guid: b178733ff1c626a45b36924d749f8820, type: 3} + propertyPath: m_LocalPosition.x + value: -0.34399998 + objectReference: {fileID: 0} + - target: {fileID: 7092388722934531302, guid: b178733ff1c626a45b36924d749f8820, type: 3} + propertyPath: m_LocalPosition.y + value: 0.017 + objectReference: {fileID: 0} + - target: {fileID: 7092388722934531302, guid: b178733ff1c626a45b36924d749f8820, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7092388722934531302, guid: b178733ff1c626a45b36924d749f8820, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7092388722934531302, guid: b178733ff1c626a45b36924d749f8820, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7092388722934531302, guid: b178733ff1c626a45b36924d749f8820, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 7092388722934531302, guid: b178733ff1c626a45b36924d749f8820, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 7092388722934531302, guid: b178733ff1c626a45b36924d749f8820, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7092388722934531302, guid: b178733ff1c626a45b36924d749f8820, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7092388722934531302, guid: b178733ff1c626a45b36924d749f8820, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7577000004406976092, guid: b178733ff1c626a45b36924d749f8820, type: 3} + propertyPath: m_Name + value: Blade_Knife + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: b178733ff1c626a45b36924d749f8820, type: 3} +--- !u!1001 &1031040767 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2846956332852145526, guid: e1d3d50cd5e34dd4fbc2b3d5548a9bfb, type: 3} + propertyPath: m_Name + value: Brush + objectReference: {fileID: 0} + - target: {fileID: 3227316353899902924, guid: e1d3d50cd5e34dd4fbc2b3d5548a9bfb, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 3227316353899902924, guid: e1d3d50cd5e34dd4fbc2b3d5548a9bfb, type: 3} + propertyPath: m_LocalPosition.x + value: -0.062 + objectReference: {fileID: 0} + - target: {fileID: 3227316353899902924, guid: e1d3d50cd5e34dd4fbc2b3d5548a9bfb, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3227316353899902924, guid: e1d3d50cd5e34dd4fbc2b3d5548a9bfb, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3227316353899902924, guid: e1d3d50cd5e34dd4fbc2b3d5548a9bfb, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3227316353899902924, guid: e1d3d50cd5e34dd4fbc2b3d5548a9bfb, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3227316353899902924, guid: e1d3d50cd5e34dd4fbc2b3d5548a9bfb, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3227316353899902924, guid: e1d3d50cd5e34dd4fbc2b3d5548a9bfb, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3227316353899902924, guid: e1d3d50cd5e34dd4fbc2b3d5548a9bfb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3227316353899902924, guid: e1d3d50cd5e34dd4fbc2b3d5548a9bfb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3227316353899902924, guid: e1d3d50cd5e34dd4fbc2b3d5548a9bfb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: e1d3d50cd5e34dd4fbc2b3d5548a9bfb, type: 3} +--- !u!1001 &1218109355 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 1361937172851075775, guid: 809d438ce65f93b4a80507fe5eda7c4e, type: 3} + propertyPath: m_Name + value: Stamp + objectReference: {fileID: 0} + - target: {fileID: 1850207624188948485, guid: 809d438ce65f93b4a80507fe5eda7c4e, type: 3} + propertyPath: m_RootOrder + value: 12 + objectReference: {fileID: 0} + - target: {fileID: 1850207624188948485, guid: 809d438ce65f93b4a80507fe5eda7c4e, type: 3} + propertyPath: m_LocalPosition.x + value: 0.135 + objectReference: {fileID: 0} + - target: {fileID: 1850207624188948485, guid: 809d438ce65f93b4a80507fe5eda7c4e, type: 3} + propertyPath: m_LocalPosition.y + value: 0.008 + objectReference: {fileID: 0} + - target: {fileID: 1850207624188948485, guid: 809d438ce65f93b4a80507fe5eda7c4e, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1850207624188948485, guid: 809d438ce65f93b4a80507fe5eda7c4e, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1850207624188948485, guid: 809d438ce65f93b4a80507fe5eda7c4e, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1850207624188948485, guid: 809d438ce65f93b4a80507fe5eda7c4e, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1850207624188948485, guid: 809d438ce65f93b4a80507fe5eda7c4e, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1850207624188948485, guid: 809d438ce65f93b4a80507fe5eda7c4e, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1850207624188948485, guid: 809d438ce65f93b4a80507fe5eda7c4e, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1850207624188948485, guid: 809d438ce65f93b4a80507fe5eda7c4e, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 809d438ce65f93b4a80507fe5eda7c4e, type: 3} +--- !u!1001 &1364406929 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 7360343894080547553, guid: 2c60ee17265beae4eb3998ae36ea10c5, type: 3} + propertyPath: m_RootOrder + value: 9 + objectReference: {fileID: 0} + - target: {fileID: 7360343894080547553, guid: 2c60ee17265beae4eb3998ae36ea10c5, type: 3} + propertyPath: m_LocalPosition.x + value: -0.605 + objectReference: {fileID: 0} + - target: {fileID: 7360343894080547553, guid: 2c60ee17265beae4eb3998ae36ea10c5, type: 3} + propertyPath: m_LocalPosition.y + value: -0.36299998 + objectReference: {fileID: 0} + - target: {fileID: 7360343894080547553, guid: 2c60ee17265beae4eb3998ae36ea10c5, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7360343894080547553, guid: 2c60ee17265beae4eb3998ae36ea10c5, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7360343894080547553, guid: 2c60ee17265beae4eb3998ae36ea10c5, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7360343894080547553, guid: 2c60ee17265beae4eb3998ae36ea10c5, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 7360343894080547553, guid: 2c60ee17265beae4eb3998ae36ea10c5, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 7360343894080547553, guid: 2c60ee17265beae4eb3998ae36ea10c5, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7360343894080547553, guid: 2c60ee17265beae4eb3998ae36ea10c5, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7360343894080547553, guid: 2c60ee17265beae4eb3998ae36ea10c5, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7885487846274019419, guid: 2c60ee17265beae4eb3998ae36ea10c5, type: 3} + propertyPath: m_Name + value: Shaver + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2c60ee17265beae4eb3998ae36ea10c5, type: 3} +--- !u!1001 &1422236592 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 8644194597398961700, guid: bfc6b2a91c65c7c45ad656ec7c6ca489, type: 3} + propertyPath: m_Name + value: Trowel + objectReference: {fileID: 0} + - target: {fileID: 8988491628677203102, guid: bfc6b2a91c65c7c45ad656ec7c6ca489, type: 3} + propertyPath: m_RootOrder + value: 13 + objectReference: {fileID: 0} + - target: {fileID: 8988491628677203102, guid: bfc6b2a91c65c7c45ad656ec7c6ca489, type: 3} + propertyPath: m_LocalPosition.x + value: 0.261 + objectReference: {fileID: 0} + - target: {fileID: 8988491628677203102, guid: bfc6b2a91c65c7c45ad656ec7c6ca489, type: 3} + propertyPath: m_LocalPosition.y + value: -0.417 + objectReference: {fileID: 0} + - target: {fileID: 8988491628677203102, guid: bfc6b2a91c65c7c45ad656ec7c6ca489, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8988491628677203102, guid: bfc6b2a91c65c7c45ad656ec7c6ca489, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8988491628677203102, guid: bfc6b2a91c65c7c45ad656ec7c6ca489, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8988491628677203102, guid: bfc6b2a91c65c7c45ad656ec7c6ca489, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8988491628677203102, guid: bfc6b2a91c65c7c45ad656ec7c6ca489, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8988491628677203102, guid: bfc6b2a91c65c7c45ad656ec7c6ca489, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8988491628677203102, guid: bfc6b2a91c65c7c45ad656ec7c6ca489, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8988491628677203102, guid: bfc6b2a91c65c7c45ad656ec7c6ca489, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: bfc6b2a91c65c7c45ad656ec7c6ca489, type: 3} +--- !u!1 &1807920259 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1807920260} + - component: {fileID: 1807920261} + m_Layer: 9 + m_Name: Post-Process + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1807920260 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1807920259} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 3.415, y: 0.26678896, z: 2.368391} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 389152174} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1807920261 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1807920259} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8b9a305e18de0c04dbd257a21cd47087, type: 3} + m_Name: + m_EditorClassIdentifier: + sharedProfile: {fileID: 11400000, guid: 4a5c603e3116f4e4c865b67bb354ca45, type: 2} + isGlobal: 1 + blendDistance: 0 + weight: 1 + priority: 0 +--- !u!1 &1818568206 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1818568209} + - component: {fileID: 1818568208} + - component: {fileID: 1818568207} + - component: {fileID: 1818568210} + m_Layer: 0 + m_Name: Main Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!81 &1818568207 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1818568206} + m_Enabled: 1 +--- !u!20 &1818568208 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1818568206} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 2 + m_BackGroundColor: {r: 0.764151, g: 0.764151, b: 0.764151, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1818568209 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1818568206} + m_LocalRotation: {x: 0, y: -1, z: 0, w: 0} + m_LocalPosition: {x: -0.163, y: -0.02, z: 0.909} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 180, y: 0, z: 180} +--- !u!114 &1818568210 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1818568206} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 948f4100a11a5c24981795d21301da5c, type: 3} + m_Name: + m_EditorClassIdentifier: + volumeTrigger: {fileID: 1818568209} + volumeLayer: + serializedVersion: 2 + m_Bits: 512 + stopNaNPropagation: 1 + finalBlitToCameraTarget: 0 + antialiasingMode: 0 + temporalAntialiasing: + jitterSpread: 0.75 + sharpness: 0.25 + stationaryBlending: 0.95 + motionBlending: 0.85 + subpixelMorphologicalAntialiasing: + quality: 2 + fastApproximateAntialiasing: + fastMode: 0 + keepAlpha: 0 + fog: + enabled: 1 + excludeSkybox: 1 + debugLayer: + lightMeter: + width: 512 + height: 256 + showCurves: 1 + histogram: + width: 512 + height: 256 + channel: 3 + waveform: + exposure: 0.12 + height: 256 + vectorscope: + size: 256 + exposure: 0.12 + overlaySettings: + linearDepth: 0 + motionColorIntensity: 4 + motionGridSize: 64 + colorBlindnessType: 0 + colorBlindnessStrength: 1 + m_Resources: {fileID: 11400000, guid: d82512f9c8e5d4a4d938b575d47f88d4, type: 2} + m_ShowToolkit: 0 + m_ShowCustomSorter: 0 + breakBeforeColorGrading: 0 + m_BeforeTransparentBundles: [] + m_BeforeStackBundles: [] + m_AfterStackBundles: [] +--- !u!1001 &1934189574 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2820637865537449901, guid: ecfadc804a69f694684ca8cdae732790, type: 3} + propertyPath: m_Name + value: Spray + objectReference: {fileID: 0} + - target: {fileID: 3201843406214034711, guid: ecfadc804a69f694684ca8cdae732790, type: 3} + propertyPath: m_RootOrder + value: 11 + objectReference: {fileID: 0} + - target: {fileID: 3201843406214034711, guid: ecfadc804a69f694684ca8cdae732790, type: 3} + propertyPath: m_LocalPosition.x + value: 0.089 + objectReference: {fileID: 0} + - target: {fileID: 3201843406214034711, guid: ecfadc804a69f694684ca8cdae732790, type: 3} + propertyPath: m_LocalPosition.y + value: -0.24 + objectReference: {fileID: 0} + - target: {fileID: 3201843406214034711, guid: ecfadc804a69f694684ca8cdae732790, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3201843406214034711, guid: ecfadc804a69f694684ca8cdae732790, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3201843406214034711, guid: ecfadc804a69f694684ca8cdae732790, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3201843406214034711, guid: ecfadc804a69f694684ca8cdae732790, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3201843406214034711, guid: ecfadc804a69f694684ca8cdae732790, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3201843406214034711, guid: ecfadc804a69f694684ca8cdae732790, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3201843406214034711, guid: ecfadc804a69f694684ca8cdae732790, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3201843406214034711, guid: ecfadc804a69f694684ca8cdae732790, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ecfadc804a69f694684ca8cdae732790, type: 3} diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Demo.unity.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Demo.unity.meta new file mode 100644 index 0000000..b2016ee --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Demo.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3ae3242526a6b9741a7865288bb7b826 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Demo_Profiles.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Demo_Profiles.meta new file mode 100644 index 0000000..0f06e32 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Demo_Profiles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5230346141ccf904ab586a307330ec92 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Demo_Profiles/Post-Process Profile.asset b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Demo_Profiles/Post-Process Profile.asset new file mode 100644 index 0000000..adf1306 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Demo_Profiles/Post-Process Profile.asset @@ -0,0 +1,1425 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7394129505672320337 +MonoBehaviour: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: adb84e30e02715445aeb9959894e3b4d, type: 3} + m_Name: ColorGrading + m_EditorClassIdentifier: + active: 1 + enabled: + overrideState: 1 + value: 1 + gradingMode: + overrideState: 0 + value: 1 + externalLut: + overrideState: 0 + value: {fileID: 0} + defaultState: 1 + tonemapper: + overrideState: 0 + value: 0 + toneCurveToeStrength: + overrideState: 0 + value: 0 + toneCurveToeLength: + overrideState: 0 + value: 0.5 + toneCurveShoulderStrength: + overrideState: 0 + value: 0 + toneCurveShoulderLength: + overrideState: 0 + value: 0.5 + toneCurveShoulderAngle: + overrideState: 0 + value: 0 + toneCurveGamma: + overrideState: 0 + value: 1 + ldrLut: + overrideState: 0 + value: {fileID: 0} + defaultState: 4 + ldrLutContribution: + overrideState: 0 + value: 1 + temperature: + overrideState: 0 + value: 2 + tint: + overrideState: 0 + value: 0 + colorFilter: + overrideState: 0 + value: {r: 1, g: 1, b: 1, a: 1} + hueShift: + overrideState: 1 + value: 3 + saturation: + overrideState: 1 + value: 30 + brightness: + overrideState: 0 + value: 0 + postExposure: + overrideState: 1 + value: 0.12 + contrast: + overrideState: 0 + value: -2 + mixerRedOutRedIn: + overrideState: 0 + value: 100 + mixerRedOutGreenIn: + overrideState: 0 + value: 0 + mixerRedOutBlueIn: + overrideState: 0 + value: 0 + mixerGreenOutRedIn: + overrideState: 0 + value: 0 + mixerGreenOutGreenIn: + overrideState: 0 + value: 100 + mixerGreenOutBlueIn: + overrideState: 0 + value: 0 + mixerBlueOutRedIn: + overrideState: 0 + value: 0 + mixerBlueOutGreenIn: + overrideState: 0 + value: 0 + mixerBlueOutBlueIn: + overrideState: 0 + value: 100 + lift: + overrideState: 0 + value: {x: 1, y: 1, z: 1, w: 0} + gamma: + overrideState: 0 + value: {x: 1, y: 1, z: 1, w: 0} + gain: + overrideState: 0 + value: {x: 1, y: 1, z: 1, w: 0} + masterCurve: + overrideState: 0 + value: + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 0 + m_ZeroValue: 0 + m_Range: 1 + cachedData: + - 0 + - 0.0078125 + - 0.015625 + - 0.0234375 + - 0.03125 + - 0.0390625 + - 0.046875 + - 0.0546875 + - 0.0625 + - 0.0703125 + - 0.078125 + - 0.0859375 + - 0.09375 + - 0.1015625 + - 0.109375 + - 0.1171875 + - 0.125 + - 0.1328125 + - 0.140625 + - 0.1484375 + - 0.15625 + - 0.1640625 + - 0.171875 + - 0.1796875 + - 0.1875 + - 0.1953125 + - 0.203125 + - 0.2109375 + - 0.21875 + - 0.2265625 + - 0.234375 + - 0.2421875 + - 0.25 + - 0.2578125 + - 0.265625 + - 0.2734375 + - 0.28125 + - 0.2890625 + - 0.296875 + - 0.3046875 + - 0.3125 + - 0.3203125 + - 0.328125 + - 0.3359375 + - 0.34375 + - 0.3515625 + - 0.359375 + - 0.3671875 + - 0.375 + - 0.3828125 + - 0.390625 + - 0.3984375 + - 0.40625 + - 0.4140625 + - 0.421875 + - 0.4296875 + - 0.4375 + - 0.4453125 + - 0.453125 + - 0.4609375 + - 0.46875 + - 0.4765625 + - 0.484375 + - 0.4921875 + - 0.5 + - 0.5078125 + - 0.515625 + - 0.5234375 + - 0.53125 + - 0.5390625 + - 0.546875 + - 0.5546875 + - 0.5625 + - 0.5703125 + - 0.578125 + - 0.5859375 + - 0.59375 + - 0.6015625 + - 0.609375 + - 0.6171875 + - 0.625 + - 0.6328125 + - 0.640625 + - 0.6484375 + - 0.65625 + - 0.6640625 + - 0.671875 + - 0.6796875 + - 0.6875 + - 0.6953125 + - 0.703125 + - 0.7109375 + - 0.71875 + - 0.7265625 + - 0.734375 + - 0.7421875 + - 0.75 + - 0.7578125 + - 0.765625 + - 0.7734375 + - 0.78125 + - 0.7890625 + - 0.796875 + - 0.8046875 + - 0.8125 + - 0.8203125 + - 0.828125 + - 0.8359375 + - 0.84375 + - 0.8515625 + - 0.859375 + - 0.8671875 + - 0.875 + - 0.8828125 + - 0.890625 + - 0.8984375 + - 0.90625 + - 0.9140625 + - 0.921875 + - 0.9296875 + - 0.9375 + - 0.9453125 + - 0.953125 + - 0.9609375 + - 0.96875 + - 0.9765625 + - 0.984375 + - 0.9921875 + redCurve: + overrideState: 0 + value: + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 0 + m_ZeroValue: 0 + m_Range: 1 + cachedData: + - 0 + - 0.0078125 + - 0.015625 + - 0.0234375 + - 0.03125 + - 0.0390625 + - 0.046875 + - 0.0546875 + - 0.0625 + - 0.0703125 + - 0.078125 + - 0.0859375 + - 0.09375 + - 0.1015625 + - 0.109375 + - 0.1171875 + - 0.125 + - 0.1328125 + - 0.140625 + - 0.1484375 + - 0.15625 + - 0.1640625 + - 0.171875 + - 0.1796875 + - 0.1875 + - 0.1953125 + - 0.203125 + - 0.2109375 + - 0.21875 + - 0.2265625 + - 0.234375 + - 0.2421875 + - 0.25 + - 0.2578125 + - 0.265625 + - 0.2734375 + - 0.28125 + - 0.2890625 + - 0.296875 + - 0.3046875 + - 0.3125 + - 0.3203125 + - 0.328125 + - 0.3359375 + - 0.34375 + - 0.3515625 + - 0.359375 + - 0.3671875 + - 0.375 + - 0.3828125 + - 0.390625 + - 0.3984375 + - 0.40625 + - 0.4140625 + - 0.421875 + - 0.4296875 + - 0.4375 + - 0.4453125 + - 0.453125 + - 0.4609375 + - 0.46875 + - 0.4765625 + - 0.484375 + - 0.4921875 + - 0.5 + - 0.5078125 + - 0.515625 + - 0.5234375 + - 0.53125 + - 0.5390625 + - 0.546875 + - 0.5546875 + - 0.5625 + - 0.5703125 + - 0.578125 + - 0.5859375 + - 0.59375 + - 0.6015625 + - 0.609375 + - 0.6171875 + - 0.625 + - 0.6328125 + - 0.640625 + - 0.6484375 + - 0.65625 + - 0.6640625 + - 0.671875 + - 0.6796875 + - 0.6875 + - 0.6953125 + - 0.703125 + - 0.7109375 + - 0.71875 + - 0.7265625 + - 0.734375 + - 0.7421875 + - 0.75 + - 0.7578125 + - 0.765625 + - 0.7734375 + - 0.78125 + - 0.7890625 + - 0.796875 + - 0.8046875 + - 0.8125 + - 0.8203125 + - 0.828125 + - 0.8359375 + - 0.84375 + - 0.8515625 + - 0.859375 + - 0.8671875 + - 0.875 + - 0.8828125 + - 0.890625 + - 0.8984375 + - 0.90625 + - 0.9140625 + - 0.921875 + - 0.9296875 + - 0.9375 + - 0.9453125 + - 0.953125 + - 0.9609375 + - 0.96875 + - 0.9765625 + - 0.984375 + - 0.9921875 + greenCurve: + overrideState: 0 + value: + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 0 + m_ZeroValue: 0 + m_Range: 1 + cachedData: + - 0 + - 0.0078125 + - 0.015625 + - 0.0234375 + - 0.03125 + - 0.0390625 + - 0.046875 + - 0.0546875 + - 0.0625 + - 0.0703125 + - 0.078125 + - 0.0859375 + - 0.09375 + - 0.1015625 + - 0.109375 + - 0.1171875 + - 0.125 + - 0.1328125 + - 0.140625 + - 0.1484375 + - 0.15625 + - 0.1640625 + - 0.171875 + - 0.1796875 + - 0.1875 + - 0.1953125 + - 0.203125 + - 0.2109375 + - 0.21875 + - 0.2265625 + - 0.234375 + - 0.2421875 + - 0.25 + - 0.2578125 + - 0.265625 + - 0.2734375 + - 0.28125 + - 0.2890625 + - 0.296875 + - 0.3046875 + - 0.3125 + - 0.3203125 + - 0.328125 + - 0.3359375 + - 0.34375 + - 0.3515625 + - 0.359375 + - 0.3671875 + - 0.375 + - 0.3828125 + - 0.390625 + - 0.3984375 + - 0.40625 + - 0.4140625 + - 0.421875 + - 0.4296875 + - 0.4375 + - 0.4453125 + - 0.453125 + - 0.4609375 + - 0.46875 + - 0.4765625 + - 0.484375 + - 0.4921875 + - 0.5 + - 0.5078125 + - 0.515625 + - 0.5234375 + - 0.53125 + - 0.5390625 + - 0.546875 + - 0.5546875 + - 0.5625 + - 0.5703125 + - 0.578125 + - 0.5859375 + - 0.59375 + - 0.6015625 + - 0.609375 + - 0.6171875 + - 0.625 + - 0.6328125 + - 0.640625 + - 0.6484375 + - 0.65625 + - 0.6640625 + - 0.671875 + - 0.6796875 + - 0.6875 + - 0.6953125 + - 0.703125 + - 0.7109375 + - 0.71875 + - 0.7265625 + - 0.734375 + - 0.7421875 + - 0.75 + - 0.7578125 + - 0.765625 + - 0.7734375 + - 0.78125 + - 0.7890625 + - 0.796875 + - 0.8046875 + - 0.8125 + - 0.8203125 + - 0.828125 + - 0.8359375 + - 0.84375 + - 0.8515625 + - 0.859375 + - 0.8671875 + - 0.875 + - 0.8828125 + - 0.890625 + - 0.8984375 + - 0.90625 + - 0.9140625 + - 0.921875 + - 0.9296875 + - 0.9375 + - 0.9453125 + - 0.953125 + - 0.9609375 + - 0.96875 + - 0.9765625 + - 0.984375 + - 0.9921875 + blueCurve: + overrideState: 0 + value: + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 0 + m_ZeroValue: 0 + m_Range: 1 + cachedData: + - 0 + - 0.0078125 + - 0.015625 + - 0.0234375 + - 0.03125 + - 0.0390625 + - 0.046875 + - 0.0546875 + - 0.0625 + - 0.0703125 + - 0.078125 + - 0.0859375 + - 0.09375 + - 0.1015625 + - 0.109375 + - 0.1171875 + - 0.125 + - 0.1328125 + - 0.140625 + - 0.1484375 + - 0.15625 + - 0.1640625 + - 0.171875 + - 0.1796875 + - 0.1875 + - 0.1953125 + - 0.203125 + - 0.2109375 + - 0.21875 + - 0.2265625 + - 0.234375 + - 0.2421875 + - 0.25 + - 0.2578125 + - 0.265625 + - 0.2734375 + - 0.28125 + - 0.2890625 + - 0.296875 + - 0.3046875 + - 0.3125 + - 0.3203125 + - 0.328125 + - 0.3359375 + - 0.34375 + - 0.3515625 + - 0.359375 + - 0.3671875 + - 0.375 + - 0.3828125 + - 0.390625 + - 0.3984375 + - 0.40625 + - 0.4140625 + - 0.421875 + - 0.4296875 + - 0.4375 + - 0.4453125 + - 0.453125 + - 0.4609375 + - 0.46875 + - 0.4765625 + - 0.484375 + - 0.4921875 + - 0.5 + - 0.5078125 + - 0.515625 + - 0.5234375 + - 0.53125 + - 0.5390625 + - 0.546875 + - 0.5546875 + - 0.5625 + - 0.5703125 + - 0.578125 + - 0.5859375 + - 0.59375 + - 0.6015625 + - 0.609375 + - 0.6171875 + - 0.625 + - 0.6328125 + - 0.640625 + - 0.6484375 + - 0.65625 + - 0.6640625 + - 0.671875 + - 0.6796875 + - 0.6875 + - 0.6953125 + - 0.703125 + - 0.7109375 + - 0.71875 + - 0.7265625 + - 0.734375 + - 0.7421875 + - 0.75 + - 0.7578125 + - 0.765625 + - 0.7734375 + - 0.78125 + - 0.7890625 + - 0.796875 + - 0.8046875 + - 0.8125 + - 0.8203125 + - 0.828125 + - 0.8359375 + - 0.84375 + - 0.8515625 + - 0.859375 + - 0.8671875 + - 0.875 + - 0.8828125 + - 0.890625 + - 0.8984375 + - 0.90625 + - 0.9140625 + - 0.921875 + - 0.9296875 + - 0.9375 + - 0.9453125 + - 0.953125 + - 0.9609375 + - 0.96875 + - 0.9765625 + - 0.984375 + - 0.9921875 + hueVsHueCurve: + overrideState: 0 + value: + curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 1 + m_ZeroValue: 0.5 + m_Range: 1 + cachedData: + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + hueVsSatCurve: + overrideState: 0 + value: + curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 1 + m_ZeroValue: 0.5 + m_Range: 1 + cachedData: + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + satVsSatCurve: + overrideState: 0 + value: + curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 0 + m_ZeroValue: 0.5 + m_Range: 1 + cachedData: + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + lumVsSatCurve: + overrideState: 0 + value: + curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 0 + m_ZeroValue: 0.5 + m_Range: 1 + cachedData: + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 +--- !u!114 &-1544865326992492040 +MonoBehaviour: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c1cb7e9e120078f43bce4f0b1be547a7, type: 3} + m_Name: AmbientOcclusion + m_EditorClassIdentifier: + active: 1 + enabled: + overrideState: 1 + value: 1 + mode: + overrideState: 0 + value: 1 + intensity: + overrideState: 1 + value: 0.64 + color: + overrideState: 0 + value: {r: 0, g: 0, b: 0, a: 1} + ambientOnly: + overrideState: 0 + value: 1 + noiseFilterTolerance: + overrideState: 0 + value: 0 + blurTolerance: + overrideState: 0 + value: -4.6 + upsampleTolerance: + overrideState: 0 + value: -12 + thicknessModifier: + overrideState: 0 + value: 1 + directLightingStrength: + overrideState: 0 + value: 0 + radius: + overrideState: 0 + value: 0.25 + quality: + overrideState: 0 + value: 2 +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8e6292b2c06870d4495f009f912b9600, type: 3} + m_Name: Post-Process Profile + m_EditorClassIdentifier: + settings: + - {fileID: 6446087318930073189} + - {fileID: -7394129505672320337} + - {fileID: -1544865326992492040} +--- !u!114 &6446087318930073189 +MonoBehaviour: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 48a79b01ea5641d4aa6daa2e23605641, type: 3} + m_Name: Bloom + m_EditorClassIdentifier: + active: 1 + enabled: + overrideState: 1 + value: 1 + intensity: + overrideState: 0 + value: 1.4 + threshold: + overrideState: 0 + value: 1 + softKnee: + overrideState: 0 + value: 0.5 + clamp: + overrideState: 0 + value: 65472 + diffusion: + overrideState: 0 + value: 7 + anamorphicRatio: + overrideState: 0 + value: 0 + color: + overrideState: 0 + value: {r: 1, g: 1, b: 1, a: 1} + fastMode: + overrideState: 0 + value: 0 + dirtTexture: + overrideState: 0 + value: {fileID: 0} + defaultState: 1 + dirtIntensity: + overrideState: 0 + value: 0 diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Demo_Profiles/Post-Process Profile.asset.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Demo_Profiles/Post-Process Profile.asset.meta new file mode 100644 index 0000000..373903c --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Demo_Profiles/Post-Process Profile.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4a5c603e3116f4e4c865b67bb354ca45 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Lighting Settings.lighting b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Lighting Settings.lighting new file mode 100644 index 0000000..8824175 --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Lighting Settings.lighting @@ -0,0 +1,63 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!850595691 &4890085278179872738 +LightingSettings: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Lighting Settings + serializedVersion: 3 + m_GIWorkflowMode: 1 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_RealtimeEnvironmentLighting: 1 + m_BounceScale: 1 + m_AlbedoBoost: 1 + m_IndirectOutputScale: 1 + m_UsingShadowmask: 1 + m_BakeBackend: 1 + m_LightmapMaxSize: 1024 + m_BakeResolution: 40 + m_Padding: 2 + m_TextureCompression: 1 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAO: 0 + m_MixedBakeMode: 2 + m_LightmapsBakeMode: 1 + m_FilterMode: 1 + m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0} + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_RealtimeResolution: 2 + m_ForceWhiteAlbedo: 0 + m_ForceUpdates: 0 + m_FinalGather: 0 + m_FinalGatherRayCount: 256 + m_FinalGatherFiltering: 1 + m_PVRCulling: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 512 + m_PVREnvironmentSampleCount: 256 + m_PVREnvironmentReferencePointCount: 2048 + m_LightProbeSampleCountMultiplier: 4 + m_PVRBounces: 2 + m_PVRMinBounces: 1 + m_PVREnvironmentMIS: 1 + m_PVRFilteringMode: 1 + m_PVRDenoiserTypeDirect: 1 + m_PVRDenoiserTypeIndirect: 1 + m_PVRDenoiserTypeAO: 1 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 diff --git a/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Lighting Settings.lighting.meta b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Lighting Settings.lighting.meta new file mode 100644 index 0000000..07b417c --- /dev/null +++ b/SSLR/Assets/UnityAssetStoreThings/makemakex/Maker_Tool_Set_DIY_Crafting_Tools/Scene/Lighting Settings.lighting.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 30eee6b616fa6094087a9ce4d8dad83b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4890085278179872738 + userData: + assetBundleName: + assetBundleVariant: