Godot Version
Godot 4.4 `
Question
So I’m getting this error
“E 0:00:14:886 set_parameter: Parameter “process_state” is null.
<C++ Source> scene/animation/animation_tree.cpp:73 @ set_parameter()”
when working with my Animation Tree but can’t seem to pinpoint the problem. I looked it up and someone else in another forum seemed to have this error pop up just in Godot 4.4.
A couple things I notice.
I only get the error when switching directions, I can do any action in the same direction, no issue, then if I switch to any of the other 7 directions I get the error.
The animations run perfectly, while I’m not really the type to ignore errors I can’t help but notice everything works.
Wondering if anyone has had this error, or can give me any advice on how to fix it. Thanks!