Add building to city

This commit is contained in:
Vova
2023-03-06 21:32:00 +02:00
parent c1a471ae5e
commit 4182e84464
32 changed files with 2562 additions and 149 deletions
+135
View File
@@ -0,0 +1,135 @@
%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: OldApartment
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _METALLICSPECGLOSSMAP
- _NORMALMAP
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
stringTagMap:
RenderType: Opaque
disabledShaderPasses: []
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _BaseMap:
m_Texture: {fileID: 2800000, guid: f06aecebf11b74345a4a74e77ac8d648, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _BumpMap:
m_Texture: {fileID: 2800000, guid: 323b03d89fc144e4183d410ce9914f87, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailAlbedoMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailMask:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailNormalMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 2800000, guid: f06aecebf11b74345a4a74e77ac8d648, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:
m_Texture: {fileID: 2800000, guid: e2979577dd753df428116a374fad5a19, type: 3}
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:
- _AlphaClip: 0
- _AlphaToMask: 0
- _Blend: 0
- _BlendModePreserveSpecular: 1
- _BumpScale: 1
- _ClearCoatMask: 0
- _ClearCoatSmoothness: 0
- _Cull: 2
- _Cutoff: 0.5
- _DetailAlbedoMapScale: 1
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _DstBlendAlpha: 0
- _EnvironmentReflections: 1
- _GlossMapScale: 0
- _Glossiness: 0
- _GlossyReflections: 0
- _Metallic: 0
- _OcclusionStrength: 1
- _Parallax: 0.005
- _QueueOffset: 0
- _ReceiveShadows: 1
- _Smoothness: 0.5
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
- _SrcBlendAlpha: 1
- _Surface: 0
- _WorkflowMode: 1
- _ZWrite: 1
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: []
--- !u!114 &1396499495344726377
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: 7
+8
View File
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 2fe80bd0390c923418d7efec28c8e23a
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:
+133
View File
@@ -0,0 +1,133 @@
%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: Store
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
stringTagMap:
RenderType: Opaque
disabledShaderPasses: []
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _BaseMap:
m_Texture: {fileID: 2800000, guid: cd9c04c78aec4b848a49a0e50719ca3f, 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: 2800000, guid: cd9c04c78aec4b848a49a0e50719ca3f, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _OcclusionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _ParallaxMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _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:
- _AlphaClip: 0
- _AlphaToMask: 0
- _Blend: 0
- _BlendModePreserveSpecular: 1
- _BumpScale: 1
- _ClearCoatMask: 0
- _ClearCoatSmoothness: 0
- _Cull: 2
- _Cutoff: 0.5
- _DetailAlbedoMapScale: 1
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _DstBlendAlpha: 0
- _EnvironmentReflections: 1
- _GlossMapScale: 0
- _Glossiness: 0
- _GlossyReflections: 0
- _Metallic: 0
- _OcclusionStrength: 1
- _Parallax: 0.005
- _QueueOffset: 0
- _ReceiveShadows: 1
- _Smoothness: 0.5
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
- _SrcBlendAlpha: 1
- _Surface: 0
- _WorkflowMode: 1
- _ZWrite: 1
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: []
--- !u!114 &4824553479970619922
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: 7
+8
View File
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: cd26752d65382e3459e9df9158fbe3ff
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:
+8
View File
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 0d9179ee25bee254a858a680e24dd363
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Binary file not shown.
@@ -0,0 +1,108 @@
fileFormatVersion: 2
guid: 901e0e11dc8857f439e79ed844e38f1d
ModelImporter:
serializedVersion: 22200
internalIDToNameTable: []
externalObjects: {}
materials:
materialImportMode: 2
materialName: 0
materialSearch: 1
materialLocation: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
removeConstantScaleCurves: 0
motionNodeName:
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 1
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations: []
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
useSRGBMaterialColor: 1
sortHierarchyByName: 1
importVisibility: 1
importBlendShapes: 1
importCameras: 1
importLights: 1
nodeNameCollisionStrategy: 1
fileIdsGeneration: 2
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
keepQuads: 0
weldVertices: 1
bakeAxisConversion: 0
preserveHierarchy: 0
skinWeightsMode: 0
maxBonesPerVertex: 4
minBoneWeight: 0.001
optimizeBones: 1
meshOptimizationFlags: -1
indexFormat: 0
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVMarginMethod: 1
secondaryUVMinLightmapResolution: 40
secondaryUVMinObjectScale: 1
secondaryUVPackMargin: 4
useFileScale: 1
strictVertexDataChecks: 0
tangentSpace:
normalSmoothAngle: 60
normalImportMode: 0
tangentImportMode: 3
normalCalculationMode: 4
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
blendShapeNormalImportMode: 1
normalSmoothingSource: 0
referencedClips: []
importAnimation: 1
humanDescription:
serializedVersion: 3
human: []
skeleton: []
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {instanceID: 0}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 2
humanoidOversampling: 1
avatarSetup: 0
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 62f28e39c8cdc3c4184d658135d06265
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Binary file not shown.

After

Width:  |  Height:  |  Size: 394 KiB

@@ -0,0 +1,124 @@
fileFormatVersion: 2
guid: 5170137644798544297c39f3dacdc76d
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
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: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:
Binary file not shown.

After

Width:  |  Height:  |  Size: 343 KiB

@@ -0,0 +1,124 @@
fileFormatVersion: 2
guid: f06aecebf11b74345a4a74e77ac8d648
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
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: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:
Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

@@ -0,0 +1,124 @@
fileFormatVersion: 2
guid: e2979577dd753df428116a374fad5a19
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
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: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

@@ -0,0 +1,124 @@
fileFormatVersion: 2
guid: 323b03d89fc144e4183d410ce9914f87
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 0
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
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: 1
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:
Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

@@ -0,0 +1,124 @@
fileFormatVersion: 2
guid: 55a3973192864434a98678e3322004ef
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
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: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:
+8
View File
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 0b4f5a357c3f4124198c14a99d9f8824
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 MiB

+124
View File
@@ -0,0 +1,124 @@
fileFormatVersion: 2
guid: cd9c04c78aec4b848a49a0e50719ca3f
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
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: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:
Binary file not shown.
+108
View File
@@ -0,0 +1,108 @@
fileFormatVersion: 2
guid: 6e19c1ade2785e14d8f7a717486a429a
ModelImporter:
serializedVersion: 22200
internalIDToNameTable: []
externalObjects: {}
materials:
materialImportMode: 2
materialName: 0
materialSearch: 1
materialLocation: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
removeConstantScaleCurves: 0
motionNodeName:
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 1
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations: []
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
useSRGBMaterialColor: 1
sortHierarchyByName: 1
importVisibility: 1
importBlendShapes: 1
importCameras: 1
importLights: 1
nodeNameCollisionStrategy: 1
fileIdsGeneration: 2
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
keepQuads: 0
weldVertices: 1
bakeAxisConversion: 0
preserveHierarchy: 0
skinWeightsMode: 0
maxBonesPerVertex: 4
minBoneWeight: 0.001
optimizeBones: 1
meshOptimizationFlags: -1
indexFormat: 0
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVMarginMethod: 1
secondaryUVMinLightmapResolution: 40
secondaryUVMinObjectScale: 1
secondaryUVPackMargin: 4
useFileScale: 1
strictVertexDataChecks: 0
tangentSpace:
normalSmoothAngle: 60
normalImportMode: 0
tangentImportMode: 3
normalCalculationMode: 4
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
blendShapeNormalImportMode: 1
normalSmoothingSource: 0
referencedClips: []
importAnimation: 1
humanDescription:
serializedVersion: 3
human: []
skeleton: []
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {instanceID: 0}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 2
humanoidOversampling: 1
avatarSetup: 0
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:
+606
View File
@@ -0,0 +1,606 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &263104844361044375
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 3630927307037842156}
m_Modifications:
- target: {fileID: 185549245411212371, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 190195370541915566, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 587623543488978326, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 591177618888560076, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 605335673842245484, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 617866115789815579, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 907958970723731349, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 1532666879373473869, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 1927405171652264120, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 2918628238092680442, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 2931072958792466411, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 3002421177952746924, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 3015494536653655299, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 3164501806555984671, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 3408916102643615194, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 3410785852494146076, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 3785261895829125232, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 3962078103751367761, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 4166661845457818578, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 4380892757713546430, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 4563778667453891647, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 5020848940313162092, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 5124803272992867173, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 5377012893259829580, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 5420935754056796940, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 5459479112606249581, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 5539619930440381381, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 5891886568740587075, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 5910309370505292580, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 5918144145204742409, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 6004042072846030482, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 6052552764774704944, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Name
value: OldApartments_visual
objectReference: {fileID: 0}
- target: {fileID: 6052552764774704944, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_IsActive
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6214138912201735882, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_RootOrder
value: -1
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalScale.x
value: 1
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalScale.y
value: 1
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalScale.z
value: 1
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalRotation.x
value: -0
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalRotation.y
value: -0
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6432878322862778550, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 6608578911816858067, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 6615777553041278015, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 6935498269467872430, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 7115253048345866939, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 7261649594910650084, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 7687327296230420765, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 8006416638313453251, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 8223255470841953701, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 8381375423435848231, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 8619734783996770903, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 8961730773087783112, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 9094341624186906801, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
- target: {fileID: 9191201393392013113, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 710613883f6dfb64889bf6134b4b15e3, type: 2}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 879e1ed53e4c6254cb70aebcd237416b, type: 3}
--- !u!1 &5789448642044065447 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 6052552764774704944, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
m_PrefabInstance: {fileID: 263104844361044375}
m_PrefabAsset: {fileID: 0}
--- !u!4 &6562747897565621277 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
m_PrefabInstance: {fileID: 263104844361044375}
m_PrefabAsset: {fileID: 0}
--- !u!1001 &2752866910389527745
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 1634316270187023466}
m_Modifications:
- target: {fileID: 6052552764774704944, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_Name
value: OldApartments_visual
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_RootOrder
value: 1
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 879e1ed53e4c6254cb70aebcd237416b, type: 3}
--- !u!4 &9115577951637068107 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 6392063656343125386, guid: 879e1ed53e4c6254cb70aebcd237416b,
type: 3}
m_PrefabInstance: {fileID: 2752866910389527745}
m_PrefabAsset: {fileID: 0}
--- !u!1001 &8894412995744645417
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 1595984948554774838, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
propertyPath: m_LocalPosition.x
value: -4.98
objectReference: {fileID: 0}
- target: {fileID: 1595984948554774838, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
propertyPath: m_LocalPosition.z
value: 2.29
objectReference: {fileID: 0}
- target: {fileID: 1595984948554774838, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
propertyPath: m_LocalRotation.w
value: 0.7071068
objectReference: {fileID: 0}
- target: {fileID: 1595984948554774838, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
propertyPath: m_LocalRotation.y
value: 0.7071068
objectReference: {fileID: 0}
- target: {fileID: 1595984948554774838, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 90
objectReference: {fileID: 0}
- target: {fileID: 2369538501029799684, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
propertyPath: _selectedObject
value:
objectReference: {fileID: 6015072509079264831}
- target: {fileID: 2369538501029799684, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
propertyPath: visualGameObjectArray.Array.size
value: 1
objectReference: {fileID: 0}
- target: {fileID: 2369538501029799684, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
propertyPath: visualGameObjectArray.Array.data[0]
value:
objectReference: {fileID: 5789448642044065447}
- target: {fileID: 5577632863133830020, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
propertyPath: m_Name
value: OldApartment
objectReference: {fileID: 0}
- target: {fileID: 7908616180235619651, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
propertyPath: m_RootOrder
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7908616180235619651, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7908616180235619651, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7908616180235619651, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7908616180235619651, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 7908616180235619651, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7908616180235619651, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7908616180235619651, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7908616180235619651, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7908616180235619651, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7908616180235619651, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects:
- targetCorrespondingSourceObject: {fileID: 7908616180235619651, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
insertIndex: 1
addedObject: {fileID: 9115577951637068107}
- targetCorrespondingSourceObject: {fileID: 5263837543333092293, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
insertIndex: -1
addedObject: {fileID: 6562747897565621277}
m_AddedComponents:
- targetCorrespondingSourceObject: {fileID: 5577632863133830020, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
insertIndex: -1
addedObject: {fileID: 6015072509079264831}
- targetCorrespondingSourceObject: {fileID: 5577632863133830020, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
insertIndex: -1
addedObject: {fileID: 2506278659582902596}
m_SourcePrefab: {fileID: 100100000, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad, type: 3}
--- !u!4 &1634316270187023466 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 7908616180235619651, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
m_PrefabInstance: {fileID: 8894412995744645417}
m_PrefabAsset: {fileID: 0}
--- !u!4 &3630927307037842156 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 5263837543333092293, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
m_PrefabInstance: {fileID: 8894412995744645417}
m_PrefabAsset: {fileID: 0}
--- !u!1 &3893633419356752557 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 5577632863133830020, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
m_PrefabInstance: {fileID: 8894412995744645417}
m_PrefabAsset: {fileID: 0}
--- !u!114 &6015072509079264831
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3893633419356752557}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 024987a58bcb1394a97473f1d70d0c47, type: 3}
m_Name:
m_EditorClassIdentifier:
_interactionPoint: {fileID: 7874929483738806303}
_scene: House
_exitName: House_exit
_enterName: House_enter
--- !u!65 &2506278659582902596
BoxCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3893633419356752557}
m_Material: {fileID: 0}
m_IncludeLayers:
serializedVersion: 2
m_Bits: 0
m_ExcludeLayers:
serializedVersion: 2
m_Bits: 0
m_LayerOverridePriority: 0
m_IsTrigger: 0
m_ProvidesContacts: 0
m_Enabled: 1
serializedVersion: 3
m_Size: {x: 9, y: 12, z: 8}
m_Center: {x: 0, y: 6, z: 0}
--- !u!4 &7874929483738806303 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 1595984948554774838, guid: bb469c3bf9d2c0f45be39b5b5a6ecfad,
type: 3}
m_PrefabInstance: {fileID: 8894412995744645417}
m_PrefabAsset: {fileID: 0}
+7
View File
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: efb4f35420181b74d8a34d90aba62225
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
+406
View File
@@ -0,0 +1,406 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &6863368708836383329
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: -9182575856355518394, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_LocalPosition.y
value: 10.94
objectReference: {fileID: 0}
- target: {fileID: -8867477870038081954, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -8679921383154817045, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_RootOrder
value: 1
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_LocalPosition.x
value: -0.55
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_LocalPosition.z
value: 7.49
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_LocalRotation.w
value: 0.7071068
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_LocalRotation.y
value: -0.7071068
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: -90
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8574120244550949717, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -8270237889823493819, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -8143710011712545758, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -7918335002988649766, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -7791443408913176156, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -7664728788398519507, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -7308718804694308083, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -6673802680727711063, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -6093592463355912122, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -5971410051629635644, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -5754732837579649886, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -5363424281805771908, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -5232294459927070390, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -4791300549530949414, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -4683669308469848369, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -3856571041627856340, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -3797866689915996471, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -3195828791156449804, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -2947538861075970057, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -2473424575180118478, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -1823322365421230674, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -1806680513116206669, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -1602238644875344336, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -1461304994638716399, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -1120989108687609925, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -804731622281664130, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -787141429326784033, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -678588488315902003, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: -383518810844267698, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 327064008815436722, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 466608246689542871, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 895425838269697267, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 919132149155446097, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Name
value: OldApartments_visual Variant
objectReference: {fileID: 0}
- target: {fileID: 945454400225530728, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 976723959910379622, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 1440060488274580133, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 1442450553484104045, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 1468340087334135161, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 1512191506632812556, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 1738776581880846596, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 1873876614928407697, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 2355982399387309400, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 2380718651202138832, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 2927593092117553206, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 4321514657177891973, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 4817194348643097627, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 5008022236170083033, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 5697984553619733371, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 6076782567051221520, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 6272350532052637613, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 6294062970213516557, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 6317578925029434746, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 6745302439343835087, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 6947464325843983966, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 7071182760956848314, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 7113232789235503381, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 7202271454713460447, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 8100320773420232829, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 8442510506162454399, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 8567717000986892130, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 8616184511030011274, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
- target: {fileID: 8628502785719625371, guid: 901e0e11dc8857f439e79ed844e38f1d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 2fe80bd0390c923418d7efec28c8e23a, type: 2}
m_RemovedComponents: []
m_RemovedGameObjects:
- {fileID: -1615909495105897528, guid: 901e0e11dc8857f439e79ed844e38f1d, type: 3}
- {fileID: -973080599869390514, guid: 901e0e11dc8857f439e79ed844e38f1d, type: 3}
- {fileID: 7677575860158774893, guid: 901e0e11dc8857f439e79ed844e38f1d, type: 3}
- {fileID: -5457890459309442470, guid: 901e0e11dc8857f439e79ed844e38f1d, type: 3}
- {fileID: 1786144997221735656, guid: 901e0e11dc8857f439e79ed844e38f1d, type: 3}
- {fileID: 8947754829193768737, guid: 901e0e11dc8857f439e79ed844e38f1d, type: 3}
- {fileID: 6457708582454128763, guid: 901e0e11dc8857f439e79ed844e38f1d, type: 3}
- {fileID: 3681790978099765340, guid: 901e0e11dc8857f439e79ed844e38f1d, type: 3}
- {fileID: -7029948723529949830, guid: 901e0e11dc8857f439e79ed844e38f1d, type: 3}
- {fileID: -652209905907201759, guid: 901e0e11dc8857f439e79ed844e38f1d, type: 3}
- {fileID: 26844662620191305, guid: 901e0e11dc8857f439e79ed844e38f1d, type: 3}
- {fileID: -7648502956408741331, guid: 901e0e11dc8857f439e79ed844e38f1d, type: 3}
- {fileID: -4133703932355585839, guid: 901e0e11dc8857f439e79ed844e38f1d, type: 3}
- {fileID: -3756473180518285571, guid: 901e0e11dc8857f439e79ed844e38f1d, type: 3}
- {fileID: 5233112405309087440, guid: 901e0e11dc8857f439e79ed844e38f1d, type: 3}
- {fileID: 8513859187771203891, guid: 901e0e11dc8857f439e79ed844e38f1d, type: 3}
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 901e0e11dc8857f439e79ed844e38f1d, type: 3}
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 879e1ed53e4c6254cb70aebcd237416b
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
+253 -144
View File
@@ -38,7 +38,7 @@ RenderSettings:
m_ReflectionIntensity: 1 m_ReflectionIntensity: 1
m_CustomReflection: {fileID: 0} m_CustomReflection: {fileID: 0}
m_Sun: {fileID: 0} m_Sun: {fileID: 0}
m_IndirectSpecularColor: {r: 0.172768, g: 0.21589169, b: 0.29782546, a: 1} m_IndirectSpecularColor: {r: 0.1727681, g: 0.21589208, b: 0.29782575, a: 1}
m_UseRadianceAmbientProbe: 0 m_UseRadianceAmbientProbe: 0
--- !u!157 &3 --- !u!157 &3
LightmapSettings: LightmapSettings:
@@ -435,6 +435,178 @@ CanvasRenderer:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 223732182} m_GameObject: {fileID: 223732182}
m_CullTransparentMesh: 1 m_CullTransparentMesh: 1
--- !u!1001 &228680693
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: -8679921383154817045, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_RootOrder
value: 1
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalScale.x
value: 5
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalScale.y
value: 5
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalScale.z
value: 5
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalPosition.x
value: -10.61
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalPosition.y
value: 0.98
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8532078957519984345, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalScale.x
value: 1
objectReference: {fileID: 0}
- target: {fileID: -8532078957519984345, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalScale.y
value: 1
objectReference: {fileID: 0}
- target: {fileID: -8532078957519984345, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalScale.z
value: 1
objectReference: {fileID: 0}
- target: {fileID: -8532078957519984345, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8532078957519984345, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalPosition.y
value: 0.17
objectReference: {fileID: 0}
- target: {fileID: -8532078957519984345, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalPosition.z
value: -0.631
objectReference: {fileID: 0}
- target: {fileID: -8532078957519984345, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalRotation.w
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: -8532078957519984345, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalRotation.x
value: -0.5
objectReference: {fileID: 0}
- target: {fileID: -8532078957519984345, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalRotation.y
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: -8532078957519984345, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalRotation.z
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: -8532078957519984345, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: -90
objectReference: {fileID: 0}
- target: {fileID: -8532078957519984345, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 90
objectReference: {fileID: 0}
- target: {fileID: -7950217986688576112, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_Name
value: Store
objectReference: {fileID: 0}
- target: {fileID: -5770634479784780433, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_Name
value: Plane
objectReference: {fileID: 0}
- target: {fileID: -3186935836317489533, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 919132149155446097, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_Name
value: Store
objectReference: {fileID: 0}
- target: {fileID: 3360061326369430855, guid: 6e19c1ade2785e14d8f7a717486a429a,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: cd26752d65382e3459e9df9158fbe3ff, type: 2}
m_RemovedComponents: []
m_RemovedGameObjects:
- {fileID: 1290227905403642856, guid: 6e19c1ade2785e14d8f7a717486a429a, type: 3}
- {fileID: 2530017986485993854, guid: 6e19c1ade2785e14d8f7a717486a429a, type: 3}
- {fileID: 1160070067769434991, guid: 6e19c1ade2785e14d8f7a717486a429a, type: 3}
- {fileID: -5770634479784780433, guid: 6e19c1ade2785e14d8f7a717486a429a, type: 3}
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 6e19c1ade2785e14d8f7a717486a429a, type: 3}
--- !u!1 &287262744 --- !u!1 &287262744
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@@ -887,12 +1059,6 @@ MonoBehaviour:
m_BiasX: 0 m_BiasX: 0
m_BiasY: 0 m_BiasY: 0
m_CenterOnActivate: 1 m_CenterOnActivate: 1
--- !u!4 &417112451 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 7611985148226597463, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
m_PrefabInstance: {fileID: 488999707}
m_PrefabAsset: {fileID: 0}
--- !u!1 &441502264 --- !u!1 &441502264
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@@ -969,114 +1135,6 @@ CanvasRenderer:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 441502264} m_GameObject: {fileID: 441502264}
m_CullTransparentMesh: 1 m_CullTransparentMesh: 1
--- !u!1001 &488999707
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 3459758009917044464, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
propertyPath: m_Name
value: Door
objectReference: {fileID: 0}
- target: {fileID: 6415229415882937303, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
propertyPath: _selectedObject
value:
objectReference: {fileID: 1743694016}
- target: {fileID: 7611985148226597463, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
propertyPath: m_LocalPosition.x
value: -0.087
objectReference: {fileID: 0}
- target: {fileID: 7611985148226597463, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
propertyPath: m_LocalPosition.z
value: -0.561
objectReference: {fileID: 0}
- target: {fileID: 7611985148226597463, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 7611985148226597463, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7611985148226597463, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7930254397719162301, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
propertyPath: m_RootOrder
value: 1
objectReference: {fileID: 0}
- target: {fileID: 7930254397719162301, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
propertyPath: m_LocalPosition.x
value: 0.007954182
objectReference: {fileID: 0}
- target: {fileID: 7930254397719162301, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
propertyPath: m_LocalPosition.y
value: -0.00000023841858
objectReference: {fileID: 0}
- target: {fileID: 7930254397719162301, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
propertyPath: m_LocalPosition.z
value: 1.9667404
objectReference: {fileID: 0}
- target: {fileID: 7930254397719162301, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 7930254397719162301, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7930254397719162301, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7930254397719162301, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7930254397719162301, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7930254397719162301, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7930254397719162301, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
m_RemovedComponents:
- {fileID: 1084771118991758529, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f, type: 3}
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents:
- targetCorrespondingSourceObject: {fileID: 3459758009917044464, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
insertIndex: -1
addedObject: {fileID: 1743694016}
m_SourcePrefab: {fileID: 100100000, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f, type: 3}
--- !u!1 &509373481 --- !u!1 &509373481
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@@ -1981,7 +2039,7 @@ Transform:
m_PrefabInstance: {fileID: 0} m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 963194225} m_GameObject: {fileID: 963194225}
m_LocalRotation: {x: 0.54491353, y: -0.00000002885483, z: 0.00000001875198, w: 0.8384923} m_LocalRotation: {x: 0.54491353, y: 0.00000002885484, z: -0.000000018751987, w: 0.8384923}
m_LocalPosition: {x: 0, y: 9, z: -4} m_LocalPosition: {x: 0, y: 9, z: -4}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
@@ -2136,7 +2194,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0} m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 0, y: 0} m_AnchoredPosition: {x: 250, y: 0}
m_SizeDelta: {x: 480, y: 0} m_SizeDelta: {x: 480, y: 0}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &989266191 --- !u!114 &989266191
@@ -2185,6 +2243,79 @@ GameObject:
type: 3} type: 3}
m_PrefabInstance: {fileID: 603449532} m_PrefabInstance: {fileID: 603449532}
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
--- !u!1001 &1040844574
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 1634316270187023466, guid: efb4f35420181b74d8a34d90aba62225,
type: 3}
propertyPath: m_RootOrder
value: 1
objectReference: {fileID: 0}
- target: {fileID: 1634316270187023466, guid: efb4f35420181b74d8a34d90aba62225,
type: 3}
propertyPath: m_LocalPosition.x
value: 0.09
objectReference: {fileID: 0}
- target: {fileID: 1634316270187023466, guid: efb4f35420181b74d8a34d90aba62225,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 1634316270187023466, guid: efb4f35420181b74d8a34d90aba62225,
type: 3}
propertyPath: m_LocalPosition.z
value: 7.96
objectReference: {fileID: 0}
- target: {fileID: 1634316270187023466, guid: efb4f35420181b74d8a34d90aba62225,
type: 3}
propertyPath: m_LocalRotation.w
value: 0.7071068
objectReference: {fileID: 0}
- target: {fileID: 1634316270187023466, guid: efb4f35420181b74d8a34d90aba62225,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 1634316270187023466, guid: efb4f35420181b74d8a34d90aba62225,
type: 3}
propertyPath: m_LocalRotation.y
value: -0.7071068
objectReference: {fileID: 0}
- target: {fileID: 1634316270187023466, guid: efb4f35420181b74d8a34d90aba62225,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 1634316270187023466, guid: efb4f35420181b74d8a34d90aba62225,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 1634316270187023466, guid: efb4f35420181b74d8a34d90aba62225,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: -90
objectReference: {fileID: 0}
- target: {fileID: 1634316270187023466, guid: efb4f35420181b74d8a34d90aba62225,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 3893633419356752557, guid: efb4f35420181b74d8a34d90aba62225,
type: 3}
propertyPath: m_Name
value: OldApartment
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: efb4f35420181b74d8a34d90aba62225, type: 3}
--- !u!1 &1183172156 --- !u!1 &1183172156
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@@ -2441,11 +2572,11 @@ Transform:
m_GameObject: {fileID: 1283825646} m_GameObject: {fileID: 1283825646}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 10, y: 1, z: 10}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 0} m_Father: {fileID: 0}
m_RootOrder: 3 m_RootOrder: 4
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &1359374188 --- !u!1 &1359374188
GameObject: GameObject:
@@ -7825,7 +7956,7 @@ Transform:
m_Children: m_Children:
- {fileID: 358062558} - {fileID: 358062558}
m_Father: {fileID: 0} m_Father: {fileID: 0}
m_RootOrder: 2 m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &1600157251 --- !u!1 &1600157251
GameObject: GameObject:
@@ -8098,30 +8229,8 @@ Transform:
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 0} m_Father: {fileID: 0}
m_RootOrder: 4 m_RootOrder: 6
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &1743694012 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 3459758009917044464, guid: 8dfe1ac2e5f005b4f96bfab77c1b187f,
type: 3}
m_PrefabInstance: {fileID: 488999707}
m_PrefabAsset: {fileID: 0}
--- !u!114 &1743694016
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1743694012}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 024987a58bcb1394a97473f1d70d0c47, type: 3}
m_Name:
m_EditorClassIdentifier:
_interactionPoint: {fileID: 417112451}
_scene: House
_exitName: house
_enterName: house
--- !u!1 &1750970806 --- !u!1 &1750970806
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@@ -9226,7 +9335,7 @@ Transform:
m_PrefabInstance: {fileID: 0} m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2110938951} m_GameObject: {fileID: 2110938951}
m_LocalRotation: {x: 0.54491353, y: -0.00000002885483, z: 0.00000001875198, w: 0.8384923} m_LocalRotation: {x: 0.54491353, y: 0.00000002885484, z: -0.000000018751987, w: 0.8384923}
m_LocalPosition: {x: 0, y: 9, z: -4} m_LocalPosition: {x: 0, y: 9, z: -4}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
+10
View File
@@ -8841,6 +8841,16 @@ PrefabInstance:
propertyPath: m_Layer propertyPath: m_Layer
value: 3 value: 3
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 8275706893144774487, guid: 521b72dd4ff91804b9184f046b548ddd,
type: 3}
propertyPath: _exitName
value: house_enter
objectReference: {fileID: 0}
- target: {fileID: 8275706893144774487, guid: 521b72dd4ff91804b9184f046b548ddd,
type: 3}
propertyPath: _enterName
value: house_exit
objectReference: {fileID: 0}
- target: {fileID: 8461801995766479115, guid: 521b72dd4ff91804b9184f046b548ddd, - target: {fileID: 8461801995766479115, guid: 521b72dd4ff91804b9184f046b548ddd,
type: 3} type: 3}
propertyPath: m_VoxelSize propertyPath: m_VoxelSize
+2 -2
View File
@@ -12,7 +12,7 @@ public class Door : BaseInteractableObject
private void Start() private void Start()
{ {
if (PlayerPrefs.GetString("lastExitName") == _enterName) if (PlayerPrefs.GetString("lastExitName") == _enterName.ToLower())
{ {
print($"Player came from to {_scene}"); print($"Player came from to {_scene}");
Player.Instance.SetPosition(_interactionPoint.position); Player.Instance.SetPosition(_interactionPoint.position);
@@ -24,7 +24,7 @@ public class Door : BaseInteractableObject
print($"Player go to {_scene}"); print($"Player go to {_scene}");
if (!string.IsNullOrEmpty(_exitName)) if (!string.IsNullOrEmpty(_exitName))
{ {
PlayerPrefs.SetString("lastExitName", _exitName); PlayerPrefs.SetString("lastExitName", _exitName.ToLower());
} }
SceneManager.LoadScene(_scene); SceneManager.LoadScene(_scene);
} }
+1 -1
View File
@@ -27,7 +27,7 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.burst": { "com.unity.burst": {
"version": "1.8.2", "version": "1.8.3",
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
+2 -2
View File
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.2.8f1 m_EditorVersion: 2022.2.9f1
m_EditorVersionWithRevision: 2022.2.8f1 (996aee41dc57) m_EditorVersionWithRevision: 2022.2.9f1 (1cc571a6ec95)