Gravity doesn't affect fox
Describe the bug The fox can walk on air, gravity doesn't affect it
To Reproduce Steps to reproduce the behavior:
- Go to block.scn in the app
- Insert this code in the block.scn file :
{
"position": [
-66,
0.16,
16
],
"quaternion": [
0,
0.7071067811865475,
0,
0.7071067811865475
],
"start_url": "https://webaverse.github.io/fox/"
}
- Go near the fox and hold E
- Make the fox follow you outside of the ground range
Expected behavior Gravity should pull the fox down
Screenshots

Duplicate : https://github.com/webaverse/app/issues/3054
Related info, maybe useful: I think we need apply Character Controller to fox and other creatures too, like what local/npcPlayer do. I've done this feature once before, but the codes mixed with a failed Pet Follow/PathFinding PR. https://github.com/webaverse/totum/pull/59 Need be separated and fit with newest code base.
Related: https://github.com/webaverse/app/issues/3175