修复关节绑定问题

main
SuGar-456 2 weeks ago
parent 581d0737b3
commit 67ab851411
  1. 6
      .vsconfig
  2. 64
      Assets/Scenes/SampleScene.unity

@ -0,0 +1,6 @@
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}

@ -760,7 +760,7 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 645404031}
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
@ -781,33 +781,33 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: ff3bfb33faef00d40880dd5952fd19e9, type: 3}
m_Name:
m_EditorClassIdentifier:
Network: {fileID: 0}
CharacterName:
Network: {fileID: 1669286645}
CharacterName: 6352
Hand: 0
Thumb1: {fileID: 0}
Thumb2: {fileID: 0}
Thumb3: {fileID: 0}
Index1: {fileID: 0}
Index2: {fileID: 0}
Index3: {fileID: 0}
Middle1: {fileID: 0}
Middle2: {fileID: 0}
Middle3: {fileID: 0}
Ring1: {fileID: 0}
Ring2: {fileID: 0}
Ring3: {fileID: 0}
Pinky1: {fileID: 0}
Pinky2: {fileID: 0}
Pinky3: {fileID: 0}
Wrist: {fileID: 0}
Thumb1: {fileID: 609358721}
Thumb2: {fileID: 544230338}
Thumb3: {fileID: 1563015900}
Index1: {fileID: 1456888722}
Index2: {fileID: 98653995}
Index3: {fileID: 193243661}
Middle1: {fileID: 638914514}
Middle2: {fileID: 5185257}
Middle3: {fileID: 1736178822}
Ring1: {fileID: 1904122423}
Ring2: {fileID: 1166298902}
Ring3: {fileID: 1736978023}
Pinky1: {fileID: 360601008}
Pinky2: {fileID: 2144751390}
Pinky3: {fileID: 2063385951}
Wrist: {fileID: 699354984}
Pitch: 0
Roll: 1
Yaw: 2
HasIMU: 0
HasIMU: 1
coefficient: 0.6
Thumb1Offset: {x: 0, y: 0, z: 0}
NeedRealTransfrom: 0
UsingNetwork: 0
Thumb1Offset: {x: 0, y: 0, z: -90}
NeedRealTransfrom: 1
UsingNetwork: 1
UsingAndroidService: 0
thumb1: {x: 0, y: 0, z: 0}
thumb2: {x: 0, y: 0, z: 0}
@ -831,6 +831,9 @@ MonoBehaviour:
Button_Joystick: 0
Button_Menu: 0
FlatEuler: {x: 0, y: 0, z: -90}
EnableQuaternionContinuity: 1
EnableWristSmoothing: 1
WristSmoothingSpeed: 18
SendBackIP:
Duration1: 20
Amplitude1: 4
@ -1488,7 +1491,7 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1183606958}
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
@ -1509,8 +1512,8 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: ff3bfb33faef00d40880dd5952fd19e9, type: 3}
m_Name:
m_EditorClassIdentifier:
Network: {fileID: 0}
CharacterName:
Network: {fileID: 1669286645}
CharacterName: 6352
Hand: 1
Thumb1: {fileID: 1400967189}
Thumb2: {fileID: 1287862379}
@ -1531,9 +1534,9 @@ MonoBehaviour:
Pitch: 2
Roll: 0
Yaw: 1
HasIMU: 0
HasIMU: 1
coefficient: 0.6
Thumb1Offset: {x: 0, y: 0, z: 0}
Thumb1Offset: {x: 0, y: 0, z: 90}
NeedRealTransfrom: 1
UsingNetwork: 1
UsingAndroidService: 0
@ -1558,7 +1561,10 @@ MonoBehaviour:
Button_B: 0
Button_Joystick: 0
Button_Menu: 0
FlatEuler: {x: 0, y: 0, z: -90}
FlatEuler: {x: 0, y: 0, z: 90}
EnableQuaternionContinuity: 1
EnableWristSmoothing: 1
WristSmoothingSpeed: 18
SendBackIP:
Duration1: 1
Amplitude1: 4

Loading…
Cancel
Save