query.is_moving is inconsistent. Often reports that the player is not moving while still in a stroll, It also seems to be tied to performance.
Partner Rank: 2
Partner Team Reporting: Blockception
Verification builds: 1.17.14
Summary:
query.is_moving is inconsistent. Often reports that the player is not moving while still in a stroll, It also seems to be tied to performance.
Impact:
This makes anything dependent on the query difficult to work with,
For example, the animation controller keeps jumping between states because of this.
Repro Steps:
- Open the attached world
- Walked around
- Observe chat output
Observed Results:
The animation controller in the included world output text depended on where or not query.is_moving is true or false.
While walking it jumps back between true and false.
Expected Results:
While walking it jumps back between true and false.
Screenshots/Videos attached: Yes
query.is_moving inconsistency - YouTube
Regression Builds:
–
Notes:
Seems to be tied to how well the minecraft server is performing in the back