o3de / o3de

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.
https://o3de.org
Other
7.84k stars 2.21k forks source link

Simulate Mode Camera Stops Work if Level Contains FlyCameraComponent #9385

Open AMZN-Gene opened 2 years ago

AMZN-Gene commented 2 years ago

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:

  1. Open a new level or create a level with a camera entity and FlyCameraComponent attached
  2. Enter Simulate mode (CTRL+P)
  3. Attempt to WASD fly around

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.

monroegm commented 2 years ago

SIG-Simulation are probably the best owners for simulate mode going forward

AMZN-Gene commented 2 years ago

Relates to #10672. Fly camera is really a feature ppl want to have in both editor and launcher.