From b2cae9fc21a67ef2e68876a65f75080a38e3ecd1 Mon Sep 17 00:00:00 2001 From: Nick Schuetz Date: Fri, 22 May 2026 10:03:55 -0500 Subject: [PATCH] docs: README -- mark 26.05.0+ as a supported O3DE version line The supported-versions header was last bumped at 24.09.2 (released 2024-09). The project builds + runs cleanly against the 26.05.0 line as of today; add it to the supported list so readers don't think the project rotted between the 24.09 and 26.05 majors. Verified on Fedora 44 / NVIDIA RTX 2080 Ti / Vulkan RHI against the o3de2605 install: cmake configure, AssetProcessorBatch full project bake, GameLauncher loads Neighborhood, gameplay loop works (score / lives / home-time HUD, character control). Signed-off-by: Nick Schuetz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68c9214..f8950ff 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Supported o3de versions : **24.09.2** +Supported o3de versions : **24.09.2, 26.05.0+** # Newspaper Delivery Game