Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations.
Describe the bug
Simulate mode, which allows users to fly around the level with fly camera, will break if there's an entity in the level using the FlyCameraComponent
Steps to reproduce
Steps to reproduce the behavior:
Open a new level or create a level with a camera entity and FlyCameraComponent attached
Enter Simulate mode (CTRL+P)
Attempt to WASD fly around
Expected behavior
Camera is able to fly around and look at the level
Describe the bug Simulate mode, which allows users to fly around the level with fly camera, will break if there's an entity in the level using the FlyCameraComponent
Steps to reproduce Steps to reproduce the behavior:
Expected behavior Camera is able to fly around and look at the level
Actual behavior The camera is jammed
Found in Branch Development latest
Relates to https://github.com/o3de/o3de/issues/10672. Fly camera is really a feature ppl want to have in both editor and launcher.