#(Unresolved)Crouch/Item Usage animation doesn't show up
1 messages · Page 1 of 1 (latest)
Why are you multiplying q.is_sneaking by q.is_using_item?
Huh
"blend_weight": "query.is_sneaking * query.is_using_item",
Oops
Also
MC doesn't always like "hold on last frame" anims
Also
You can turn on a debug output in your MC settings
You can first try to replace this * with an &&
Then try to set the hold on last frame anims to play once
(Unresolved)Crouch/Item Usage animation doesn't show up
Show the attachable file
Have you tried using variable.is_first_person instead of context.is_first_person
Or putting each statement into brackets, even if that doesn't work I'd still reccomend as I cleans the format of everything up, and easier to look at
Replacing them with variable just completely break the animation
What content logs did you get?
Hold on
(with variable the animation at least work for default first person and thrid person
Context**
Did you use variable.is_first_person == 1.0
Try it without the 1.0s and 0.0s