[FEEDBACK] Need a parameter only for the trigger button.
curiss
The GestureLeftWeight and GestureRightWeight parameters share values with other buttons.
There was a problem in the animation using Trigger Button and GestureWeight after using another gesture or Action Menu.
(Another gesture makes the GestureWeight to 1.0, causing a problem with the Trigger Button animation)
My problem was this.
- Animation is played by pulling the trigger button more than 70%.
(Set Gesture 1, GestureRightWeight> 0.70)
1.Use finger point (using another gesture first) =
Gesture 3, GestureRightWeight 1.00
- Pull the Trigger button 50% (should not play animation) =
Gesture 1, GestureRightWeight 1.00 (Play animation.)
Gesture 1, GestureRightWeight 0.91 (Play animation.)
Gesture 1, GestureRightWeight 0.83 (Play animation.)
.
.
.
Gesture 1, GestureRightWeight 0.62
Gesture 1, GestureRightWeight 0.5
need a parameter only for the trigger button.
Log In
Demirramon
This also stops working if you disable gestures, which is inconvinient.