We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AnimationTree
Parameter "process_state" is null
Windows 11 Pro Version 24H2 26.1.2025. OS build 26100.2894 Experience Windows Feature Experience Pack 1000.26100.36.0 CPU: AMD R7 7800X3D GPU: Radeon RX 7900 XTX, Driver version: 24.12.1
Whenever I start moving the character in a different direction I get the following errors over and over again:
E 0:00:02:774 set_parameter: Parameter "process_state" is null. <C++ Source> scene/animation/animation_tree.cpp:73 @ set_parameter() E 0:00:02:774 get_parameter: Parameter "process_state" is null. <C++ Source> scene/animation/animation_tree.cpp:93 @ get_parameter()
E 0:00:02:774 set_parameter: Parameter "process_state" is null. <C++ Source> scene/animation/animation_tree.cpp:73 @ set_parameter()
E 0:00:02:774 get_parameter: Parameter "process_state" is null. <C++ Source> scene/animation/animation_tree.cpp:93 @ get_parameter()
This doesn't seem to break anything and everything works as intended but I don't know why are the errors happening.
AnimationTree with CharacterBody3D node as Advance Expression Base Node which defines the velocity parameter for advance_expression as shown in MRP.
CharacterBody3D
Advance Expression Base Node
velocity
advance_expression
topdown.zip
The text was updated successfully, but these errors were encountered:
Reverting pr #100039 fixes the issue, CC @TokageItLab
Sorry, something went wrong.
Im experiencing this issue in stable 4.4 now.
Errors dont seem to break anything, but logs are flooded with
E 0:00:02:482 get_parameter: Parameter "process_state" is null. <C++ Source> scene/animation/animation_tree.cpp:93 @ get_parameter() E 0:00:02:482 set_parameter: Parameter "process_state" is null. <C++ Source> scene/animation/animation_tree.cpp:73 @ set_parameter()
process_state
TokageItLab
Successfully merging a pull request may close this issue.
Tested versions
System information
Windows 11 Pro Version 24H2 26.1.2025. OS build 26100.2894 Experience Windows Feature Experience Pack 1000.26100.36.0
CPU: AMD R7 7800X3D
GPU: Radeon RX 7900 XTX, Driver version: 24.12.1
Issue description
Whenever I start moving the character in a different direction I get the following errors over and over again:
E 0:00:02:774 set_parameter: Parameter "process_state" is null. <C++ Source> scene/animation/animation_tree.cpp:73 @ set_parameter()
E 0:00:02:774 get_parameter: Parameter "process_state" is null. <C++ Source> scene/animation/animation_tree.cpp:93 @ get_parameter()
This doesn't seem to break anything and everything works as intended but I don't know why are the errors happening.
Steps to reproduce
AnimationTree with
CharacterBody3D
node asAdvance Expression Base Node
which defines thevelocity
parameter foradvance_expression
as shown in MRP.Minimal reproduction project (MRP)
topdown.zip
The text was updated successfully, but these errors were encountered: