# PC下移动手
Two Axis Puppet
# 动画
My Pan:[PC\_Arm\_Moving.unitypackage](https://raw.githubusercontent.com/yexca-VRChat/yexca-VRChat.github.io/main/file/PC_Arm_Moving.zip)
原包我已经找不到了,而且我已经卸载 Unity,这是从我保留下来的工程文件找的,不知道是否可用
# Arm\_Rigth
注:此演示退出不重置
- 数值
Bool:Arm\_Right\_Toggle,Reset\_Right
Float:Arm\_1,Arm\_2
- 图层
添加Avatar遮罩
`Default` - `Arm_Right_Toggle=True` - `BlendTree` - `Reset_Right=True` - `Resrt` - `Reset_Right=False` - `Default`
- BlendTree
Arm\_1,Arm\_2
2D Freeform Directional(二维自由定向)
6个Add Motion Field
Motion | Pos X | Pos Y |
ArmDefault | 0 | 0 |
ArmLeft | -1 | 0 |
ArmRight | 1 | 0 |
ArmUp | 0 | 1 |
ArmDown | 0 | -1 |
ArmRightUpLeft | -0.75 | 0.75 |
- 菜单
一、
Type:Two Axis Puppet
Parameter:Arm\_Right\_Toggle
Parameter Horizontal:Arm\_1
Parameter Vertical:Arm\_2
二、
Type:Button
Parameter:Reset\_Right
# Arm\_Both
注:此演示退出即重置
- 数值
Bool:Arm\_Both\_Toggle
Float:Arm\_1,Arm\_2
- 图层
添加Avatar遮罩
`Default` - `Arm_Both_Toggle=True` - `BlendTree`
`BlendTree` - `Arm_Both_Toggle=False` - `Default`
- BlendTree
Arm\_1,Arm\_2
2D Freeform Directional(二维自由定向)
7个Add Motion Field
Motion | Pos X | Pos Y |
ArmBothDefault | 0 | 0 |
ArmBothLeft | -1 | 0 |
ArmBothRight | 1 | 0 |
ArmBothUp | 0 | 1 |
ArmBothDown | 0 | -1 |
ArmBothUpLeft | -0.5 | 0.5 |
ArmBothLeftDown | -0.5 | -0.5 |
- 菜单
Type:Two Axis Puppet
Parameter:Arm\_Both\_Toggle
Parameter Horizontal:Arm\_1
Parameter Vertical:Arm\_2