MultiplayerSample Project README.md provides incorrect controls
LB-MichalRodzos opened this issue · 3 comments
Describe the bug
In section "Player Controls" of the MultiplayerSample Project README.md is written:
Sprint: Hold shift
However; Shift key works as a toggle between Walk and Run.
Please note that the issue should be considered a Minor.
Steps to reproduce
Steps to reproduce the behavior:
- Go to https://github.com/o3de/o3de-multiplayersample/#multiplayersample-project.
- Follow the instruction to download and install the MultiplayerSample project.
- Run the NewStarbase level (in Editor's Game Mode or GameLauncher).
- While moving the character, press the Shift button.
- Go back to the MultiplayerSample Project README.md.
- Find Player Controls.
Expected behavior
Player Controls in the MultiplayerSample Project README.md shows correct controls.
Actual behavior
Player Controls in the MultiplayerSample Project README.md shows incorrect controls for running.
Found in Branch
Stabilization/2305 Installer build (https://o3debinaries.org/stabilization-2305/Latest/Windows/o3de_installer.exe, https://o3debinaries.org/stabilization-2305/Latest/Linux/O3DE_latest.deb)
Desktop/Device:
- Device: PC
- OS: Windows
- Version: 10 Pro
- CPU: AMD Ryzen 5 3600 6-Core Processor
- GPU: NVIDIA GeForce RTX 2060 SUPER
- Memory: 16 GB
Good catch, now we need to just toggle shift
to switch sprinting mode. Will update.
Issue verified as fixed in https://github.com/o3de/o3de-multiplayersample/blob/stabilization/2305/README.md. @lmbr-pip Will this fix also be merged to development documentation (https://github.com/o3de/o3de-multiplayersample/#multiplayersample-project) as the issue still occurs there?