o3de / o3de-multiplayersample

Multiplayer sample project for the Open 3D Engine
https://o3de.org
Other
80 stars 57 forks source link

Linux: Sprint animation is not animated in place #315

Open LB-ArturZieba opened 1 year ago

LB-ArturZieba commented 1 year ago

Describe the bug Sprint animation is not animated in place, causing it to visually run away and snap back to player's actual position when active. Regular walk or jump animation does not have this issue.

It should be noted that this issue occurred on 1/4 machines when testing with installer.

It should also be noted that this issue occurred only on Linux.

Steps to reproduce

  1. Follow steps listed here: https://github.com/o3de/o3de-multiplayersample/blob/stabilization/2305/README_LINUX.md.
  2. Launch a client in any way (for example via Editor Game Mode).
  3. Press shift and run forward.

Expected behavior Motion is animated in place.

Actual behavior Motion is not animated in place, causing it to run away from actual player position.

Video

https://user-images.githubusercontent.com/86952082/230095319-ab20119b-e46b-418b-a579-de53cc408791.mp4

Found in Branch o3de-multiplayersample: Stabilization/2305 (4cee1b11a04ecbedacadb7dd977f11c8adce0d12) o3de-multiplayersample-assets: Stabilization/2305 (6739f1027152e68f67be361d77df2296dbf4e800) o3de: Stabilization/2305 Installer

Desktop

lmbr-pip commented 1 year ago

This appears to be Linux specific and appears that root motion is being applied. Needs further investigation.