Skip to content

Commit

Permalink
replaced fixed joint with configurable joint and disabled "auto confi…
Browse files Browse the repository at this point in the history
…gure connected anchor" to prevent issues with avatar hiding
  • Loading branch information
oofdesu committed Aug 8, 2022
1 parent 26e966a commit 3c3a001
Showing 1 changed file with 84 additions and 3 deletions.
87 changes: 84 additions & 3 deletions Contact Tracker.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ GameObject:
- component: {fileID: 6443734747979092963}
- component: {fileID: 7487824339508798578}
- component: {fileID: 357873260}
- component: {fileID: 357873259}
- component: {fileID: 4233931204322577061}
m_Layer: 0
m_Name: Contact Tracker
m_TagString: Untagged
Expand Down Expand Up @@ -784,14 +784,95 @@ Rigidbody:
m_Interpolate: 2
m_Constraints: 0
m_CollisionDetection: 0
--- !u!138 &357873259
FixedJoint:
--- !u!153 &4233931204322577061
ConfigurableJoint:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6704738930233041896}
m_ConnectedBody: {fileID: 0}
m_Anchor: {x: 0, y: 0, z: 0}
m_Axis: {x: 0, y: 0, z: 0}
m_AutoConfigureConnectedAnchor: 0
m_ConnectedAnchor: {x: 0, y: 0, z: 0}
serializedVersion: 2
m_SecondaryAxis: {x: 0, y: 0, z: 0}
m_XMotion: 0
m_YMotion: 0
m_ZMotion: 0
m_AngularXMotion: 0
m_AngularYMotion: 0
m_AngularZMotion: 0
m_LinearLimitSpring:
spring: 0
damper: 0
m_LinearLimit:
limit: 0
bounciness: 0
contactDistance: 0
m_AngularXLimitSpring:
spring: 0
damper: 0
m_LowAngularXLimit:
limit: 0
bounciness: 0
contactDistance: 0
m_HighAngularXLimit:
limit: 0
bounciness: 0
contactDistance: 0
m_AngularYZLimitSpring:
spring: 0
damper: 0
m_AngularYLimit:
limit: 0
bounciness: 0
contactDistance: 0
m_AngularZLimit:
limit: 0
bounciness: 0
contactDistance: 0
m_TargetPosition: {x: 0, y: 0, z: 0}
m_TargetVelocity: {x: 0, y: 0, z: 0}
m_XDrive:
serializedVersion: 3
positionSpring: 0
positionDamper: 0
maximumForce: 3.4028233e+38
m_YDrive:
serializedVersion: 3
positionSpring: 0
positionDamper: 0
maximumForce: 3.4028233e+38
m_ZDrive:
serializedVersion: 3
positionSpring: 0
positionDamper: 0
maximumForce: 3.4028233e+38
m_TargetRotation: {x: 0, y: 0, z: 0, w: 1}
m_TargetAngularVelocity: {x: 0, y: 0, z: 0}
m_RotationDriveMode: 0
m_AngularXDrive:
serializedVersion: 3
positionSpring: 0
positionDamper: 0
maximumForce: 3.4028233e+38
m_AngularYZDrive:
serializedVersion: 3
positionSpring: 0
positionDamper: 0
maximumForce: 3.4028233e+38
m_SlerpDrive:
serializedVersion: 3
positionSpring: 0
positionDamper: 0
maximumForce: 3.4028233e+38
m_ProjectionMode: 0
m_ProjectionDistance: 0.1
m_ProjectionAngle: 180
m_ConfiguredInWorldSpace: 0
m_SwapBodies: 0
m_BreakForce: Infinity
m_BreakTorque: Infinity
m_EnableCollision: 0
Expand Down

0 comments on commit 3c3a001

Please sign in to comment.