Compare commits

..

2 Commits

Author SHA1 Message Date
raccoon
7bae9ea6b7 Trying to add Occlusion Culling 2024-09-18 23:26:30 +05:00
raccoon
3753bbd08e Added baked lighting 2024-09-18 20:58:05 +05:00
6 changed files with 2178 additions and 331 deletions

View File

@@ -45,7 +45,7 @@ Material:
m_Offset: {x: 0, y: 0} m_Offset: {x: 0, y: 0}
- _MainTex: - _MainTex:
m_Texture: {fileID: 2800000, guid: 30161b2f471e970498b36880183d8097, type: 3} m_Texture: {fileID: 2800000, guid: 30161b2f471e970498b36880183d8097, type: 3}
m_Scale: {x: 1, y: 1} m_Scale: {x: 4, y: 4}
m_Offset: {x: 0, y: 0} m_Offset: {x: 0, y: 0}
- _MetallicGlossMap: - _MetallicGlossMap:
m_Texture: {fileID: 0} m_Texture: {fileID: 0}

View File

@@ -44,7 +44,7 @@ Material:
m_Scale: {x: 1, y: 1} m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0} m_Offset: {x: 0, y: 0}
- _MainTex: - _MainTex:
m_Texture: {fileID: 2800000, guid: 19a33ff8c65b48e4484b94f8e2f1f941, type: 3} m_Texture: {fileID: 2800000, guid: 2c32efdbfe3a5f241b13f936dda250c7, type: 3}
m_Scale: {x: 1, y: 1} m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0} m_Offset: {x: 0, y: 0}
- _MetallicGlossMap: - _MetallicGlossMap:

File diff suppressed because it is too large Load Diff

View File

@@ -40,7 +40,7 @@ LightingSettings:
m_FinalGatherFiltering: 1 m_FinalGatherFiltering: 1
m_PVRCulling: 1 m_PVRCulling: 1
m_PVRSampling: 1 m_PVRSampling: 1
m_PVRDirectSampleCount: 32 m_PVRDirectSampleCount: 64
m_PVRSampleCount: 512 m_PVRSampleCount: 512
m_PVREnvironmentSampleCount: 256 m_PVREnvironmentSampleCount: 256
m_PVREnvironmentReferencePointCount: 2048 m_PVREnvironmentReferencePointCount: 2048

View File

@@ -5,11 +5,12 @@ OcclusionCullingSettings:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
serializedVersion: 2 serializedVersion: 2
m_OcclusionBakeSettings: m_OcclusionBakeSettings:
smallestOccluder: 5 smallestOccluder: 1
smallestHole: 0.25 smallestHole: 0.25
backfaceThreshold: 100 backfaceThreshold: 100
m_SceneGUID: 00000000000000000000000000000000 m_SceneGUID: d8cdc12ad4ef94849a2465c04bb83ec1
m_OcclusionCullingData: {fileID: 0} m_OcclusionCullingData: {fileID: 36300000, guid: 0d306a2a1ef87a945a7f3dcd0b211b42,
type: 2}
--- !u!104 &2 --- !u!104 &2
RenderSettings: RenderSettings:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@@ -38,7 +39,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.3322065, g: 0.3627174, b: 0.46474278, a: 1} m_IndirectSpecularColor: {r: 0.3336801, g: 0.3661719, b: 0.474028, a: 1}
m_UseRadianceAmbientProbe: 0 m_UseRadianceAmbientProbe: 0
--- !u!157 &3 --- !u!157 &3
LightmapSettings: LightmapSettings:
@@ -125,6 +126,57 @@ NavMeshSettings:
debug: debug:
m_Flags: 0 m_Flags: 0
m_NavMeshData: {fileID: 0} m_NavMeshData: {fileID: 0}
--- !u!1 &247967404
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 247967407}
- component: {fileID: 247967406}
- component: {fileID: 247967405}
m_Layer: 0
m_Name: Cube (1)
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!41 &247967405
OcclusionPortal:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 247967404}
m_Open: 1
m_Center: {x: 0, y: 0, z: 0}
m_Size: {x: 1, y: 1, z: 1}
--- !u!33 &247967406
MeshFilter:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 247967404}
m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
--- !u!4 &247967407
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 247967404}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -6.35, y: 0, z: -27.2}
m_LocalScale: {x: 0.1, y: 6.4, z: 3.2}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &358170787 --- !u!1 &358170787
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@@ -193,6 +245,230 @@ Transform:
m_Children: [] m_Children: []
m_Father: {fileID: 0} m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &633910797
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 633910799}
- component: {fileID: 633910798}
m_Layer: 0
m_Name: Point Light
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!108 &633910798
Light:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 633910797}
m_Enabled: 1
serializedVersion: 10
m_Type: 2
m_Shape: 0
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_Intensity: 1
m_Range: 10
m_SpotAngle: 30
m_InnerSpotAngle: 21.80208
m_CookieSize: 10
m_Shadows:
m_Type: 2
m_Resolution: -1
m_CustomResolution: -1
m_Strength: 1
m_Bias: 0.05
m_NormalBias: 0.4
m_NearPlane: 0.2
m_CullingMatrixOverride:
e00: 1
e01: 0
e02: 0
e03: 0
e10: 0
e11: 1
e12: 0
e13: 0
e20: 0
e21: 0
e22: 1
e23: 0
e30: 0
e31: 0
e32: 0
e33: 1
m_UseCullingMatrixOverride: 0
m_Cookie: {fileID: 0}
m_DrawHalo: 0
m_Flare: {fileID: 0}
m_RenderMode: 0
m_CullingMask:
serializedVersion: 2
m_Bits: 4294967295
m_RenderingLayerMask: 1
m_Lightmapping: 1
m_LightShadowCasterMode: 0
m_AreaSize: {x: 1, y: 1}
m_BounceIntensity: 2
m_ColorTemperature: 7000
m_UseColorTemperature: 1
m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0}
m_UseBoundingSphereOverride: 0
m_UseViewFrustumForShadowCasterCull: 1
m_ShadowRadius: 0
m_ShadowAngle: 0
--- !u!4 &633910799
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 633910797}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -9.6, y: 2, z: -28.8}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &694673502
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 694673504}
- component: {fileID: 694673503}
m_Layer: 0
m_Name: Point Light (3)
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!215 &694673503
ReflectionProbe:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 694673502}
m_Enabled: 1
serializedVersion: 2
m_Type: 0
m_Mode: 0
m_RefreshMode: 0
m_TimeSlicingMode: 0
m_Resolution: 128
m_UpdateFrequency: 0
m_BoxSize: {x: 6.4, y: 6.4, z: 3.2}
m_BoxOffset: {x: 0, y: 1.6, z: 0}
m_NearClip: 0.3
m_FarClip: 1000
m_ShadowDistance: 100
m_ClearFlags: 1
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0}
m_CullingMask:
serializedVersion: 2
m_Bits: 4294967295
m_IntensityMultiplier: 1
m_BlendDistance: 1
m_HDR: 1
m_BoxProjection: 0
m_RenderDynamicObjects: 0
m_UseOcclusionCulling: 1
m_Importance: 1
m_CustomBakedTexture: {fileID: 0}
--- !u!4 &694673504
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 694673502}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -3.2000003, y: -1.6, z: -27.199999}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &729521985
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 729521987}
- component: {fileID: 729521986}
m_Layer: 0
m_Name: Point Light (4)
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!215 &729521986
ReflectionProbe:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 729521985}
m_Enabled: 1
serializedVersion: 2
m_Type: 0
m_Mode: 0
m_RefreshMode: 0
m_TimeSlicingMode: 0
m_Resolution: 128
m_UpdateFrequency: 0
m_BoxSize: {x: 6.4, y: 6.4, z: 6.4}
m_BoxOffset: {x: 0, y: 1.6, z: 0}
m_NearClip: 0.3
m_FarClip: 1000
m_ShadowDistance: 100
m_ClearFlags: 1
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0}
m_CullingMask:
serializedVersion: 2
m_Bits: 4294967295
m_IntensityMultiplier: 1
m_BlendDistance: 1
m_HDR: 1
m_BoxProjection: 0
m_RenderDynamicObjects: 0
m_UseOcclusionCulling: 1
m_Importance: 1
m_CustomBakedTexture: {fileID: 0}
--- !u!4 &729521987
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 729521985}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -9.6, y: -1.6, z: -28.8}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &1069902874 --- !u!1 &1069902874
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@@ -278,12 +554,114 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1069902874} m_GameObject: {fileID: 1069902874}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: -0, y: -0.96189404, z: -0, w: 0.27342257}
m_LocalPosition: {x: 0, y: 1.5, z: 0} m_LocalPosition: {x: -0.35, y: 2.29, z: -12.54}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 0} m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 571.73596, z: 0}
--- !u!1 &1095277278
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1095277281}
- component: {fileID: 1095277280}
- component: {fileID: 1095277279}
m_Layer: 0
m_Name: Cube (2)
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!41 &1095277279
OcclusionPortal:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1095277278}
m_Open: 1
m_Center: {x: 0, y: 0, z: 0}
m_Size: {x: 1, y: 1, z: 1}
--- !u!33 &1095277280
MeshFilter:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1095277278}
m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
--- !u!4 &1095277281
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1095277278}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -1.6, y: 0, z: -25.55}
m_LocalScale: {x: 3.2, y: 6.4, z: 0.1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &1163577998
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1163578001}
- component: {fileID: 1163578000}
- component: {fileID: 1163577999}
m_Layer: 0
m_Name: Cube
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!41 &1163577999
OcclusionPortal:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1163577998}
m_Open: 1
m_Center: {x: 0, y: 0, z: 0}
m_Size: {x: 1, y: 1, z: 1}
--- !u!33 &1163578000
MeshFilter:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1163577998}
m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
--- !u!4 &1163578001
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1163577998}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -1.6, y: 1.6, z: -16.05}
m_LocalScale: {x: 3.2, y: 3.2, z: 0.1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1001 &1291316014 --- !u!1001 &1291316014
PrefabInstance: PrefabInstance:
@@ -353,6 +731,16 @@ PrefabInstance:
propertyPath: m_LocalEulerAnglesHint.z propertyPath: m_LocalEulerAnglesHint.z
value: 0 value: 0
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: -8428076218977131714, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_StaticEditorFlags
value: 2147483647
objectReference: {fileID: 0}
- target: {fileID: -6898503938135727234, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: ff7a58b537c39bf4596236d36b3f8fd9, type: 2}
- target: {fileID: -5678806578789240263, guid: 389f2e30f12a6594aa447ff8e577a11d, - target: {fileID: -5678806578789240263, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3} type: 3}
propertyPath: m_CastShadows propertyPath: m_CastShadows
@@ -363,6 +751,16 @@ PrefabInstance:
propertyPath: m_Materials.Array.data[0] propertyPath: m_Materials.Array.data[0]
value: value:
objectReference: {fileID: 2100000, guid: 314db8c3c5bb4e648acf6c64d68612ae, type: 2} objectReference: {fileID: 2100000, guid: 314db8c3c5bb4e648acf6c64d68612ae, type: 2}
- target: {fileID: -5592722616028175187, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_StaticEditorFlags
value: 2147483647
objectReference: {fileID: 0}
- target: {fileID: -5394051245964025512, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_StaticEditorFlags
value: 2147483647
objectReference: {fileID: 0}
- target: {fileID: -5032242158421446960, guid: 389f2e30f12a6594aa447ff8e577a11d, - target: {fileID: -5032242158421446960, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3} type: 3}
propertyPath: m_CastShadows propertyPath: m_CastShadows
@@ -383,11 +781,56 @@ PrefabInstance:
propertyPath: m_StaticEditorFlags propertyPath: m_StaticEditorFlags
value: 2147483647 value: 2147483647
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: -3938502899171980480, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: ba457c821497d104abd39792fdb49a31, type: 2}
- target: {fileID: -3748983361004935133, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: ce37532cf4c1f034dad4728bb66d8d45, type: 2}
- target: {fileID: -3584497630037689987, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: ff7a58b537c39bf4596236d36b3f8fd9, type: 2}
- target: {fileID: -3060291489756378238, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: ba457c821497d104abd39792fdb49a31, type: 2}
- target: {fileID: -2689264071853786317, guid: 389f2e30f12a6594aa447ff8e577a11d, - target: {fileID: -2689264071853786317, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3} type: 3}
propertyPath: m_StaticEditorFlags propertyPath: m_StaticEditorFlags
value: 2147483647 value: 2147483647
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: -1807970279642858887, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_StaticEditorFlags
value: 2147483647
objectReference: {fileID: 0}
- target: {fileID: -1710812965390433450, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_StaticEditorFlags
value: 2147483647
objectReference: {fileID: 0}
- target: {fileID: -1660384031183063813, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 314db8c3c5bb4e648acf6c64d68612ae, type: 2}
- target: {fileID: -442191700255044870, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_StaticEditorFlags
value: 2147483647
objectReference: {fileID: 0}
- target: {fileID: 415059134719850254, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 5454696420f1d744a9945667cccf8385, type: 2}
- target: {fileID: 919132149155446097, guid: 389f2e30f12a6594aa447ff8e577a11d, - target: {fileID: 919132149155446097, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3} type: 3}
propertyPath: m_Name propertyPath: m_Name
@@ -403,11 +846,66 @@ PrefabInstance:
propertyPath: m_StaticEditorFlags propertyPath: m_StaticEditorFlags
value: 2147483647 value: 2147483647
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 3348814854313456553, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_StaticEditorFlags
value: 2147483647
objectReference: {fileID: 0}
- target: {fileID: 3594243245622329198, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_StaticEditorFlags
value: 2147483647
objectReference: {fileID: 0}
- target: {fileID: 3732076688127256404, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_StaticEditorFlags
value: 2147483647
objectReference: {fileID: 0}
- target: {fileID: 3898691148684370681, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: ce37532cf4c1f034dad4728bb66d8d45, type: 2}
- target: {fileID: 4128792925189478926, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 5454696420f1d744a9945667cccf8385, type: 2}
- target: {fileID: 4356345858494798233, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_StaticEditorFlags
value: 2147483647
objectReference: {fileID: 0}
- target: {fileID: 4826189523828615894, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_StaticEditorFlags
value: 2147483647
objectReference: {fileID: 0}
- target: {fileID: 6215181303040123860, guid: 389f2e30f12a6594aa447ff8e577a11d, - target: {fileID: 6215181303040123860, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3} type: 3}
propertyPath: m_StaticEditorFlags propertyPath: m_StaticEditorFlags
value: 2147483647 value: 2147483647
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 6533139375724473862, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_StaticEditorFlags
value: 2147483647
objectReference: {fileID: 0}
- target: {fileID: 6914411502154839752, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: ff7a58b537c39bf4596236d36b3f8fd9, type: 2}
- target: {fileID: 7534799165905407468, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: ff7a58b537c39bf4596236d36b3f8fd9, type: 2}
- target: {fileID: 7963630248442949604, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: ba457c821497d104abd39792fdb49a31, type: 2}
- target: {fileID: 8247994413960396516, guid: 389f2e30f12a6594aa447ff8e577a11d, - target: {fileID: 8247994413960396516, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3} type: 3}
propertyPath: m_Materials.Array.data[0] propertyPath: m_Materials.Array.data[0]
@@ -423,6 +921,11 @@ PrefabInstance:
propertyPath: m_Materials.Array.data[0] propertyPath: m_Materials.Array.data[0]
value: value:
objectReference: {fileID: 2100000, guid: 314db8c3c5bb4e648acf6c64d68612ae, type: 2} objectReference: {fileID: 2100000, guid: 314db8c3c5bb4e648acf6c64d68612ae, type: 2}
- target: {fileID: 9160308305406118846, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
propertyPath: m_StaticEditorFlags
value: 2147483647
objectReference: {fileID: 0}
m_RemovedComponents: [] m_RemovedComponents: []
m_RemovedGameObjects: [] m_RemovedGameObjects: []
m_AddedGameObjects: [] m_AddedGameObjects: []
@@ -431,141 +934,13 @@ PrefabInstance:
type: 3} type: 3}
insertIndex: -1 insertIndex: -1
addedObject: {fileID: 1291316024} addedObject: {fileID: 1291316024}
- targetCorrespondingSourceObject: {fileID: 6215181303040123860, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
insertIndex: -1
addedObject: {fileID: 1291316023}
- targetCorrespondingSourceObject: {fileID: -4997331772592229753, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
insertIndex: -1
addedObject: {fileID: 1291316022}
- targetCorrespondingSourceObject: {fileID: -2689264071853786317, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
insertIndex: -1
addedObject: {fileID: 1291316021}
- targetCorrespondingSourceObject: {fileID: -4317390092218404186, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
insertIndex: -1
addedObject: {fileID: 1291316020}
m_SourcePrefab: {fileID: 100100000, guid: 389f2e30f12a6594aa447ff8e577a11d, type: 3} m_SourcePrefab: {fileID: 100100000, guid: 389f2e30f12a6594aa447ff8e577a11d, type: 3}
--- !u!1 &1291316015 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: -4317390092218404186, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
m_PrefabInstance: {fileID: 1291316014}
m_PrefabAsset: {fileID: 0}
--- !u!1 &1291316016 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: -2689264071853786317, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
m_PrefabInstance: {fileID: 1291316014}
m_PrefabAsset: {fileID: 0}
--- !u!1 &1291316017 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: -4997331772592229753, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
m_PrefabInstance: {fileID: 1291316014}
m_PrefabAsset: {fileID: 0}
--- !u!1 &1291316018 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 6215181303040123860, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3}
m_PrefabInstance: {fileID: 1291316014}
m_PrefabAsset: {fileID: 0}
--- !u!1 &1291316019 stripped --- !u!1 &1291316019 stripped
GameObject: GameObject:
m_CorrespondingSourceObject: {fileID: 2550463727306718371, guid: 389f2e30f12a6594aa447ff8e577a11d, m_CorrespondingSourceObject: {fileID: 2550463727306718371, guid: 389f2e30f12a6594aa447ff8e577a11d,
type: 3} type: 3}
m_PrefabInstance: {fileID: 1291316014} m_PrefabInstance: {fileID: 1291316014}
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
--- !u!64 &1291316020
MeshCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1291316015}
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: 5
m_Convex: 0
m_CookingOptions: 30
m_Mesh: {fileID: 8856123793351686775, guid: 389f2e30f12a6594aa447ff8e577a11d, type: 3}
--- !u!64 &1291316021
MeshCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1291316016}
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: 5
m_Convex: 0
m_CookingOptions: 30
m_Mesh: {fileID: -1451897034064098182, guid: 389f2e30f12a6594aa447ff8e577a11d, type: 3}
--- !u!64 &1291316022
MeshCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1291316017}
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: 5
m_Convex: 0
m_CookingOptions: 30
m_Mesh: {fileID: -5769892994941346622, guid: 389f2e30f12a6594aa447ff8e577a11d, type: 3}
--- !u!64 &1291316023
MeshCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1291316018}
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: 5
m_Convex: 0
m_CookingOptions: 30
m_Mesh: {fileID: 2486338002333811103, guid: 389f2e30f12a6594aa447ff8e577a11d, type: 3}
--- !u!64 &1291316024 --- !u!64 &1291316024
MeshCollider: MeshCollider:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@@ -694,6 +1069,71 @@ MeshCollider:
m_Convex: 0 m_Convex: 0
m_CookingOptions: 30 m_CookingOptions: 30
m_Mesh: {fileID: 10206, guid: 0000000000000000e000000000000000, type: 0} m_Mesh: {fileID: 10206, guid: 0000000000000000e000000000000000, type: 0}
--- !u!1 &1551101400
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1551101402}
- component: {fileID: 1551101401}
m_Layer: 0
m_Name: Point Light (2)
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!215 &1551101401
ReflectionProbe:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1551101400}
m_Enabled: 1
serializedVersion: 2
m_Type: 0
m_Mode: 0
m_RefreshMode: 0
m_TimeSlicingMode: 0
m_Resolution: 128
m_UpdateFrequency: 0
m_BoxSize: {x: 3.2, y: 6.4, z: 9.6}
m_BoxOffset: {x: 0, y: -1.6, z: 0}
m_NearClip: 0.3
m_FarClip: 1000
m_ShadowDistance: 100
m_ClearFlags: 1
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0}
m_CullingMask:
serializedVersion: 2
m_Bits: 4294967295
m_IntensityMultiplier: 1
m_BlendDistance: 1
m_HDR: 1
m_BoxProjection: 0
m_RenderDynamicObjects: 0
m_UseOcclusionCulling: 1
m_Importance: 1
m_CustomBakedTexture: {fileID: 0}
--- !u!4 &1551101402
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1551101400}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -1.6000003, y: 1.6, z: -20.8}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &1701982584 --- !u!1 &1701982584
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@@ -853,6 +1293,70 @@ Transform:
m_Children: [] m_Children: []
m_Father: {fileID: 0} m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 30, y: 125, z: 0} m_LocalEulerAnglesHint: {x: 30, y: 125, z: 0}
--- !u!1 &2091557733
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2091557735}
- component: {fileID: 2091557734}
m_Layer: 0
m_Name: Point Light (1)
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!220 &2091557734
LightProbeGroup:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2091557733}
m_Enabled: 1
m_SourcePositions:
- {x: 0, y: 3.2, z: -1.6000004}
- {x: 1.6000004, y: 3.2, z: -1.6000004}
- {x: 0, y: 3.2, z: 0}
- {x: 1.6000004, y: 3.2, z: 0}
- {x: 0.79999924, y: 3.2, z: 1.6000004}
- {x: 3.1999998, y: 3.2, z: 1.6000004}
- {x: -1.6, y: 3.2, z: -1.6000004}
- {x: -1.6, y: 3.2, z: 0}
- {x: -1.6, y: 3.2, z: 1.6000004}
- {x: 8, y: 3.2, z: 11.200001}
- {x: 8, y: 3.2, z: 1.6000004}
- {x: 8, y: 2, z: 6.6000004}
- {x: 0, y: 0, z: -1.6000004}
- {x: 1.6000004, y: 0, z: -1.6000004}
- {x: 0, y: 0, z: 0}
- {x: 1.6000004, y: 0, z: 0}
- {x: 0.79999924, y: 0, z: 1.6000004}
- {x: 3.1999998, y: 0, z: 1.6000004}
- {x: -1.6, y: 0, z: -1.6000004}
- {x: -1.6, y: 0, z: 0}
- {x: -1.6, y: 0, z: 1.6000004}
- {x: 8, y: 0, z: 1.6000004}
m_Dering: 1
--- !u!4 &2091557735
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2091557733}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -9.6, y: -1.6, z: -28.8}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &3231720197660963110 --- !u!114 &3231720197660963110
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@@ -954,7 +1458,7 @@ MonoBehaviour:
m_EditorClassIdentifier: m_EditorClassIdentifier:
launchedFromSDKPipeline: 0 launchedFromSDKPipeline: 0
completedSDKPipeline: 0 completedSDKPipeline: 0
blueprintId: wrld_add5dd23-a676-4be8-90f0-07519ea2fd7a blueprintId: wrld_1359aa8c-25b6-4c2e-9dee-50be31f2511c
contentType: 1 contentType: 1
assetBundleUnityVersion: assetBundleUnityVersion:
fallbackStatus: 0 fallbackStatus: 0
@@ -998,8 +1502,9 @@ MonoBehaviour:
useAssignedLayers: 0 useAssignedLayers: 0
DynamicPrefabs: [] DynamicPrefabs: []
DynamicMaterials: DynamicMaterials:
- {fileID: 2100000, guid: 8275de5e6f690e447b92a3c55e1ea9a6, type: 2} - {fileID: 2100000, guid: 5454696420f1d744a9945667cccf8385, type: 2}
- {fileID: 2100000, guid: 82c71488a4e2c7045a809af43ba10b74, type: 2} - {fileID: 2100000, guid: 314db8c3c5bb4e648acf6c64d68612ae, type: 2}
- {fileID: 2100000, guid: 8b1f0878eea6d854ea8223eaa9d0e448, type: 2}
LightMapsNear: [] LightMapsNear: []
LightMapsFar: [] LightMapsFar: []
LightMode: 0 LightMode: 0
@@ -1072,3 +1577,11 @@ SceneRoots:
- {fileID: 1291316014} - {fileID: 1291316014}
- {fileID: 1381078088} - {fileID: 1381078088}
- {fileID: 1701982586} - {fileID: 1701982586}
- {fileID: 633910799}
- {fileID: 2091557735}
- {fileID: 1551101402}
- {fileID: 694673504}
- {fileID: 729521987}
- {fileID: 1163578001}
- {fileID: 247967407}
- {fileID: 1095277281}