Skip to content

Commit e90c03e

Browse files
committed
Updated missile collider and camera clipping plane
1 parent d61841c commit e90c03e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Assets/Prefabs/Missile A.prefab

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,8 +910,8 @@ BoxCollider:
910910
m_IsTrigger: 0
911911
m_Enabled: 1
912912
serializedVersion: 2
913-
m_Size: {x: 5, y: 0.52, z: 1}
914-
m_Center: {x: 1.49, y: 0, z: 0}
913+
m_Size: {x: 3, y: 1, z: 1}
914+
m_Center: {x: 2.48, y: 0, z: 0}
915915
--- !u!65 &65644856425442298
916916
BoxCollider:
917917
m_ObjectHideFlags: 1

Assets/Prefabs/Missile B.prefab

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,8 +910,8 @@ BoxCollider:
910910
m_IsTrigger: 0
911911
m_Enabled: 1
912912
serializedVersion: 2
913-
m_Size: {x: 5, y: 0.5, z: 1}
914-
m_Center: {x: 1.49, y: 0, z: 0}
913+
m_Size: {x: 3, y: 1, z: 1}
914+
m_Center: {x: 2.51, y: 0, z: 0}
915915
--- !u!65 &65671987771151308
916916
BoxCollider:
917917
m_ObjectHideFlags: 1

Assets/Scenes/ReplayScene.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6304,7 +6304,7 @@ Camera:
63046304
y: 0
63056305
width: 1
63066306
height: 1
6307-
near clip plane: 0.3
6307+
near clip plane: 3
63086308
far clip plane: 1000
63096309
field of view: 60
63106310
orthographic: 0

0 commit comments

Comments
 (0)