- get latest o3de
- create project using script
scripts\o3de.bat create-project -pp path/to/project
- cd into project folder
- (optional)edit IMGUI cmake so IMGUI is availabe in release build - change IMGUI_DISABLED to IMGUI_ENABLED
- configure and build project-centric so all binaries are in project build folder
- run editor and create a game level e.g. game.prefab
- edit
autoexec.cfg
with something that loads the level, turns off debug text and enters fullscreen
loadlevel game