From e375769bd940d5a37c3595e65e48c271fcd107b6 Mon Sep 17 00:00:00 2001 From: Legonzaur Date: Wed, 18 Jan 2023 16:52:52 +0100 Subject: [PATCH] add occlusion maps --- Assets/Materials/Blatt.mat | 81 +++++++ Assets/Materials/Blatt.mat.meta | 8 + Assets/Materials/Environment/Prises.mat | 6 +- Assets/Materials/Material 1.mat | 2 +- Assets/Materials/Material 2.mat | 81 +++++++ Assets/Materials/Material 2.mat.meta | 8 + Assets/Materials/Ultimaker.mat | 9 +- Assets/Models/Blender/Indoor_plant.blend.meta | 12 +- Assets/Models/prises_12 Variant 1.prefab | 63 +++++ ...b.meta => prises_12 Variant 1.prefab.meta} | 2 +- Assets/Models/prises_12 Variant.prefab | 97 -------- Assets/Scenes/FabLab/FabLab.unity | 217 +++++++----------- Assets/Texture/Circuitboard_Occlusion.png | 3 + .../Texture/Circuitboard_Occlusion.png.meta | 123 ++++++++++ Assets/Texture/Plant_Occlusion.png | 3 + Assets/Texture/Plant_Occlusion.png.meta | 123 ++++++++++ Assets/Texture/Pot_Occlusion.png | 3 + Assets/Texture/Pot_Occlusion.png.meta | 123 ++++++++++ Assets/Texture/Ultimaker_occlusion.png | 3 + Assets/Texture/Ultimaker_occlusion.png.meta | 123 ++++++++++ 20 files changed, 853 insertions(+), 237 deletions(-) create mode 100644 Assets/Materials/Blatt.mat create mode 100644 Assets/Materials/Blatt.mat.meta create mode 100644 Assets/Materials/Material 2.mat create mode 100644 Assets/Materials/Material 2.mat.meta create mode 100644 Assets/Models/prises_12 Variant 1.prefab rename Assets/Models/{prises_12 Variant.prefab.meta => prises_12 Variant 1.prefab.meta} (74%) delete mode 100644 Assets/Models/prises_12 Variant.prefab create mode 100644 Assets/Texture/Circuitboard_Occlusion.png create mode 100644 Assets/Texture/Circuitboard_Occlusion.png.meta create mode 100644 Assets/Texture/Plant_Occlusion.png create mode 100644 Assets/Texture/Plant_Occlusion.png.meta create mode 100644 Assets/Texture/Pot_Occlusion.png create mode 100644 Assets/Texture/Pot_Occlusion.png.meta create mode 100644 Assets/Texture/Ultimaker_occlusion.png create mode 100644 Assets/Texture/Ultimaker_occlusion.png.meta diff --git a/Assets/Materials/Blatt.mat b/Assets/Materials/Blatt.mat new file mode 100644 index 0000000..18cc2ff --- /dev/null +++ b/Assets/Materials/Blatt.mat @@ -0,0 +1,81 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Blatt + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: + - _NORMALMAP + m_InvalidKeywords: [] + 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: 7f8a6c32d566d437a92532f2486d3a9a, 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: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: abfcca803c90598f6a833f5cdff697d4, 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: 2800000, guid: bac0648176894df43ad96f883ef0a7dc, type: 3} + 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_Ints: [] + 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/Assets/Materials/Blatt.mat.meta b/Assets/Materials/Blatt.mat.meta new file mode 100644 index 0000000..8c66e74 --- /dev/null +++ b/Assets/Materials/Blatt.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6fe8f072456f4ed47938896ac738c61c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/Environment/Prises.mat b/Assets/Materials/Environment/Prises.mat index f1f3113..011189f 100644 --- a/Assets/Materials/Environment/Prises.mat +++ b/Assets/Materials/Environment/Prises.mat @@ -42,15 +42,15 @@ Material: m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MainTex: - m_Texture: {fileID: 2800000, guid: 42be5b382f1f98b42b3c72b4424293c9, type: 3} + m_Texture: {fileID: 2800000, guid: 482b1529430b52d4a91b24ff348443ed, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: aa303ab914cfce7498ac26155eae9c90, type: 3} + m_Texture: {fileID: 2800000, guid: f512a1bb22797484881cfda83c6c5439, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _OcclusionMap: - m_Texture: {fileID: 2800000, guid: e1bd55c2f6156464496e0cdacc1f6f7f, type: 3} + m_Texture: {fileID: 2800000, guid: 629deea292961e64fac069fd693ca000, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _ParallaxMap: diff --git a/Assets/Materials/Material 1.mat b/Assets/Materials/Material 1.mat index 5b2107d..862366d 100644 --- a/Assets/Materials/Material 1.mat +++ b/Assets/Materials/Material 1.mat @@ -50,7 +50,7 @@ Material: m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _OcclusionMap: - m_Texture: {fileID: 0} + m_Texture: {fileID: 2800000, guid: ef9c5573265abac4fbe691e4c7daea7f, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _ParallaxMap: diff --git a/Assets/Materials/Material 2.mat b/Assets/Materials/Material 2.mat new file mode 100644 index 0000000..1a93246 --- /dev/null +++ b/Assets/Materials/Material 2.mat @@ -0,0 +1,81 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Material 2 + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: + - _NORMALMAP + m_InvalidKeywords: [] + 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: baf0b5bfde201bad39e4e7fd3319b820, 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: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: b2a2ec834f9740205b5376c33a4fd82b, 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: 2800000, guid: 90a94831c54b1d94c809633460b7cd23, type: 3} + 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_Ints: [] + 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/Assets/Materials/Material 2.mat.meta b/Assets/Materials/Material 2.mat.meta new file mode 100644 index 0000000..89e96e8 --- /dev/null +++ b/Assets/Materials/Material 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 611458fe3dc6d76488ae4a08c7fe2168 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/Ultimaker.mat b/Assets/Materials/Ultimaker.mat index 752225a..5bf7d86 100644 --- a/Assets/Materials/Ultimaker.mat +++ b/Assets/Materials/Ultimaker.mat @@ -2,14 +2,15 @@ %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: - serializedVersion: 6 + serializedVersion: 8 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Ultimaker m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} - m_ShaderKeywords: + m_ValidKeywords: [] + m_InvalidKeywords: [] m_LightmapFlags: 4 m_EnableInstancingVariants: 0 m_DoubleSidedGI: 0 @@ -48,13 +49,14 @@ Material: m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _OcclusionMap: - m_Texture: {fileID: 0} + m_Texture: {fileID: 2800000, guid: 3f329616a16a9b54bb92813ac2048319, type: 3} 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_Ints: [] m_Floats: - _BumpScale: 1 - _Cutoff: 0.5 @@ -75,3 +77,4 @@ Material: 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/Assets/Models/Blender/Indoor_plant.blend.meta b/Assets/Models/Blender/Indoor_plant.blend.meta index 66554ef..151e8af 100644 --- a/Assets/Models/Blender/Indoor_plant.blend.meta +++ b/Assets/Models/Blender/Indoor_plant.blend.meta @@ -3,7 +3,17 @@ guid: d8a039318f27391cdb025c7bd542c092 ModelImporter: serializedVersion: 21300 internalIDToNameTable: [] - externalObjects: {} + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Blatt + second: {fileID: 2100000, guid: 6fe8f072456f4ed47938896ac738c61c, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Material + second: {fileID: 2100000, guid: 611458fe3dc6d76488ae4a08c7fe2168, type: 2} materials: materialImportMode: 2 materialName: 0 diff --git a/Assets/Models/prises_12 Variant 1.prefab b/Assets/Models/prises_12 Variant 1.prefab new file mode 100644 index 0000000..f28a5aa --- /dev/null +++ b/Assets/Models/prises_12 Variant 1.prefab @@ -0,0 +1,63 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &6587971456965902946 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: c4bc9709ddd4c084bb149cd4b8d93914, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c4bc9709ddd4c084bb149cd4b8d93914, type: 3} + propertyPath: m_LocalPosition.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c4bc9709ddd4c084bb149cd4b8d93914, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c4bc9709ddd4c084bb149cd4b8d93914, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c4bc9709ddd4c084bb149cd4b8d93914, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071067 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c4bc9709ddd4c084bb149cd4b8d93914, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c4bc9709ddd4c084bb149cd4b8d93914, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c4bc9709ddd4c084bb149cd4b8d93914, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c4bc9709ddd4c084bb149cd4b8d93914, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c4bc9709ddd4c084bb149cd4b8d93914, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c4bc9709ddd4c084bb149cd4b8d93914, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: c4bc9709ddd4c084bb149cd4b8d93914, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 6de1a72ff651b264ebb6757e18797524, type: 2} + - target: {fileID: 919132149155446097, guid: c4bc9709ddd4c084bb149cd4b8d93914, type: 3} + propertyPath: m_Name + value: prises_12 Variant 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c4bc9709ddd4c084bb149cd4b8d93914, type: 3} diff --git a/Assets/Models/prises_12 Variant.prefab.meta b/Assets/Models/prises_12 Variant 1.prefab.meta similarity index 74% rename from Assets/Models/prises_12 Variant.prefab.meta rename to Assets/Models/prises_12 Variant 1.prefab.meta index 985a2b1..c117f4b 100644 --- a/Assets/Models/prises_12 Variant.prefab.meta +++ b/Assets/Models/prises_12 Variant 1.prefab.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: f494ea85b1685cb43b8956b1a1ccaaa2 +guid: f4664e62a3f09ce4894b51aeb60470bd PrefabImporter: externalObjects: {} userData: diff --git a/Assets/Models/prises_12 Variant.prefab b/Assets/Models/prises_12 Variant.prefab deleted file mode 100644 index 066414b..0000000 --- a/Assets/Models/prises_12 Variant.prefab +++ /dev/null @@ -1,97 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1001 &8424642876386289158 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 0} - m_Modifications: - - target: {fileID: -8679921383154817045, guid: 53cb2d1a2f0c7c0468ba87eba075cd9a, type: 3} - propertyPath: m_RootOrder - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 53cb2d1a2f0c7c0468ba87eba075cd9a, type: 3} - propertyPath: m_LocalScale.x - value: 0.045406 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 53cb2d1a2f0c7c0468ba87eba075cd9a, type: 3} - propertyPath: m_LocalScale.y - value: 0.045406 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 53cb2d1a2f0c7c0468ba87eba075cd9a, type: 3} - propertyPath: m_LocalScale.z - value: 0.045406 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 53cb2d1a2f0c7c0468ba87eba075cd9a, type: 3} - propertyPath: m_LocalPosition.x - value: 4.3833137 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 53cb2d1a2f0c7c0468ba87eba075cd9a, type: 3} - propertyPath: m_LocalPosition.y - value: 1.01 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 53cb2d1a2f0c7c0468ba87eba075cd9a, type: 3} - propertyPath: m_LocalPosition.z - value: 2.523235 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 53cb2d1a2f0c7c0468ba87eba075cd9a, type: 3} - propertyPath: m_LocalRotation.w - value: 0.7071068 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 53cb2d1a2f0c7c0468ba87eba075cd9a, type: 3} - propertyPath: m_LocalRotation.x - value: -0.7071068 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 53cb2d1a2f0c7c0468ba87eba075cd9a, type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 53cb2d1a2f0c7c0468ba87eba075cd9a, type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 53cb2d1a2f0c7c0468ba87eba075cd9a, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: -90 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 53cb2d1a2f0c7c0468ba87eba075cd9a, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -8679921383154817045, guid: 53cb2d1a2f0c7c0468ba87eba075cd9a, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: -7511558181221131132, guid: 53cb2d1a2f0c7c0468ba87eba075cd9a, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 2100000, guid: 6de1a72ff651b264ebb6757e18797524, type: 2} - - target: {fileID: 919132149155446097, guid: 53cb2d1a2f0c7c0468ba87eba075cd9a, type: 3} - propertyPath: m_Name - value: prises_12 Variant - objectReference: {fileID: 0} - - target: {fileID: 919132149155446097, guid: 53cb2d1a2f0c7c0468ba87eba075cd9a, type: 3} - propertyPath: m_StaticEditorFlags - value: 2147483647 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 53cb2d1a2f0c7c0468ba87eba075cd9a, type: 3} ---- !u!1 &8659069540560968535 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 919132149155446097, guid: 53cb2d1a2f0c7c0468ba87eba075cd9a, type: 3} - m_PrefabInstance: {fileID: 8424642876386289158} - m_PrefabAsset: {fileID: 0} ---- !u!65 &5569419538991485710 -BoxCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8659069540560968535} - m_Material: {fileID: 0} - m_IsTrigger: 0 - m_Enabled: 1 - serializedVersion: 2 - m_Size: {x: 240, y: 2.1047657, z: 4.0000005} - m_Center: {x: -110, y: 0.052382655, z: 0} diff --git a/Assets/Scenes/FabLab/FabLab.unity b/Assets/Scenes/FabLab/FabLab.unity index 5029af7..f758f62 100644 --- a/Assets/Scenes/FabLab/FabLab.unity +++ b/Assets/Scenes/FabLab/FabLab.unity @@ -2289,6 +2289,75 @@ BoxCollider: serializedVersion: 2 m_Size: {x: 1.0000042, y: 13.999998, z: 9} m_Center: {x: 0.49999774, y: 6.0007696, z: -3.5} +--- !u!1001 &60326085 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 6317500189218225971, guid: f4664e62a3f09ce4894b51aeb60470bd, type: 3} + propertyPath: m_Name + value: prises_12 Variant 1 + objectReference: {fileID: 0} + - target: {fileID: 6694482510281237897, guid: f4664e62a3f09ce4894b51aeb60470bd, type: 3} + propertyPath: m_RootOrder + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6694482510281237897, guid: f4664e62a3f09ce4894b51aeb60470bd, type: 3} + propertyPath: m_LocalScale.x + value: 0.045406 + objectReference: {fileID: 0} + - target: {fileID: 6694482510281237897, guid: f4664e62a3f09ce4894b51aeb60470bd, type: 3} + propertyPath: m_LocalScale.y + value: 0.045406 + objectReference: {fileID: 0} + - target: {fileID: 6694482510281237897, guid: f4664e62a3f09ce4894b51aeb60470bd, type: 3} + propertyPath: m_LocalScale.z + value: 0.045406 + objectReference: {fileID: 0} + - target: {fileID: 6694482510281237897, guid: f4664e62a3f09ce4894b51aeb60470bd, type: 3} + propertyPath: m_LocalPosition.x + value: 5.178 + objectReference: {fileID: 0} + - target: {fileID: 6694482510281237897, guid: f4664e62a3f09ce4894b51aeb60470bd, type: 3} + propertyPath: m_LocalPosition.y + value: 1.087 + objectReference: {fileID: 0} + - target: {fileID: 6694482510281237897, guid: f4664e62a3f09ce4894b51aeb60470bd, type: 3} + propertyPath: m_LocalPosition.z + value: 3.454 + objectReference: {fileID: 0} + - target: {fileID: 6694482510281237897, guid: f4664e62a3f09ce4894b51aeb60470bd, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071067 + objectReference: {fileID: 0} + - target: {fileID: 6694482510281237897, guid: f4664e62a3f09ce4894b51aeb60470bd, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6694482510281237897, guid: f4664e62a3f09ce4894b51aeb60470bd, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6694482510281237897, guid: f4664e62a3f09ce4894b51aeb60470bd, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6694482510281237897, guid: f4664e62a3f09ce4894b51aeb60470bd, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6694482510281237897, guid: f4664e62a3f09ce4894b51aeb60470bd, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6694482510281237897, guid: f4664e62a3f09ce4894b51aeb60470bd, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f4664e62a3f09ce4894b51aeb60470bd, type: 3} --- !u!1001 &106737815 PrefabInstance: m_ObjectHideFlags: 0 @@ -2515,7 +2584,7 @@ Transform: - {fileID: 1378541949} - {fileID: 363747407} m_Father: {fileID: 0} - m_RootOrder: 12 + m_RootOrder: 10 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &193352389 PrefabInstance: @@ -2941,7 +3010,7 @@ PrefabInstance: m_Modifications: - target: {fileID: -8679921383154817045, guid: d8a039318f27391cdb025c7bd542c092, type: 3} propertyPath: m_RootOrder - value: 17 + value: 15 objectReference: {fileID: 0} - target: {fileID: -8679921383154817045, guid: d8a039318f27391cdb025c7bd542c092, type: 3} propertyPath: m_LocalPosition.x @@ -3845,7 +3914,7 @@ Transform: - {fileID: 1288997560} - {fileID: 132577122} m_Father: {fileID: 0} - m_RootOrder: 14 + m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &466555361 GameObject: @@ -4156,63 +4225,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 3674349604157782260, guid: b4f1c52a4d9acc94da08e9006d9fd5e0, type: 3} m_PrefabInstance: {fileID: 472164267} m_PrefabAsset: {fileID: 0} ---- !u!1001 &473550257 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 0} - m_Modifications: - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_RootOrder - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_LocalPosition.x - value: -5.115 - objectReference: {fileID: 0} - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_LocalPosition.y - value: 1.094 - objectReference: {fileID: 0} - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_LocalPosition.z - value: -3.453 - objectReference: {fileID: 0} - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_LocalRotation.w - value: -0.000000007450581 - objectReference: {fileID: 0} - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_LocalRotation.x - value: -0.00000000774754 - objectReference: {fileID: 0} - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_LocalRotation.y - value: 0.7071069 - objectReference: {fileID: 0} - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_LocalRotation.z - value: 0.70710677 - objectReference: {fileID: 0} - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: -90 - objectReference: {fileID: 0} - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 180 - objectReference: {fileID: 0} - - target: {fileID: 8659069540560968535, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_Name - value: prises_12 Variant - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} --- !u!1001 &527112787 PrefabInstance: m_ObjectHideFlags: 0 @@ -5204,7 +5216,7 @@ PrefabInstance: m_Modifications: - target: {fileID: -8679921383154817045, guid: d8a039318f27391cdb025c7bd542c092, type: 3} propertyPath: m_RootOrder - value: 19 + value: 17 objectReference: {fileID: 0} - target: {fileID: -8679921383154817045, guid: d8a039318f27391cdb025c7bd542c092, type: 3} propertyPath: m_LocalPosition.x @@ -5646,7 +5658,7 @@ PrefabInstance: m_Modifications: - target: {fileID: -8679921383154817045, guid: d8a039318f27391cdb025c7bd542c092, type: 3} propertyPath: m_RootOrder - value: 4 + value: 2 objectReference: {fileID: 0} - target: {fileID: -8679921383154817045, guid: d8a039318f27391cdb025c7bd542c092, type: 3} propertyPath: m_LocalPosition.x @@ -6572,7 +6584,7 @@ Transform: - {fileID: 2128333932} - {fileID: 197140882} m_Father: {fileID: 0} - m_RootOrder: 9 + m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &815680570 PrefabInstance: @@ -7387,7 +7399,7 @@ Transform: - {fileID: 193352390} - {fileID: 1967593823} m_Father: {fileID: 0} - m_RootOrder: 10 + m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &933062237 PrefabInstance: @@ -7484,7 +7496,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 2996515769384266075, guid: fa4ac501e4c6a288483bbfa0e81e97f6, type: 3} propertyPath: m_RootOrder - value: 15 + value: 13 objectReference: {fileID: 0} - target: {fileID: 2996515769384266075, guid: fa4ac501e4c6a288483bbfa0e81e97f6, type: 3} propertyPath: m_LocalPosition.x @@ -8064,7 +8076,7 @@ Transform: - {fileID: 1557224834} - {fileID: 133861093} m_Father: {fileID: 0} - m_RootOrder: 7 + m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &1180503447 PrefabInstance: @@ -8293,7 +8305,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 447954, guid: dc06161b6d97feb419f45f03b62e14b9, type: 3} propertyPath: m_RootOrder - value: 5 + value: 3 objectReference: {fileID: 0} - target: {fileID: 447954, guid: dc06161b6d97feb419f45f03b62e14b9, type: 3} propertyPath: m_LocalPosition.x @@ -8593,7 +8605,7 @@ PrefabInstance: m_Modifications: - target: {fileID: -8679921383154817045, guid: d8a039318f27391cdb025c7bd542c092, type: 3} propertyPath: m_RootOrder - value: 3 + value: 1 objectReference: {fileID: 0} - target: {fileID: -8679921383154817045, guid: d8a039318f27391cdb025c7bd542c092, type: 3} propertyPath: m_LocalPosition.x @@ -9043,7 +9055,7 @@ Transform: - {fileID: 1620530528} - {fileID: 788326936} m_Father: {fileID: 0} - m_RootOrder: 11 + m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1557224832 GameObject: @@ -9275,7 +9287,7 @@ Transform: - {fileID: 815680571} - {fileID: 2061626855} m_Father: {fileID: 0} - m_RootOrder: 13 + m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &1695254330 PrefabInstance: @@ -9382,7 +9394,7 @@ Transform: - {fileID: 1695254331} - {fileID: 1180503448} m_Father: {fileID: 0} - m_RootOrder: 8 + m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &1727196003 PrefabInstance: @@ -9475,7 +9487,7 @@ PrefabInstance: m_Modifications: - target: {fileID: -8679921383154817045, guid: d8a039318f27391cdb025c7bd542c092, type: 3} propertyPath: m_RootOrder - value: 18 + value: 16 objectReference: {fileID: 0} - target: {fileID: -8679921383154817045, guid: d8a039318f27391cdb025c7bd542c092, type: 3} propertyPath: m_LocalPosition.x @@ -9811,7 +9823,7 @@ PrefabInstance: m_Modifications: - target: {fileID: -8679921383154817045, guid: d8a039318f27391cdb025c7bd542c092, type: 3} propertyPath: m_RootOrder - value: 16 + value: 14 objectReference: {fileID: 0} - target: {fileID: -8679921383154817045, guid: d8a039318f27391cdb025c7bd542c092, type: 3} propertyPath: m_LocalPosition.x @@ -12974,7 +12986,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1527984575184472644, guid: 1805c511e7b7f0e49afb0651e27725b4, type: 3} propertyPath: m_RootOrder - value: 6 + value: 4 objectReference: {fileID: 0} - target: {fileID: 1527984575184472644, guid: 1805c511e7b7f0e49afb0651e27725b4, type: 3} propertyPath: m_LocalPosition.x @@ -13038,63 +13050,6 @@ PrefabInstance: objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 1805c511e7b7f0e49afb0651e27725b4, type: 3} ---- !u!1001 &6959955265413685872 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 0} - m_Modifications: - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_RootOrder - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_LocalPosition.x - value: 5.44 - objectReference: {fileID: 0} - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_LocalPosition.y - value: 1.092 - objectReference: {fileID: 0} - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_LocalPosition.z - value: 3.453 - objectReference: {fileID: 0} - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_LocalRotation.w - value: 0.7071067 - objectReference: {fileID: 0} - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_LocalRotation.x - value: -0.7071068 - objectReference: {fileID: 0} - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8313892792006525421, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8659069540560968535, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} - propertyPath: m_Name - value: prises_12 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: f494ea85b1685cb43b8956b1a1ccaaa2, type: 3} --- !u!1001 &7278954555104977257 PrefabInstance: m_ObjectHideFlags: 0 diff --git a/Assets/Texture/Circuitboard_Occlusion.png b/Assets/Texture/Circuitboard_Occlusion.png new file mode 100644 index 0000000..68b2ef3 --- /dev/null +++ b/Assets/Texture/Circuitboard_Occlusion.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c837efe12f2a62e581a9484d3fde2e8d9d5fff7a3d82deab63ce85774904bdf8 +size 810074 diff --git a/Assets/Texture/Circuitboard_Occlusion.png.meta b/Assets/Texture/Circuitboard_Occlusion.png.meta new file mode 100644 index 0000000..8b5c95d --- /dev/null +++ b/Assets/Texture/Circuitboard_Occlusion.png.meta @@ -0,0 +1,123 @@ +fileFormatVersion: 2 +guid: ef9c5573265abac4fbe691e4c7daea7f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + ignoreMasterTextureLimit: 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 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Texture/Plant_Occlusion.png b/Assets/Texture/Plant_Occlusion.png new file mode 100644 index 0000000..09479e2 --- /dev/null +++ b/Assets/Texture/Plant_Occlusion.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02fca9ef91a6f856b61800e7026073fe58dcd9edc3d83080fa8fa4593fd604b0 +size 324372 diff --git a/Assets/Texture/Plant_Occlusion.png.meta b/Assets/Texture/Plant_Occlusion.png.meta new file mode 100644 index 0000000..ad50b64 --- /dev/null +++ b/Assets/Texture/Plant_Occlusion.png.meta @@ -0,0 +1,123 @@ +fileFormatVersion: 2 +guid: bac0648176894df43ad96f883ef0a7dc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + ignoreMasterTextureLimit: 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 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Texture/Pot_Occlusion.png b/Assets/Texture/Pot_Occlusion.png new file mode 100644 index 0000000..7f6c5ef --- /dev/null +++ b/Assets/Texture/Pot_Occlusion.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4e0145758905114c5e33bd3eaacc9399d6079275461e72cae2ad036e8146dc +size 691364 diff --git a/Assets/Texture/Pot_Occlusion.png.meta b/Assets/Texture/Pot_Occlusion.png.meta new file mode 100644 index 0000000..f2caa41 --- /dev/null +++ b/Assets/Texture/Pot_Occlusion.png.meta @@ -0,0 +1,123 @@ +fileFormatVersion: 2 +guid: 90a94831c54b1d94c809633460b7cd23 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + ignoreMasterTextureLimit: 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 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Texture/Ultimaker_occlusion.png b/Assets/Texture/Ultimaker_occlusion.png new file mode 100644 index 0000000..edafb9b --- /dev/null +++ b/Assets/Texture/Ultimaker_occlusion.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e85a99d6cb6b820c90cb1ed768ab7417e69e47317f3d9e77e8795465948e4f7 +size 505463 diff --git a/Assets/Texture/Ultimaker_occlusion.png.meta b/Assets/Texture/Ultimaker_occlusion.png.meta new file mode 100644 index 0000000..b60b4ee --- /dev/null +++ b/Assets/Texture/Ultimaker_occlusion.png.meta @@ -0,0 +1,123 @@ +fileFormatVersion: 2 +guid: 3f329616a16a9b54bb92813ac2048319 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + ignoreMasterTextureLimit: 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 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: