From 5c5996dc738e0f6c71e37913fccd76510f631300 Mon Sep 17 00:00:00 2001 From: hho210 Date: Thu, 31 Jul 2025 18:45:38 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A0=88=EC=8A=A4=ED=86=A0=EB=9E=91=20?= =?UTF-8?q?=ED=94=84=EB=9E=8D=20=EC=9E=91=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Common/Shaders/LitEnvironment.shadergraph | 34 +- .../Environments/Props/Lantern.meta | 8 + .../Environments/Props/Lantern/Lantern.mat | 152 +++ .../Props/Lantern/Lantern.mat.meta | 8 + .../Environments/Props/Lantern/Lantern01.png | 3 + .../Props/Lantern/Lantern01.png.meta | 143 +++ .../Environments/Props/Lantern/Lantern02.png | 3 + .../Props/Lantern/Lantern02.png.meta | 143 +++ .../Environments/Props/Prop_Lantern.prefab | 63 + .../Props/Prop_Lantern.prefab.meta | 7 + .../Environments/Props/Prop_Rum.prefab | 63 + .../Environments/Props/Prop_Rum.prefab.meta | 7 + .../Environments/Props/Prop_RumBarrel.prefab | 63 + .../Props/Prop_RumBarrel.prefab.meta | 7 + .../Props/Prop_WallColumn01.prefab | 63 + .../Props/Prop_WallColumn01.prefab.meta | 7 + .../Environments/Props/Prop_Window2.prefab | 63 + .../Props/Prop_Window2.prefab.meta | 7 + .../Restaurant/Environments/Props/Rum.meta | 8 + .../Restaurant/Environments/Props/Rum/Rum.mat | 151 +++ .../Environments/Props/Rum/Rum.mat.meta | 8 + .../Restaurant/Environments/Props/Rum/Rum.png | 3 + .../Environments/Props/Rum/Rum.png.meta | 143 +++ .../Environments/Props/RumBarrel.meta | 8 + .../Props/RumBarrel/Rumbarrel.mat | 151 +++ .../Props/RumBarrel/Rumbarrel.mat.meta | 8 + .../Props/RumBarrel/Rumbarrel.png | 3 + .../Props/RumBarrel/Rumbarrel.png.meta | 143 +++ .../Environments/Props/WallColumn01.meta | 8 + .../Props/WallColumn01/WallColumn01.mat | 151 +++ .../Props/WallColumn01/WallColumn01.mat.meta | 8 + .../Props/WallColumn01/WallColumn01.png | 3 + .../Props/WallColumn01/WallColumn01.png.meta | 143 +++ .../Environments/Props/Window2.meta | 8 + .../Environments/Props/Window2/Window2.mat | 151 +++ .../Props/Window2/Window2.mat.meta | 8 + .../Environments/Props/Window2/Window2.png | 3 + .../Props/Window2/Window2.png.meta | 143 +++ .../Tiles/Wall/BackgroundWall.mat | 2 +- .../Environments/Walls/Door/Door.mat | 7 +- .../RestaurantManagementUi.spriteatlasv2.meta | 12 +- .../_Addressables/Scenes/Restaurant.unity | 1022 +++++++++++++---- .../RestaurantProps.spriteatlasv2.meta | 12 +- .../Ui/Common.spriteatlasv2.meta | 12 +- .../Ui/Drinks.spriteatlasv2.meta | 12 +- .../_Addressables/Ui/Foods.spriteatlasv2.meta | 12 +- .../Ui/Ingredients.spriteatlasv2.meta | 12 +- 47 files changed, 2926 insertions(+), 273 deletions(-) create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Lantern.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern.mat create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern.mat.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern01.png create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern01.png.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern02.png create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern02.png.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Prop_Lantern.prefab create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Prop_Lantern.prefab.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Prop_Rum.prefab create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Prop_Rum.prefab.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Prop_RumBarrel.prefab create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Prop_RumBarrel.prefab.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Prop_WallColumn01.prefab create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Prop_WallColumn01.prefab.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Prop_Window2.prefab create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Prop_Window2.prefab.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Rum.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Rum/Rum.mat create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Rum/Rum.mat.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Rum/Rum.png create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Rum/Rum.png.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/RumBarrel.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/RumBarrel/Rumbarrel.mat create mode 100644 Assets/_DDD/Restaurant/Environments/Props/RumBarrel/Rumbarrel.mat.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/RumBarrel/Rumbarrel.png create mode 100644 Assets/_DDD/Restaurant/Environments/Props/RumBarrel/Rumbarrel.png.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/WallColumn01.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/WallColumn01/WallColumn01.mat create mode 100644 Assets/_DDD/Restaurant/Environments/Props/WallColumn01/WallColumn01.mat.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/WallColumn01/WallColumn01.png create mode 100644 Assets/_DDD/Restaurant/Environments/Props/WallColumn01/WallColumn01.png.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Window2.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Window2/Window2.mat create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Window2/Window2.mat.meta create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Window2/Window2.png create mode 100644 Assets/_DDD/Restaurant/Environments/Props/Window2/Window2.png.meta diff --git a/Assets/_DDD/Common/Shaders/LitEnvironment.shadergraph b/Assets/_DDD/Common/Shaders/LitEnvironment.shadergraph index 1f9260832..4e5acbda3 100644 --- a/Assets/_DDD/Common/Shaders/LitEnvironment.shadergraph +++ b/Assets/_DDD/Common/Shaders/LitEnvironment.shadergraph @@ -1327,7 +1327,7 @@ "m_ObjectId": "0a13e827cdfd469e87dda752ac9ed76a", "m_Title": "NormalMap", "m_Position": { - "x": -732.0, + "x": -731.9998779296875, "y": -1098.0 } } @@ -1633,8 +1633,8 @@ "m_ObjectId": "154903d6ba5f4a7da672a744455a8d92", "m_Title": "Parallax", "m_Position": { - "x": -2503.000244140625, - "y": -865.0000610351563 + "x": -2502.999755859375, + "y": -865.0 } } @@ -1904,7 +1904,7 @@ "m_ZWriteControl": 0, "m_AlphaMode": 0, "m_RenderFace": 2, - "m_AlphaClip": false, + "m_AlphaClip": true, "m_CastShadows": true, "m_ReceiveShadows": true, "m_DisableTint": false, @@ -2282,8 +2282,8 @@ "m_ObjectId": "30eb404d377b4ee995f488277ff0881a", "m_Title": "Emission", "m_Position": { - "x": -307.0, - "y": 119.00022888183594 + "x": -306.9999694824219, + "y": 118.9998779296875 } } @@ -2375,7 +2375,7 @@ "m_ObjectId": "3923201a51e041c9a8a1c2dad2fbf086", "m_Title": "Maps", "m_Position": { - "x": -1007.000244140625, + "x": -1006.9998779296875, "y": -682.0 } } @@ -3053,7 +3053,7 @@ "m_ObjectId": "5e93511e3b064f71b54a63214c2b625c", "m_Title": "Main UVs", "m_Position": { - "x": -2344.000244140625, + "x": -2343.999755859375, "y": -617.0 } } @@ -3401,8 +3401,8 @@ "m_ObjectId": "7062b1d5057b4266b6f536a6c9279cea", "m_Title": "Smoothness", "m_Position": { - "x": -142.000244140625, - "y": -120.99999237060547 + "x": -141.9998779296875, + "y": -121.00004577636719 } } @@ -3989,8 +3989,8 @@ "m_ObjectId": "840e4948a2894ca1bd6c9e7e0d9bf623", "m_Title": "Metallic", "m_Position": { - "x": -145.0, - "y": -657.0001220703125 + "x": -145.00001525878907, + "y": -657.0000610351563 } } @@ -4688,7 +4688,7 @@ "m_Title": "BaseColor", "m_Position": { "x": -589.0, - "y": -1434.0001220703125 + "y": -1434.0 } } @@ -4936,8 +4936,8 @@ "m_ObjectId": "b4ab1432e21d4fdcadb52c542f96596b", "m_Title": "Occlusion", "m_Position": { - "x": -150.0, - "y": -425.0001220703125 + "x": -149.99986267089845, + "y": -425.0 } } @@ -5334,8 +5334,8 @@ "m_ObjectId": "c5fa6721aa814cd3b24fca69c6e5c5fa", "m_Title": "UV", "m_Position": { - "x": -1660.000244140625, - "y": -817.0000610351563 + "x": -1659.999755859375, + "y": -817.0 } } diff --git a/Assets/_DDD/Restaurant/Environments/Props/Lantern.meta b/Assets/_DDD/Restaurant/Environments/Props/Lantern.meta new file mode 100644 index 000000000..26c50f4dd --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Lantern.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c6e8772eb4a32454db1ee4784f15231b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern.mat b/Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern.mat new file mode 100644 index 000000000..f2bffed26 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern.mat @@ -0,0 +1,152 @@ +%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: Lantern + m_Shader: {fileID: -6465566751694194690, guid: 6548a20ac111c4a9c80cb95ed6c4c5a0, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _EMISSION + - _METALLICSPECGLOSSMAP + - _NORMALMAP + - _OCCLUSIONMAP + - _PARALLAXMAP + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2450 + stringTagMap: + RenderType: TransparentCutout + disabledShaderPasses: + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: e108a38956f0caa43a1e8351a58124fe, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 2800000, guid: ee254bd1823d89c409fe9a653e8be3f0, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaToMask: 1 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _CastShadows: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EMISSION: 1 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _METALLICSPECGLOSSMAP: 1 + - _Metallic: 0 + - _NORMALMAP: 1 + - _OCCLUSIONMAP: 1 + - _OcclusionStrength: 1 + - _PARALLAXMAP: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _WorkflowMode: 1 + - _XRMotionVectorsPass: 1 + - _ZTest: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 21.48271, b: 12.516014, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3673244465086240372 +MonoBehaviour: + m_ObjectHideFlags: 11 + 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: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 9 diff --git a/Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern.mat.meta b/Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern.mat.meta new file mode 100644 index 000000000..af0b9d186 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f900123d200914d4a90b322a9161183a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern01.png b/Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern01.png new file mode 100644 index 000000000..7e84a540a --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9288419bd80bf79474c5a5ecffb6fbe6cf7fec687b4920d4e91db213b8d426a +size 54141 diff --git a/Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern01.png.meta b/Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern01.png.meta new file mode 100644 index 000000000..8076c791e --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern01.png.meta @@ -0,0 +1,143 @@ +fileFormatVersion: 2 +guid: e108a38956f0caa43a1e8351a58124fe +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 4 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: WindowsStoreApps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern02.png b/Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern02.png new file mode 100644 index 000000000..854ee2bed --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e332af6cc9c5e25e4770f67f9943c1e65fc9c1a81b5d771a004b19bf32be34ed +size 24717 diff --git a/Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern02.png.meta b/Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern02.png.meta new file mode 100644 index 000000000..0b9f8d91d --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Lantern/Lantern02.png.meta @@ -0,0 +1,143 @@ +fileFormatVersion: 2 +guid: ee254bd1823d89c409fe9a653e8be3f0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 4 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: WindowsStoreApps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/Prop_Lantern.prefab b/Assets/_DDD/Restaurant/Environments/Props/Prop_Lantern.prefab new file mode 100644 index 000000000..f503e791c --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Prop_Lantern.prefab @@ -0,0 +1,63 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &4777358697124966162 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4438924429928472453, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_Name + value: Prop_lantern + objectReference: {fileID: 0} + - target: {fileID: 8467019391491472137, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: f900123d200914d4a90b322a9161183a, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} diff --git a/Assets/_DDD/Restaurant/Environments/Props/Prop_Lantern.prefab.meta b/Assets/_DDD/Restaurant/Environments/Props/Prop_Lantern.prefab.meta new file mode 100644 index 000000000..e8d4c4f88 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Prop_Lantern.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a5076d85b870fad4c893a6ffb09dd356 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/Prop_Rum.prefab b/Assets/_DDD/Restaurant/Environments/Props/Prop_Rum.prefab new file mode 100644 index 000000000..0edfee695 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Prop_Rum.prefab @@ -0,0 +1,63 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &4777358697124966162 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4438924429928472453, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_Name + value: Prop_Rum + objectReference: {fileID: 0} + - target: {fileID: 8467019391491472137, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 878d701ee62775c44aebe37cbffdc195, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} diff --git a/Assets/_DDD/Restaurant/Environments/Props/Prop_Rum.prefab.meta b/Assets/_DDD/Restaurant/Environments/Props/Prop_Rum.prefab.meta new file mode 100644 index 000000000..fc568f50a --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Prop_Rum.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3c83ffd37e01a8a43ae9d7dc2e5ab180 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/Prop_RumBarrel.prefab b/Assets/_DDD/Restaurant/Environments/Props/Prop_RumBarrel.prefab new file mode 100644 index 000000000..aef898956 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Prop_RumBarrel.prefab @@ -0,0 +1,63 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &4777358697124966162 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4438924429928472453, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_Name + value: Prop_RumBarrel + objectReference: {fileID: 0} + - target: {fileID: 8467019391491472137, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 9c408af9e1c239947b295321f1a3332f, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} diff --git a/Assets/_DDD/Restaurant/Environments/Props/Prop_RumBarrel.prefab.meta b/Assets/_DDD/Restaurant/Environments/Props/Prop_RumBarrel.prefab.meta new file mode 100644 index 000000000..b7960f458 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Prop_RumBarrel.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1ef128dbba722ec48bfa4bf6b9ddbdcf +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/Prop_WallColumn01.prefab b/Assets/_DDD/Restaurant/Environments/Props/Prop_WallColumn01.prefab new file mode 100644 index 000000000..91c0314bd --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Prop_WallColumn01.prefab @@ -0,0 +1,63 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &4777358697124966162 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4438924429928472453, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_Name + value: Prop_WallColumn01 + objectReference: {fileID: 0} + - target: {fileID: 8467019391491472137, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 9f1f7773b8d4c2046a7fc6e4c01fa77b, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} diff --git a/Assets/_DDD/Restaurant/Environments/Props/Prop_WallColumn01.prefab.meta b/Assets/_DDD/Restaurant/Environments/Props/Prop_WallColumn01.prefab.meta new file mode 100644 index 000000000..806cab439 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Prop_WallColumn01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f9290b0e5bd91ad48bf4ba2b2de4af94 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/Prop_Window2.prefab b/Assets/_DDD/Restaurant/Environments/Props/Prop_Window2.prefab new file mode 100644 index 000000000..fb1ceb7f6 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Prop_Window2.prefab @@ -0,0 +1,63 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &4777358697124966162 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4438924429928472453, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: m_Name + value: Prop_Window2 + objectReference: {fileID: 0} + - target: {fileID: 8467019391491472137, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 8cea7110e384da64fa61d933b8e07dcb, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} diff --git a/Assets/_DDD/Restaurant/Environments/Props/Prop_Window2.prefab.meta b/Assets/_DDD/Restaurant/Environments/Props/Prop_Window2.prefab.meta new file mode 100644 index 000000000..ed6699fa6 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Prop_Window2.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3c87e3a8fbdc65542a1bb2761b7518c0 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/Rum.meta b/Assets/_DDD/Restaurant/Environments/Props/Rum.meta new file mode 100644 index 000000000..029e2a455 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Rum.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b6fccded294ddf74d928f863653527f8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/Rum/Rum.mat b/Assets/_DDD/Restaurant/Environments/Props/Rum/Rum.mat new file mode 100644 index 000000000..72a545a58 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Rum/Rum.mat @@ -0,0 +1,151 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8976799174263967357 +MonoBehaviour: + m_ObjectHideFlags: 11 + 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: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 9 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Rum + m_Shader: {fileID: -6465566751694194690, guid: 6548a20ac111c4a9c80cb95ed6c4c5a0, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _METALLICSPECGLOSSMAP + - _NORMALMAP + - _OCCLUSIONMAP + - _PARALLAXMAP + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2450 + stringTagMap: + RenderType: TransparentCutout + disabledShaderPasses: + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: 6974aa0ae62f6d74d9dc04b55ccc2636, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaToMask: 1 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _CastShadows: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EMISSION: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _METALLICSPECGLOSSMAP: 1 + - _Metallic: 0 + - _NORMALMAP: 1 + - _OCCLUSIONMAP: 1 + - _OcclusionStrength: 1 + - _PARALLAXMAP: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _WorkflowMode: 1 + - _XRMotionVectorsPass: 1 + - _ZTest: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/_DDD/Restaurant/Environments/Props/Rum/Rum.mat.meta b/Assets/_DDD/Restaurant/Environments/Props/Rum/Rum.mat.meta new file mode 100644 index 000000000..4e4e37216 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Rum/Rum.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 878d701ee62775c44aebe37cbffdc195 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/Rum/Rum.png b/Assets/_DDD/Restaurant/Environments/Props/Rum/Rum.png new file mode 100644 index 000000000..89146941e --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Rum/Rum.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16491d88264c49ebf878bef1cb4e4b1f48ea423c455606a192416e8c07ef0772 +size 141868 diff --git a/Assets/_DDD/Restaurant/Environments/Props/Rum/Rum.png.meta b/Assets/_DDD/Restaurant/Environments/Props/Rum/Rum.png.meta new file mode 100644 index 000000000..464cb150f --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Rum/Rum.png.meta @@ -0,0 +1,143 @@ +fileFormatVersion: 2 +guid: 6974aa0ae62f6d74d9dc04b55ccc2636 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 4 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: WindowsStoreApps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/RumBarrel.meta b/Assets/_DDD/Restaurant/Environments/Props/RumBarrel.meta new file mode 100644 index 000000000..664369efc --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/RumBarrel.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 929f3357c16441e4eb013adb1873fcc3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/RumBarrel/Rumbarrel.mat b/Assets/_DDD/Restaurant/Environments/Props/RumBarrel/Rumbarrel.mat new file mode 100644 index 000000000..7028eb394 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/RumBarrel/Rumbarrel.mat @@ -0,0 +1,151 @@ +%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: Rumbarrel + m_Shader: {fileID: -6465566751694194690, guid: 6548a20ac111c4a9c80cb95ed6c4c5a0, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _METALLICSPECGLOSSMAP + - _NORMALMAP + - _OCCLUSIONMAP + - _PARALLAXMAP + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2450 + stringTagMap: + RenderType: TransparentCutout + disabledShaderPasses: + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: 8249a6276d186a44ebc180777041862d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaToMask: 1 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _CastShadows: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EMISSION: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _METALLICSPECGLOSSMAP: 1 + - _Metallic: 0 + - _NORMALMAP: 1 + - _OCCLUSIONMAP: 1 + - _OcclusionStrength: 1 + - _PARALLAXMAP: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _WorkflowMode: 1 + - _XRMotionVectorsPass: 1 + - _ZTest: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5073350656313574517 +MonoBehaviour: + m_ObjectHideFlags: 11 + 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: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 9 diff --git a/Assets/_DDD/Restaurant/Environments/Props/RumBarrel/Rumbarrel.mat.meta b/Assets/_DDD/Restaurant/Environments/Props/RumBarrel/Rumbarrel.mat.meta new file mode 100644 index 000000000..836ce39a0 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/RumBarrel/Rumbarrel.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9c408af9e1c239947b295321f1a3332f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/RumBarrel/Rumbarrel.png b/Assets/_DDD/Restaurant/Environments/Props/RumBarrel/Rumbarrel.png new file mode 100644 index 000000000..a44575544 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/RumBarrel/Rumbarrel.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b12d1759c624edb3d4c6539d3f81422cfb2ba35789a9f286f95d81b77f57418 +size 242085 diff --git a/Assets/_DDD/Restaurant/Environments/Props/RumBarrel/Rumbarrel.png.meta b/Assets/_DDD/Restaurant/Environments/Props/RumBarrel/Rumbarrel.png.meta new file mode 100644 index 000000000..73ecc0a50 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/RumBarrel/Rumbarrel.png.meta @@ -0,0 +1,143 @@ +fileFormatVersion: 2 +guid: 8249a6276d186a44ebc180777041862d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 4 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: WindowsStoreApps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/WallColumn01.meta b/Assets/_DDD/Restaurant/Environments/Props/WallColumn01.meta new file mode 100644 index 000000000..8908b6f1d --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/WallColumn01.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0b51c286549b27e4790fcab0a8bb17f6 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/WallColumn01/WallColumn01.mat b/Assets/_DDD/Restaurant/Environments/Props/WallColumn01/WallColumn01.mat new file mode 100644 index 000000000..e4d755e8e --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/WallColumn01/WallColumn01.mat @@ -0,0 +1,151 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3166577372605725994 +MonoBehaviour: + m_ObjectHideFlags: 11 + 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: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 9 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: WallColumn01 + m_Shader: {fileID: -6465566751694194690, guid: 6548a20ac111c4a9c80cb95ed6c4c5a0, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _METALLICSPECGLOSSMAP + - _NORMALMAP + - _OCCLUSIONMAP + - _PARALLAXMAP + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2450 + stringTagMap: + RenderType: TransparentCutout + disabledShaderPasses: + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: 44016070dcda41d46818e4035e4f2d96, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaToMask: 1 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _CastShadows: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EMISSION: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _METALLICSPECGLOSSMAP: 1 + - _Metallic: 0 + - _NORMALMAP: 1 + - _OCCLUSIONMAP: 1 + - _OcclusionStrength: 1 + - _PARALLAXMAP: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _WorkflowMode: 1 + - _XRMotionVectorsPass: 1 + - _ZTest: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/_DDD/Restaurant/Environments/Props/WallColumn01/WallColumn01.mat.meta b/Assets/_DDD/Restaurant/Environments/Props/WallColumn01/WallColumn01.mat.meta new file mode 100644 index 000000000..dcc22612c --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/WallColumn01/WallColumn01.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9f1f7773b8d4c2046a7fc6e4c01fa77b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/WallColumn01/WallColumn01.png b/Assets/_DDD/Restaurant/Environments/Props/WallColumn01/WallColumn01.png new file mode 100644 index 000000000..fda469bfd --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/WallColumn01/WallColumn01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23eef3ef067ea5fdec99dbc0830f34ac75e0396d2edafcc5f3ed1106b0af410 +size 31362 diff --git a/Assets/_DDD/Restaurant/Environments/Props/WallColumn01/WallColumn01.png.meta b/Assets/_DDD/Restaurant/Environments/Props/WallColumn01/WallColumn01.png.meta new file mode 100644 index 000000000..b7a09672c --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/WallColumn01/WallColumn01.png.meta @@ -0,0 +1,143 @@ +fileFormatVersion: 2 +guid: 44016070dcda41d46818e4035e4f2d96 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 4 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: WindowsStoreApps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/Window2.meta b/Assets/_DDD/Restaurant/Environments/Props/Window2.meta new file mode 100644 index 000000000..c982cb653 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Window2.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 671881ccdf60be94cb310e79cf9dc43f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/Window2/Window2.mat b/Assets/_DDD/Restaurant/Environments/Props/Window2/Window2.mat new file mode 100644 index 000000000..f3132b66c --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Window2/Window2.mat @@ -0,0 +1,151 @@ +%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: Window2 + m_Shader: {fileID: -6465566751694194690, guid: 6548a20ac111c4a9c80cb95ed6c4c5a0, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHATEST_ON + - _METALLICSPECGLOSSMAP + - _NORMALMAP + - _OCCLUSIONMAP + - _PARALLAXMAP + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2450 + stringTagMap: + RenderType: TransparentCutout + disabledShaderPasses: + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: 9cb8926051afce148b8dc2e0524725fc, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 1 + - _AlphaToMask: 1 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _CastShadows: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EMISSION: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _METALLICSPECGLOSSMAP: 1 + - _Metallic: 0 + - _NORMALMAP: 1 + - _OCCLUSIONMAP: 1 + - _OcclusionStrength: 1 + - _PARALLAXMAP: 1 + - _Parallax: 0.005 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _WorkflowMode: 1 + - _XRMotionVectorsPass: 1 + - _ZTest: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3637454808388308621 +MonoBehaviour: + m_ObjectHideFlags: 11 + 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: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 9 diff --git a/Assets/_DDD/Restaurant/Environments/Props/Window2/Window2.mat.meta b/Assets/_DDD/Restaurant/Environments/Props/Window2/Window2.mat.meta new file mode 100644 index 000000000..d491ebb5b --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Window2/Window2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8cea7110e384da64fa61d933b8e07dcb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/Window2/Window2.png b/Assets/_DDD/Restaurant/Environments/Props/Window2/Window2.png new file mode 100644 index 000000000..5d53ae034 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Window2/Window2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c515216f555b4268f95c96ee5f7e8b54119ea74deb772dec34931973a9c2cfa7 +size 240754 diff --git a/Assets/_DDD/Restaurant/Environments/Props/Window2/Window2.png.meta b/Assets/_DDD/Restaurant/Environments/Props/Window2/Window2.png.meta new file mode 100644 index 000000000..f95cff3b2 --- /dev/null +++ b/Assets/_DDD/Restaurant/Environments/Props/Window2/Window2.png.meta @@ -0,0 +1,143 @@ +fileFormatVersion: 2 +guid: 9cb8926051afce148b8dc2e0524725fc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 4 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: WindowsStoreApps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + customData: + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Tiles/Wall/BackgroundWall.mat b/Assets/_DDD/Restaurant/Environments/Tiles/Wall/BackgroundWall.mat index 3b77e0665..0714beef1 100644 --- a/Assets/_DDD/Restaurant/Environments/Tiles/Wall/BackgroundWall.mat +++ b/Assets/_DDD/Restaurant/Environments/Tiles/Wall/BackgroundWall.mat @@ -20,7 +20,7 @@ Material: m_LightmapFlags: 2 m_EnableInstancingVariants: 0 m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 + m_CustomRenderQueue: 2000 stringTagMap: RenderType: Opaque disabledShaderPasses: diff --git a/Assets/_DDD/Restaurant/Environments/Walls/Door/Door.mat b/Assets/_DDD/Restaurant/Environments/Walls/Door/Door.mat index c8b5d85eb..fee157ec1 100644 --- a/Assets/_DDD/Restaurant/Environments/Walls/Door/Door.mat +++ b/Assets/_DDD/Restaurant/Environments/Walls/Door/Door.mat @@ -29,7 +29,6 @@ Material: - _METALLICSPECGLOSSMAP - _NORMALMAP - _OCCLUSIONMAP - - _PARALLAXMAP m_InvalidKeywords: [] m_LightmapFlags: 4 m_EnableInstancingVariants: 0 @@ -122,16 +121,16 @@ Material: - _Glossiness: 0 - _GlossyReflections: 0 - _METALLICSPECGLOSSMAP: 1 - - _Metallic: 0 + - _Metallic: 1 - _NORMALMAP: 1 - _OCCLUSIONMAP: 1 - _OcclusionStrength: 1 - - _PARALLAXMAP: 1 + - _PARALLAXMAP: 0 - _Parallax: 0.005 - _QueueControl: 0 - _QueueOffset: 0 - _ReceiveShadows: 1 - - _Smoothness: 0.5 + - _Smoothness: 1 - _SmoothnessTextureChannel: 0 - _SpecularHighlights: 1 - _SrcBlend: 1 diff --git a/Assets/_DDD/_Addressables/OnlyAtlas/RestaurantManagementUi.spriteatlasv2.meta b/Assets/_DDD/_Addressables/OnlyAtlas/RestaurantManagementUi.spriteatlasv2.meta index bc3e53405..0663d3eae 100644 --- a/Assets/_DDD/_Addressables/OnlyAtlas/RestaurantManagementUi.spriteatlasv2.meta +++ b/Assets/_DDD/_Addressables/OnlyAtlas/RestaurantManagementUi.spriteatlasv2.meta @@ -4,9 +4,9 @@ SpriteAtlasImporter: externalObjects: {} textureSettings: serializedVersion: 2 - anisoLevel: 0 - compressionQuality: 0 - maxTextureSize: 0 + anisoLevel: 1 + compressionQuality: 50 + maxTextureSize: 2048 textureCompression: 0 filterMode: 1 generateMipMaps: 0 @@ -17,10 +17,10 @@ SpriteAtlasImporter: packingSettings: serializedVersion: 2 padding: 4 - blockOffset: 0 + blockOffset: 1 allowAlphaSplitting: 0 - enableRotation: 0 - enableTightPacking: 0 + enableRotation: 1 + enableTightPacking: 1 enableAlphaDilation: 0 secondaryTextureSettings: {} variantMultiplier: 1 diff --git a/Assets/_DDD/_Addressables/Scenes/Restaurant.unity b/Assets/_DDD/_Addressables/Scenes/Restaurant.unity index 8ec0f8f72..f590f97fa 100644 --- a/Assets/_DDD/_Addressables/Scenes/Restaurant.unity +++ b/Assets/_DDD/_Addressables/Scenes/Restaurant.unity @@ -225,7 +225,7 @@ PrefabInstance: m_Modifications: - target: {fileID: 213810053471378397, guid: d95124918e5a4a246abb0d378b14d3fa, type: 3} propertyPath: m_LocalPosition.x - value: 0 + value: -0.05 objectReference: {fileID: 0} - target: {fileID: 213810053471378397, guid: d95124918e5a4a246abb0d378b14d3fa, type: 3} propertyPath: m_LocalPosition.y @@ -233,7 +233,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 213810053471378397, guid: d95124918e5a4a246abb0d378b14d3fa, type: 3} propertyPath: m_LocalPosition.z - value: 6 + value: 10.88 objectReference: {fileID: 0} - target: {fileID: 213810053471378397, guid: d95124918e5a4a246abb0d378b14d3fa, type: 3} propertyPath: m_LocalRotation.w @@ -288,6 +288,63 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!1001 &49533566 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 6689525833630355058, guid: a5076d85b870fad4c893a6ffb09dd356, type: 3} + propertyPath: m_LocalPosition.x + value: -1.94 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: a5076d85b870fad4c893a6ffb09dd356, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: a5076d85b870fad4c893a6ffb09dd356, type: 3} + propertyPath: m_LocalPosition.z + value: 19.45 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: a5076d85b870fad4c893a6ffb09dd356, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: a5076d85b870fad4c893a6ffb09dd356, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: a5076d85b870fad4c893a6ffb09dd356, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: a5076d85b870fad4c893a6ffb09dd356, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: a5076d85b870fad4c893a6ffb09dd356, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: a5076d85b870fad4c893a6ffb09dd356, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: a5076d85b870fad4c893a6ffb09dd356, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9211739394093953175, guid: a5076d85b870fad4c893a6ffb09dd356, type: 3} + propertyPath: m_Name + value: Prop_Lantern + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: a5076d85b870fad4c893a6ffb09dd356, type: 3} --- !u!114 &57570817 MonoBehaviour: m_ObjectHideFlags: 0 @@ -420,11 +477,6 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: ---- !u!4 &131357093 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - m_PrefabInstance: {fileID: 1980844844} - m_PrefabAsset: {fileID: 0} --- !u!114 &141274235 MonoBehaviour: m_ObjectHideFlags: 0 @@ -497,6 +549,11 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!4 &154479733 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + m_PrefabInstance: {fileID: 786654108} + m_PrefabAsset: {fileID: 0} --- !u!114 &158499841 MonoBehaviour: m_ObjectHideFlags: 0 @@ -603,7 +660,7 @@ PrefabInstance: m_Modifications: - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} propertyPath: m_LocalPosition.x - value: -3.157 + value: -5.1800003 objectReference: {fileID: 0} - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} propertyPath: m_LocalPosition.y @@ -611,7 +668,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} propertyPath: m_LocalPosition.z - value: 20 + value: 12.87 objectReference: {fileID: 0} - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} propertyPath: m_LocalRotation.w @@ -997,6 +1054,63 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!1001 &306753571 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 756009984} + m_Modifications: + - target: {fileID: 6689525833630355058, guid: 1ef128dbba722ec48bfa4bf6b9ddbdcf, type: 3} + propertyPath: m_LocalPosition.x + value: -6 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 1ef128dbba722ec48bfa4bf6b9ddbdcf, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 1ef128dbba722ec48bfa4bf6b9ddbdcf, type: 3} + propertyPath: m_LocalPosition.z + value: 13 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 1ef128dbba722ec48bfa4bf6b9ddbdcf, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 1ef128dbba722ec48bfa4bf6b9ddbdcf, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 1ef128dbba722ec48bfa4bf6b9ddbdcf, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 1ef128dbba722ec48bfa4bf6b9ddbdcf, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 1ef128dbba722ec48bfa4bf6b9ddbdcf, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 1ef128dbba722ec48bfa4bf6b9ddbdcf, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 1ef128dbba722ec48bfa4bf6b9ddbdcf, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9211739394093953175, guid: 1ef128dbba722ec48bfa4bf6b9ddbdcf, type: 3} + propertyPath: m_Name + value: Prop_RumBarrel + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1ef128dbba722ec48bfa4bf6b9ddbdcf, type: 3} --- !u!114 &307237119 MonoBehaviour: m_ObjectHideFlags: 0 @@ -1067,7 +1181,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6689525833630355058, guid: 50949da5c9906489cad4e3f39ecd615b, type: 3} propertyPath: m_LocalPosition.x - value: -5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 6689525833630355058, guid: 50949da5c9906489cad4e3f39ecd615b, type: 3} propertyPath: m_LocalPosition.y @@ -1246,80 +1360,6 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: ---- !u!1001 &360787547 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 756009984} - m_Modifications: - - target: {fileID: 1366876326644485030, guid: 272f086b3d2ba4a90acc2afde1dfc418, type: 3} - propertyPath: m_LocalScale.x - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 1366876326644485030, guid: 272f086b3d2ba4a90acc2afde1dfc418, type: 3} - propertyPath: m_LocalScale.y - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 1366876326644485030, guid: 272f086b3d2ba4a90acc2afde1dfc418, type: 3} - propertyPath: m_LocalScale.z - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 1366876326644485030, guid: 272f086b3d2ba4a90acc2afde1dfc418, type: 3} - propertyPath: m_LocalPosition.x - value: -7 - objectReference: {fileID: 0} - - target: {fileID: 1366876326644485030, guid: 272f086b3d2ba4a90acc2afde1dfc418, type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1366876326644485030, guid: 272f086b3d2ba4a90acc2afde1dfc418, type: 3} - propertyPath: m_LocalPosition.z - value: 20 - objectReference: {fileID: 0} - - target: {fileID: 1366876326644485030, guid: 272f086b3d2ba4a90acc2afde1dfc418, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1366876326644485030, guid: 272f086b3d2ba4a90acc2afde1dfc418, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 1366876326644485030, guid: 272f086b3d2ba4a90acc2afde1dfc418, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 1366876326644485030, guid: 272f086b3d2ba4a90acc2afde1dfc418, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 1366876326644485030, guid: 272f086b3d2ba4a90acc2afde1dfc418, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1366876326644485030, guid: 272f086b3d2ba4a90acc2afde1dfc418, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1366876326644485030, guid: 272f086b3d2ba4a90acc2afde1dfc418, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6738273471415045634, guid: 272f086b3d2ba4a90acc2afde1dfc418, type: 3} - propertyPath: m_Name - value: Prop_Door_Test - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 272f086b3d2ba4a90acc2afde1dfc418, type: 3} ---- !u!4 &360787548 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 1366876326644485030, guid: 272f086b3d2ba4a90acc2afde1dfc418, type: 3} - m_PrefabInstance: {fileID: 360787547} - m_PrefabAsset: {fileID: 0} --- !u!114 &379038042 MonoBehaviour: m_ObjectHideFlags: 0 @@ -1737,6 +1777,85 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!4 &587776488 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + m_PrefabInstance: {fileID: 1087596968} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &590650148 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1428769370} + m_Modifications: + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalScale.x + value: 3.1302 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalScale.y + value: 3.1302 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalScale.z + value: 3.1302 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalPosition.x + value: -3.9879801 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalPosition.z + value: 3.8912401 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9211739394093953175, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_Name + value: Prop_WallColumn01_003 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} +--- !u!4 &590650149 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + m_PrefabInstance: {fileID: 590650148} + m_PrefabAsset: {fileID: 0} --- !u!114 &593714868 MonoBehaviour: m_ObjectHideFlags: 0 @@ -1833,6 +1952,79 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!1001 &685969034 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 756009984} + m_Modifications: + - target: {fileID: 3782685999912116715, guid: 3c83ffd37e01a8a43ae9d7dc2e5ab180, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c83ffd37e01a8a43ae9d7dc2e5ab180, type: 3} + propertyPath: m_LocalScale.x + value: 0.4382493 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c83ffd37e01a8a43ae9d7dc2e5ab180, type: 3} + propertyPath: m_LocalScale.y + value: 0.4382493 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c83ffd37e01a8a43ae9d7dc2e5ab180, type: 3} + propertyPath: m_LocalScale.z + value: 0.4382493 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c83ffd37e01a8a43ae9d7dc2e5ab180, type: 3} + propertyPath: m_LocalPosition.x + value: -3.5 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c83ffd37e01a8a43ae9d7dc2e5ab180, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c83ffd37e01a8a43ae9d7dc2e5ab180, type: 3} + propertyPath: m_LocalPosition.z + value: 13 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c83ffd37e01a8a43ae9d7dc2e5ab180, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c83ffd37e01a8a43ae9d7dc2e5ab180, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c83ffd37e01a8a43ae9d7dc2e5ab180, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c83ffd37e01a8a43ae9d7dc2e5ab180, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c83ffd37e01a8a43ae9d7dc2e5ab180, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c83ffd37e01a8a43ae9d7dc2e5ab180, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c83ffd37e01a8a43ae9d7dc2e5ab180, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9211739394093953175, guid: 3c83ffd37e01a8a43ae9d7dc2e5ab180, type: 3} + propertyPath: m_Name + value: Prop_Rum + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 3c83ffd37e01a8a43ae9d7dc2e5ab180, type: 3} --- !u!114 &687341571 MonoBehaviour: m_ObjectHideFlags: 0 @@ -1905,6 +2097,80 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!1001 &713357938 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1428769370} + m_Modifications: + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalScale.x + value: 3.1302 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalScale.y + value: 3.1302 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalScale.z + value: 3.1302 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalPosition.x + value: 8.10202 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalPosition.z + value: 3.8912401 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9211739394093953175, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_Name + value: Prop_WallColumn01_002 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} +--- !u!4 &713357939 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + m_PrefabInstance: {fileID: 713357938} + m_PrefabAsset: {fileID: 0} --- !u!114 &728962173 MonoBehaviour: m_ObjectHideFlags: 0 @@ -1989,6 +2255,75 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!1001 &745885284 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1428769370} + m_Modifications: + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalScale.x + value: 3.1302 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalScale.y + value: 3.1302 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalScale.z + value: 3.1302 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalPosition.x + value: 0.20202005 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalPosition.z + value: 3.8912401 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9211739394093953175, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_Name + value: Prop_WallColumn01 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} --- !u!114 &752743608 MonoBehaviour: m_ObjectHideFlags: 0 @@ -2001,6 +2336,11 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!4 &755638852 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + m_PrefabInstance: {fileID: 1530486817} + m_PrefabAsset: {fileID: 0} --- !u!1 &756009983 GameObject: m_ObjectHideFlags: 0 @@ -2030,11 +2370,11 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: + - {fileID: 1916912155} - {fileID: 342945110} - - {fileID: 360787548} - {fileID: 1663388449} - - {fileID: 131357093} - - {fileID: 812704329} + - {fileID: 154479733} + - {fileID: 823489446} m_Father: {fileID: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &759706493 @@ -2073,6 +2413,67 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!1001 &786654108 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 756009984} + m_Modifications: + - target: {fileID: 3782685999912116715, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalPosition.x + value: -4.36794 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalPosition.z + value: 13 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9211739394093953175, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_Name + value: Prop_Window2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} --- !u!1 &788164719 GameObject: m_ObjectHideFlags: 0 @@ -2211,11 +2612,6 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: ---- !u!4 &812704329 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - m_PrefabInstance: {fileID: 1324034140} - m_PrefabAsset: {fileID: 0} --- !u!114 &814566545 MonoBehaviour: m_ObjectHideFlags: 0 @@ -2240,6 +2636,11 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!4 &823489446 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6689525833630355058, guid: 3c83ffd37e01a8a43ae9d7dc2e5ab180, type: 3} + m_PrefabInstance: {fileID: 685969034} + m_PrefabAsset: {fileID: 0} --- !u!114 &833287758 MonoBehaviour: m_ObjectHideFlags: 0 @@ -3001,6 +3402,99 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!1001 &1087596968 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1428769370} + m_Modifications: + - target: {fileID: 3782685999912116715, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4689806172687901599, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4689806172687901599, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4689806172687901599, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4689806172687901599, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4689806172687901599, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalScale.x + value: 2.2398863 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalScale.y + value: 2.2398863 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalScale.z + value: 2.2398863 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalPosition.x + value: 6.05 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalPosition.y + value: 1.64 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalPosition.z + value: 5.585 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9396927 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalRotation.x + value: 0.3420201 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 40 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9211739394093953175, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_Name + value: Prop_Window2_003 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} --- !u!114 &1111325570 MonoBehaviour: m_ObjectHideFlags: 0 @@ -3458,67 +3952,6 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: ---- !u!1001 &1324034140 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 756009984} - m_Modifications: - - target: {fileID: 4689806172687901599, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalPosition.z - value: -0.7 - objectReference: {fileID: 0} - - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalPosition.x - value: -1.3 - objectReference: {fileID: 0} - - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalPosition.z - value: 19.7 - objectReference: {fileID: 0} - - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9211739394093953175, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_Name - value: Prop_Barrel_002 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} --- !u!114 &1333729138 MonoBehaviour: m_ObjectHideFlags: 0 @@ -3663,6 +4096,43 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!1 &1428769369 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1428769370} + m_Layer: 0 + m_Name: Xx + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1428769370 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1428769369} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -2.10202, y: -0, z: 15.78876} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 755638852} + - {fileID: 587776488} + - {fileID: 1973866947} + - {fileID: 590650149} + - {fileID: 1761217122} + - {fileID: 713357939} + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1431515035 MonoBehaviour: m_ObjectHideFlags: 0 @@ -3843,6 +4313,99 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!1001 &1530486817 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1428769370} + m_Modifications: + - target: {fileID: 3782685999912116715, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4689806172687901599, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4689806172687901599, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4689806172687901599, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4689806172687901599, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4689806172687901599, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalScale.x + value: 2.2398863 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalScale.y + value: 2.2398863 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalScale.z + value: 2.2398863 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalPosition.x + value: -1.97 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalPosition.y + value: 1.64 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalPosition.z + value: 5.585 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9396927 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalRotation.x + value: 0.3420201 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 40 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9211739394093953175, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} + propertyPath: m_Name + value: Prop_Window2_002 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 3c87e3a8fbdc65542a1bb2761b7518c0, type: 3} --- !u!114 &1539966190 MonoBehaviour: m_ObjectHideFlags: 0 @@ -4431,6 +4994,80 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!1001 &1761217121 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1428769370} + m_Modifications: + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalScale.x + value: 3.1302 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalScale.y + value: 3.1302 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalScale.z + value: 3.1302 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalPosition.x + value: 3.9520202 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalPosition.z + value: 3.8912401 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9211739394093953175, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + propertyPath: m_Name + value: Prop_WallColumn01_001 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} +--- !u!4 &1761217122 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + m_PrefabInstance: {fileID: 1761217121} + m_PrefabAsset: {fileID: 0} --- !u!114 &1770262936 MonoBehaviour: m_ObjectHideFlags: 0 @@ -4704,6 +5341,11 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!4 &1916912155 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6689525833630355058, guid: 1ef128dbba722ec48bfa4bf6b9ddbdcf, type: 3} + m_PrefabInstance: {fileID: 306753571} + m_PrefabAsset: {fileID: 0} --- !u!114 &1917815813 MonoBehaviour: m_ObjectHideFlags: 0 @@ -4974,6 +5616,11 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!4 &1973866947 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6689525833630355058, guid: f9290b0e5bd91ad48bf4ba2b2de4af94, type: 3} + m_PrefabInstance: {fileID: 745885284} + m_PrefabAsset: {fileID: 0} --- !u!114 &1977940846 MonoBehaviour: m_ObjectHideFlags: 0 @@ -4986,63 +5633,6 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 04cb72fe661fd534b950283199ac4a83, type: 3} m_Name: m_EditorClassIdentifier: ---- !u!1001 &1980844844 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 756009984} - m_Modifications: - - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalPosition.x - value: -2.208 - objectReference: {fileID: 0} - - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalPosition.z - value: 19.7 - objectReference: {fileID: 0} - - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6689525833630355058, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9211739394093953175, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} - propertyPath: m_Name - value: Prop_Barrel_001 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 1adf83789591d4cef928dc9f32c49610, type: 3} --- !u!114 &1981633083 MonoBehaviour: m_ObjectHideFlags: 0 @@ -26894,7 +27484,7 @@ Transform: m_GameObject: {fileID: 7597148396418275425} serializedVersion: 2 m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0.05, y: 14.698336, z: -0.11854458} + m_LocalPosition: {x: -3.54, y: 14.698336, z: -0.11854458} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: @@ -33758,7 +34348,7 @@ Transform: m_GameObject: {fileID: 2689210362923963989} serializedVersion: 2 m_LocalRotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068} - m_LocalPosition: {x: 0, y: 0.006, z: 13} + m_LocalPosition: {x: 0, y: 0.006, z: 14.32} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 1 m_Children: [] @@ -35359,7 +35949,7 @@ Transform: m_GameObject: {fileID: 3015334612608266903} serializedVersion: 2 m_LocalRotation: {x: 0.3420201, y: 0, z: 0, w: 0.9396927} - m_LocalPosition: {x: 0, y: 7.4278755, z: 6} + m_LocalPosition: {x: -0.05, y: 7.4278755, z: 10.88} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] @@ -38289,7 +38879,7 @@ Transform: m_GameObject: {fileID: 2420423493458744355} serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalPosition: {x: 1.06, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: @@ -79608,7 +80198,7 @@ Transform: m_GameObject: {fileID: 176366447136746659} serializedVersion: 2 m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.7, y: 14.698336, z: -0.11854458} + m_LocalPosition: {x: 4.1, y: 14.698336, z: -0.11854458} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: @@ -84301,3 +84891,5 @@ SceneRoots: - {fileID: 575217084} - {fileID: 7627145480117215977} - {fileID: 756009984} + - {fileID: 1428769370} + - {fileID: 49533566} diff --git a/Assets/_DDD/_Addressables/Sprites/RestaurantProps.spriteatlasv2.meta b/Assets/_DDD/_Addressables/Sprites/RestaurantProps.spriteatlasv2.meta index 8fd66ba39..b1b1766a9 100644 --- a/Assets/_DDD/_Addressables/Sprites/RestaurantProps.spriteatlasv2.meta +++ b/Assets/_DDD/_Addressables/Sprites/RestaurantProps.spriteatlasv2.meta @@ -4,9 +4,9 @@ SpriteAtlasImporter: externalObjects: {} textureSettings: serializedVersion: 2 - anisoLevel: 1 - compressionQuality: 50 - maxTextureSize: 2048 + anisoLevel: 0 + compressionQuality: 0 + maxTextureSize: 0 textureCompression: 0 filterMode: 1 generateMipMaps: 0 @@ -17,10 +17,10 @@ SpriteAtlasImporter: packingSettings: serializedVersion: 2 padding: 4 - blockOffset: 1 + blockOffset: 0 allowAlphaSplitting: 0 - enableRotation: 1 - enableTightPacking: 1 + enableRotation: 0 + enableTightPacking: 0 enableAlphaDilation: 0 secondaryTextureSettings: {} variantMultiplier: 1 diff --git a/Assets/_DDD/_Addressables/Ui/Common.spriteatlasv2.meta b/Assets/_DDD/_Addressables/Ui/Common.spriteatlasv2.meta index fa8bdfd72..2a86d350e 100644 --- a/Assets/_DDD/_Addressables/Ui/Common.spriteatlasv2.meta +++ b/Assets/_DDD/_Addressables/Ui/Common.spriteatlasv2.meta @@ -4,9 +4,9 @@ SpriteAtlasImporter: externalObjects: {} textureSettings: serializedVersion: 2 - anisoLevel: 0 - compressionQuality: 0 - maxTextureSize: 0 + anisoLevel: 1 + compressionQuality: 50 + maxTextureSize: 2048 textureCompression: 0 filterMode: 1 generateMipMaps: 0 @@ -17,10 +17,10 @@ SpriteAtlasImporter: packingSettings: serializedVersion: 2 padding: 4 - blockOffset: 0 + blockOffset: 1 allowAlphaSplitting: 0 - enableRotation: 0 - enableTightPacking: 0 + enableRotation: 1 + enableTightPacking: 1 enableAlphaDilation: 0 secondaryTextureSettings: {} variantMultiplier: 1 diff --git a/Assets/_DDD/_Addressables/Ui/Drinks.spriteatlasv2.meta b/Assets/_DDD/_Addressables/Ui/Drinks.spriteatlasv2.meta index f253a1259..050d74866 100644 --- a/Assets/_DDD/_Addressables/Ui/Drinks.spriteatlasv2.meta +++ b/Assets/_DDD/_Addressables/Ui/Drinks.spriteatlasv2.meta @@ -4,9 +4,9 @@ SpriteAtlasImporter: externalObjects: {} textureSettings: serializedVersion: 2 - anisoLevel: 0 - compressionQuality: 0 - maxTextureSize: 0 + anisoLevel: 1 + compressionQuality: 50 + maxTextureSize: 2048 textureCompression: 0 filterMode: 1 generateMipMaps: 0 @@ -17,10 +17,10 @@ SpriteAtlasImporter: packingSettings: serializedVersion: 2 padding: 4 - blockOffset: 0 + blockOffset: 1 allowAlphaSplitting: 0 - enableRotation: 0 - enableTightPacking: 0 + enableRotation: 1 + enableTightPacking: 1 enableAlphaDilation: 0 secondaryTextureSettings: {} variantMultiplier: 1 diff --git a/Assets/_DDD/_Addressables/Ui/Foods.spriteatlasv2.meta b/Assets/_DDD/_Addressables/Ui/Foods.spriteatlasv2.meta index 032730439..5451836bb 100644 --- a/Assets/_DDD/_Addressables/Ui/Foods.spriteatlasv2.meta +++ b/Assets/_DDD/_Addressables/Ui/Foods.spriteatlasv2.meta @@ -4,9 +4,9 @@ SpriteAtlasImporter: externalObjects: {} textureSettings: serializedVersion: 2 - anisoLevel: 0 - compressionQuality: 0 - maxTextureSize: 0 + anisoLevel: 1 + compressionQuality: 50 + maxTextureSize: 2048 textureCompression: 0 filterMode: 1 generateMipMaps: 0 @@ -17,10 +17,10 @@ SpriteAtlasImporter: packingSettings: serializedVersion: 2 padding: 4 - blockOffset: 0 + blockOffset: 1 allowAlphaSplitting: 0 - enableRotation: 0 - enableTightPacking: 0 + enableRotation: 1 + enableTightPacking: 1 enableAlphaDilation: 0 secondaryTextureSettings: {} variantMultiplier: 1 diff --git a/Assets/_DDD/_Addressables/Ui/Ingredients.spriteatlasv2.meta b/Assets/_DDD/_Addressables/Ui/Ingredients.spriteatlasv2.meta index 561dc1ea9..f3109aef5 100644 --- a/Assets/_DDD/_Addressables/Ui/Ingredients.spriteatlasv2.meta +++ b/Assets/_DDD/_Addressables/Ui/Ingredients.spriteatlasv2.meta @@ -4,9 +4,9 @@ SpriteAtlasImporter: externalObjects: {} textureSettings: serializedVersion: 2 - anisoLevel: 0 - compressionQuality: 0 - maxTextureSize: 0 + anisoLevel: 1 + compressionQuality: 50 + maxTextureSize: 2048 textureCompression: 0 filterMode: 1 generateMipMaps: 0 @@ -17,10 +17,10 @@ SpriteAtlasImporter: packingSettings: serializedVersion: 2 padding: 4 - blockOffset: 0 + blockOffset: 1 allowAlphaSplitting: 0 - enableRotation: 0 - enableTightPacking: 0 + enableRotation: 1 + enableTightPacking: 1 enableAlphaDilation: 0 secondaryTextureSettings: {} variantMultiplier: 1