- Split ground into more segments, allowing for smaller shadow maps.

- Added a dummy shadow caster to distant tree cards.
- Adjusted light probe positions and deleted superfluous ones.
- Player model no longer collides with skee-ball.
This commit is contained in:
2026-02-10 00:24:57 -05:00
parent 8eaef49f2e
commit f7b74ff33b
21 changed files with 1264 additions and 942 deletions
+44
View File
@@ -759,6 +759,7 @@ Transform:
m_Children:
- {fileID: 4154644970716274415}
- {fileID: 3368470146148995147}
- {fileID: 7786877233159228410}
- {fileID: 6784934243724562538}
- {fileID: 6851199884664952286}
- {fileID: 3302360261948195975}
@@ -1653,6 +1654,49 @@ Light:
m_UseViewFrustumForShadowCasterCull: 1
m_ShadowRadius: 0
m_ShadowAngle: 0
--- !u!1 &7611737566253252963
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 7786877233159228410}
- component: {fileID: 4271317582428263463}
m_Layer: 0
m_Name: Game Room Occlusion Area
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &7786877233159228410
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7611737566253252963}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -4.0600066, y: 0, z: -2.4599915}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 6656339914133609680}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!192 &4271317582428263463
OcclusionArea:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7611737566253252963}
serializedVersion: 2
m_Size: {x: 8.342787, y: 4.7641964, z: 6.0614204}
m_Center: {x: -0.051539898, y: 2.0717702, z: 0.8682434}
m_IsViewVolume: 1
--- !u!1 &8641520494755584637
GameObject:
m_ObjectHideFlags: 0
+92 -18
View File
@@ -356,7 +356,7 @@ Transform:
m_GameObject: {fileID: 173133837583285752}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 1.5, y: 0, z: 0}
m_LocalPosition: {x: 0.8, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
@@ -397,7 +397,7 @@ AudioSource:
Priority: 16
DopplerLevel: 0
MinDistance: 0.4734173
MaxDistance: 30
MaxDistance: 50
Pan2D: 0
rolloffMode: 2
BypassEffects: 0
@@ -503,7 +503,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
Gain: 10
Far: 30
Far: 50
Near: 0
VolumetricRadius: 0
EnableSpatialization: 1
@@ -781,7 +781,7 @@ AudioSource:
Priority: 16
DopplerLevel: 0
MinDistance: 1
MaxDistance: 20
MaxDistance: 40
Pan2D: 0
rolloffMode: 2
BypassEffects: 0
@@ -887,7 +887,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
Gain: 10
Far: 20
Far: 40
Near: 0
VolumetricRadius: 0
EnableSpatialization: 0
@@ -922,6 +922,7 @@ Transform:
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 5566570365041267598}
- {fileID: 1160801192367601088}
- {fileID: 7153538682851162143}
- {fileID: 8696578990156572161}
- {fileID: 3041418059485474600}
@@ -1750,6 +1751,49 @@ MonoBehaviour:
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
--- !u!1 &2242860209120080639
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1160801192367601088}
- component: {fileID: 6574846344914958456}
m_Layer: 0
m_Name: Movie Tent Occlusion Area
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1160801192367601088
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2242860209120080639}
serializedVersion: 2
m_LocalRotation: {x: -0, y: 0.7071067, z: -0, w: 0.70710695}
m_LocalPosition: {x: -0.78, y: 0, z: -0.27}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 2599576789236186236}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!192 &6574846344914958456
OcclusionArea:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2242860209120080639}
serializedVersion: 2
m_Size: {x: 7.611861, y: 6.130214, z: 7.9337516}
m_Center: {x: -0.24343956, y: 2.754779, z: 0.63553303}
m_IsViewVolume: 1
--- !u!1 &2300024144275728802
GameObject:
m_ObjectHideFlags: 0
@@ -2977,7 +3021,7 @@ AudioSource:
Priority: 16
DopplerLevel: 0
MinDistance: 1
MaxDistance: 20
MaxDistance: 40
Pan2D: 0
rolloffMode: 2
BypassEffects: 0
@@ -3083,7 +3127,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
Gain: 10
Far: 20
Far: 40
Near: 0
VolumetricRadius: 0
EnableSpatialization: 0
@@ -3116,7 +3160,7 @@ Transform:
m_GameObject: {fileID: 5293609045417559753}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 1.4999998, y: 0, z: 0}
m_LocalPosition: {x: 0.8, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
@@ -3157,7 +3201,7 @@ AudioSource:
Priority: 16
DopplerLevel: 0
MinDistance: 1
MaxDistance: 30
MaxDistance: 50
Pan2D: 0
rolloffMode: 2
BypassEffects: 0
@@ -3263,7 +3307,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
Gain: 10
Far: 30
Far: 50
Near: 0
VolumetricRadius: 0
EnableSpatialization: 1
@@ -6314,6 +6358,11 @@ PrefabInstance:
propertyPath: m_Name
value: Live Events (ProTV)
objectReference: {fileID: 0}
- target: {fileID: 400957923577116981, guid: 6fd15d8f78611a14198be2714af568fa,
type: 3}
propertyPath: mode
value: 1
objectReference: {fileID: 0}
- target: {fileID: 400957923577116982, guid: 6fd15d8f78611a14198be2714af568fa,
type: 3}
propertyPath: Spatialize
@@ -6322,7 +6371,7 @@ PrefabInstance:
- target: {fileID: 400957923577116982, guid: 6fd15d8f78611a14198be2714af568fa,
type: 3}
propertyPath: MaxDistance
value: 30
value: 50
objectReference: {fileID: 0}
- target: {fileID: 400957923577116982, guid: 6fd15d8f78611a14198be2714af568fa,
type: 3}
@@ -6334,6 +6383,16 @@ PrefabInstance:
propertyPath: panLevelCustomCurve.m_Curve.Array.data[0].value
value: 1
objectReference: {fileID: 0}
- target: {fileID: 400957923577116983, guid: 6fd15d8f78611a14198be2714af568fa,
type: 3}
propertyPath: m_Name
value: Stereo Standard Left
objectReference: {fileID: 0}
- target: {fileID: 400957923577116987, guid: 6fd15d8f78611a14198be2714af568fa,
type: 3}
propertyPath: m_LocalPosition.x
value: -0.8
objectReference: {fileID: 0}
- target: {fileID: 421891922030865306, guid: 6fd15d8f78611a14198be2714af568fa,
type: 3}
propertyPath: serializationData.Prefab
@@ -6443,7 +6502,7 @@ PrefabInstance:
- target: {fileID: 1110724077681434675, guid: 6fd15d8f78611a14198be2714af568fa,
type: 3}
propertyPath: MaxDistance
value: 30
value: 50
objectReference: {fileID: 0}
- target: {fileID: 1110724077681434675, guid: 6fd15d8f78611a14198be2714af568fa,
type: 3}
@@ -6752,6 +6811,11 @@ PrefabInstance:
propertyPath: m_OnValueChanged.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_StringArgument
value: UpdateUrlInput
objectReference: {fileID: 0}
- target: {fileID: 2172726328742634638, guid: 6fd15d8f78611a14198be2714af568fa,
type: 3}
propertyPath: m_Name
value: Stereo Low Latency Left
objectReference: {fileID: 0}
- target: {fileID: 2355656740629597226, guid: 6fd15d8f78611a14198be2714af568fa,
type: 3}
propertyPath: onValueChanged.m_PersistentCalls.m_Calls.Array.size
@@ -6877,6 +6941,11 @@ PrefabInstance:
propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_StringArgument
value: Skip
objectReference: {fileID: 0}
- target: {fileID: 2515907231329090636, guid: 6fd15d8f78611a14198be2714af568fa,
type: 3}
propertyPath: m_LocalPosition.x
value: -0.8
objectReference: {fileID: 0}
- target: {fileID: 2538989479474407234, guid: 6fd15d8f78611a14198be2714af568fa,
type: 3}
propertyPath: m_SizeDelta.x
@@ -6961,6 +7030,11 @@ PrefabInstance:
propertyPath: m_AnchorMin.x
value: 0.525
objectReference: {fileID: 0}
- target: {fileID: 3291561248151018283, guid: 6fd15d8f78611a14198be2714af568fa,
type: 3}
propertyPath: mode
value: 1
objectReference: {fileID: 0}
- target: {fileID: 3339120439528347611, guid: 6fd15d8f78611a14198be2714af568fa,
type: 3}
propertyPath: isAVPro
@@ -7067,7 +7141,7 @@ PrefabInstance:
- target: {fileID: 3645598231658797773, guid: 6fd15d8f78611a14198be2714af568fa,
type: 3}
propertyPath: MaxDistance
value: 30
value: 50
objectReference: {fileID: 0}
- target: {fileID: 3645598231658797773, guid: 6fd15d8f78611a14198be2714af568fa,
type: 3}
@@ -8043,7 +8117,7 @@ PrefabInstance:
- target: {fileID: 8647824172677426068, guid: 6fd15d8f78611a14198be2714af568fa,
type: 3}
propertyPath: MaxDistance
value: 30
value: 50
objectReference: {fileID: 0}
- target: {fileID: 8647824172677426068, guid: 6fd15d8f78611a14198be2714af568fa,
type: 3}
@@ -8474,7 +8548,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
Gain: 10
Far: 30
Far: 50
Near: 0
VolumetricRadius: 0
EnableSpatialization: 1
@@ -8678,7 +8752,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
Gain: 10
Far: 25
Far: 50
Near: 0
VolumetricRadius: 0
EnableSpatialization: 1
@@ -8702,7 +8776,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
Gain: 10
Far: 25
Far: 50
Near: 0
VolumetricRadius: 0
EnableSpatialization: 1
@@ -8909,7 +8983,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
Gain: 10
Far: 30
Far: 50
Near: 0
VolumetricRadius: 0
EnableSpatialization: 1