Skip to content

Commit

Permalink
Fix VR Interact Input Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidStonee committed Jul 14, 2022
1 parent 79ff2ff commit 754cb10
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Assets/Logic/inputActions_viva.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ public @InputActions_viva()
{
""name"": """",
""id"": ""932153d9-aa83-4c23-9c4e-5d84985c6866"",
""path"": ""<XRController>{LeftHand}/triggerButton"",
""path"": ""<XRController>{LeftHand}/triggerPressed"",
""interactions"": """",
""processors"": """",
""groups"": """",
Expand Down Expand Up @@ -1374,7 +1374,7 @@ public @InputActions_viva()
{
""name"": """",
""id"": ""94f2e17d-c3e1-42cf-988b-c8931cf4dcbd"",
""path"": ""<XRController>{RightHand}/triggerButton"",
""path"": ""<XRController>{RightHand}/triggerPressed"",
""interactions"": """",
""processors"": """",
""groups"": """",
Expand Down
4 changes: 2 additions & 2 deletions Assets/Logic/inputActions_viva.inputactions
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@
{
"name": "",
"id": "932153d9-aa83-4c23-9c4e-5d84985c6866",
"path": "<XRController>{LeftHand}/triggerButton",
"path": "<XRController>{LeftHand}/triggerPressed",
"interactions": "",
"processors": "",
"groups": "",
Expand Down Expand Up @@ -1352,7 +1352,7 @@
{
"name": "",
"id": "94f2e17d-c3e1-42cf-988b-c8931cf4dcbd",
"path": "<XRController>{RightHand}/triggerButton",
"path": "<XRController>{RightHand}/triggerPressed",
"interactions": "",
"processors": "",
"groups": "",
Expand Down
10 changes: 5 additions & 5 deletions Assets/Models/mainHouse.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -8993,27 +8993,27 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 4506921825008852, guid: fb71d935ad03a4ad5a011d231b7c979c, type: 3}
propertyPath: m_LocalPosition.x
value: 1.642
value: 2.095
objectReference: {fileID: 0}
- target: {fileID: 4506921825008852, guid: fb71d935ad03a4ad5a011d231b7c979c, type: 3}
propertyPath: m_LocalPosition.y
value: 0.057
objectReference: {fileID: 0}
- target: {fileID: 4506921825008852, guid: fb71d935ad03a4ad5a011d231b7c979c, type: 3}
propertyPath: m_LocalPosition.z
value: -2.056
value: -3.134
objectReference: {fileID: 0}
- target: {fileID: 4506921825008852, guid: fb71d935ad03a4ad5a011d231b7c979c, type: 3}
propertyPath: m_LocalRotation.w
value: 1
value: 0.7071068
objectReference: {fileID: 0}
- target: {fileID: 4506921825008852, guid: fb71d935ad03a4ad5a011d231b7c979c, type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4506921825008852, guid: fb71d935ad03a4ad5a011d231b7c979c, type: 3}
propertyPath: m_LocalRotation.y
value: 0
value: 0.7071068
objectReference: {fileID: 0}
- target: {fileID: 4506921825008852, guid: fb71d935ad03a4ad5a011d231b7c979c, type: 3}
propertyPath: m_LocalRotation.z
Expand All @@ -9025,7 +9025,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 4506921825008852, guid: fb71d935ad03a4ad5a011d231b7c979c, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
value: 90
objectReference: {fileID: 0}
- target: {fileID: 4506921825008852, guid: fb71d935ad03a4ad5a011d231b7c979c, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
Expand Down

0 comments on commit 754cb10

Please sign in to comment.