Skip to content

Commit

Permalink
Update controller to use cylinders for the pickup rather than capsule
Browse files Browse the repository at this point in the history
  • Loading branch information
pema99 committed Sep 28, 2023
1 parent e292d8b commit 4e9d5ea
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
64 changes: 32 additions & 32 deletions Packages/com.llealloo.audiolink/Runtime/AudioLinkController.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -7311,12 +7311,12 @@ GameObject:
serializedVersion: 6
m_Component:
- component: {fileID: 7808914124206671991}
- component: {fileID: 7808914124206671990}
- component: {fileID: 7808914124206671947}
- component: {fileID: 7808914124206671988}
- component: {fileID: 7808914124206671945}
- component: {fileID: 7808914124206671946}
- component: {fileID: 7808914124206671944}
- component: {fileID: 8144134804998703862}
m_Layer: 13
m_Name: LeftHandle
m_TagString: Untagged
Expand All @@ -7333,25 +7333,11 @@ Transform:
m_GameObject: {fileID: 7808914124206671984}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -0.13500023}
m_LocalScale: {x: 1, y: 1, z: 1}
m_LocalScale: {x: 0.029, y: 0.145, z: 0.029}
m_Children: []
m_Father: {fileID: 1117605067479269718}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!136 &7808914124206671990
CapsuleCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7808914124206671984}
m_Material: {fileID: 0}
m_IsTrigger: 1
m_Enabled: 1
m_Radius: 0.014
m_Height: 0.32
m_Direction: 1
m_Center: {x: 0.004, y: 0, z: 0}
--- !u!54 &7808914124206671947
Rigidbody:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -7475,6 +7461,20 @@ ParentConstraint:
m_Sources:
- sourceTransform: {fileID: 7808914123629710652}
weight: 1
--- !u!64 &8144134804998703862
MeshCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7808914124206671984}
m_Material: {fileID: 0}
m_IsTrigger: 1
m_Enabled: 1
serializedVersion: 4
m_Convex: 1
m_CookingOptions: 30
m_Mesh: {fileID: 10206, guid: 0000000000000000e000000000000000, type: 0}
--- !u!1 &7808914124777199193
GameObject:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -7514,12 +7514,12 @@ GameObject:
serializedVersion: 6
m_Component:
- component: {fileID: 7808914124964714841}
- component: {fileID: 7808914124964714840}
- component: {fileID: 7808914124964714845}
- component: {fileID: 7808914124964714846}
- component: {fileID: 7808914124964714835}
- component: {fileID: 7808914124964714844}
- component: {fileID: 7808914124964714834}
- component: {fileID: 7851186000441642318}
m_Layer: 13
m_Name: RightHandle
m_TagString: Untagged
Expand All @@ -7536,25 +7536,11 @@ Transform:
m_GameObject: {fileID: 7808914124964714842}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0.13500023}
m_LocalScale: {x: 1, y: 1, z: 1}
m_LocalScale: {x: 0.029, y: 0.145, z: 0.029}
m_Children: []
m_Father: {fileID: 1117605067479269718}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!136 &7808914124964714840
CapsuleCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7808914124964714842}
m_Material: {fileID: 0}
m_IsTrigger: 1
m_Enabled: 1
m_Radius: 0.014
m_Height: 0.32
m_Direction: 1
m_Center: {x: 0.004, y: 0, z: 0}
--- !u!54 &7808914124964714845
Rigidbody:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -7678,6 +7664,20 @@ ParentConstraint:
m_Sources:
- sourceTransform: {fileID: 7808914124777199192}
weight: 1
--- !u!64 &7851186000441642318
MeshCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7808914124964714842}
m_Material: {fileID: 0}
m_IsTrigger: 1
m_Enabled: 1
serializedVersion: 4
m_Convex: 1
m_CookingOptions: 30
m_Mesh: {fileID: 10206, guid: 0000000000000000e000000000000000, type: 0}
--- !u!1 &8714319022982819121
GameObject:
m_ObjectHideFlags: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MonoBehaviour:
compiledVersion: 2
behaviourSyncMode: 0
hasInteractEvent: 0
scriptID: -3531855225481457476
scriptID: 8782748746763068760
serializationData:
SerializedFormat: 2
SerializedBytes:
Expand Down

0 comments on commit 4e9d5ea

Please sign in to comment.