fix:修改体感服不震动问题,先隐藏手臂震动

This commit is contained in:
bzx
2025-08-14 11:19:19 +08:00
parent 19064f1aaf
commit 53c76aa20d
4 changed files with 321 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ public class MRInput : MonoBehaviour
{
_clickTriggerhandlers[i].Invoke();
}
TrueGearEffectManager.Ins.OnHit(true,4,true);
//TrueGearEffectManager.Ins.OnHit(true,4,true);
}
_lastPressRightTrigger = isTrigger||isGrip;