Fix smaller doors on floor 2, add attach points to breakout paddles, reduce ease time on breakout paddles.

This commit is contained in:
Toomas Tamm
2021-03-28 20:17:03 +03:00
parent c143be7e91
commit 2c6c865850
4 changed files with 147 additions and 49 deletions

View File

@@ -240,7 +240,7 @@ GameObject:
- component: {fileID: 5387078823007685487}
- component: {fileID: 5489778872027128264}
- component: {fileID: 6408273259403567560}
m_Layer: 0
m_Layer: 31
m_Name: Knob
m_TagString: Untagged
m_Icon: {fileID: 0}
@@ -338,7 +338,7 @@ GameObject:
- component: {fileID: 7178853457829565571}
- component: {fileID: 181338834508885938}
- component: {fileID: 8650006953091811217}
m_Layer: 0
m_Layer: 31
m_Name: Static_Indoor_Door Boxes
m_TagString: Untagged
m_Icon: {fileID: 0}
@@ -515,7 +515,7 @@ HingeJoint:
m_Anchor: {x: -0.5, y: 0, z: 0}
m_Axis: {x: 0, y: -0.4, z: 0}
m_AutoConfigureConnectedAnchor: 1
m_ConnectedAnchor: {x: 0.44997528, y: -0.0012344348, z: -0.213007}
m_ConnectedAnchor: {x: 0.44998422, y: -0.0012344602, z: -0.21300958}
m_UseSpring: 0
m_Spring:
spring: 0
@@ -634,7 +634,7 @@ Rigidbody:
m_Drag: 0
m_AngularDrag: 0.05
m_UseGravity: 0
m_IsKinematic: 0
m_IsKinematic: 1
m_Interpolate: 0
m_Constraints: 0
m_CollisionDetection: 0

View File

@@ -170,14 +170,15 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 683641811316564867}
m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -153.767, y: 19.684, z: -23.389}
m_LocalScale: {x: 0.02, y: 0.15, z: 0.02}
m_Children:
- {fileID: 683641809410680631}
- {fileID: 3156447394226617116}
m_Father: {fileID: 683641810726029904}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &683641811316564879
MeshFilter:
m_ObjectHideFlags: 0
@@ -289,8 +290,8 @@ MonoBehaviour:
m_PersistentCalls:
m_Calls: []
m_CustomReticle: {fileID: 0}
m_AttachTransform: {fileID: 0}
m_AttachEaseInTime: 0.15
m_AttachTransform: {fileID: 3156447394226617116}
m_AttachEaseInTime: 0
m_MovementType: 1
m_TrackPosition: 1
m_SmoothPosition: 0
@@ -347,3 +348,33 @@ BoxCollider:
serializedVersion: 2
m_Size: {x: 1.0000002, y: 1, z: 1.0000002}
m_Center: {x: 0, y: -0.0000038146973, z: 0.00012207031}
--- !u!1 &8476444150611154670
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 3156447394226617116}
m_Layer: 0
m_Name: Attach
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &3156447394226617116
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8476444150611154670}
m_LocalRotation: {x: -0.5, y: 0.5, z: 0.5, w: 0.5}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 683641811316564866}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: -90, y: 90, z: 0}