From c6ab278c7be66b98cd1f11655526bb1088f1f0c2 Mon Sep 17 00:00:00 2001 From: Clement James Date: Sun, 6 Sep 2026 15:55:00 +0100 Subject: [PATCH] docs: reflect Unreal mobile is live (Android + iOS) Unreal now runs embedded in Flutter on Android + iOS (demoed on device). Move Unreal mobile out of Work in Progress into Working (Beta), update the platform support table, and drop the '(WIP)' notes. --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0c7e4c4..a26f7a1 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ dependencies: gameframework: ^0.0.3 gameframework_unity: ^0.0.4 # If using Unity gameframework_stream: ^0.0.3 # If using asset streaming - # gameframework_unreal: ^0.0.3 # If using Unreal (WIP) + # gameframework_unreal: ^0.0.3 # If using Unreal ``` ### Basic Usage @@ -246,13 +246,15 @@ Game Engine (Unity/Unreal) - **Unity:** Android, iOS - **Core Framework:** All platforms +### 🟢 Working (Beta) +- **Unreal:** Android, iOS + ### 🚧 Work in Progress - **Unity:** Web, macOS, Windows, Linux -- **Unreal:** Android, iOS ### 📋 Roadmap +- Harden Unreal Engine mobile integration - Complete Unity desktop & web support -- Complete Unreal Engine mobile integration - Unreal desktop & web support - Advanced streaming features - Performance optimization tools @@ -262,8 +264,8 @@ Game Engine (Unity/Unreal) | Platform | gameframework | Unity | Unreal | Status | |----------|--------------|-------|--------|--------| -| Android | ✅ Ready | ✅ Ready | 🚧 WIP | Stable | -| iOS | ✅ Ready | ✅ Ready | 🚧 WIP | Stable | +| Android | ✅ Ready | ✅ Ready | 🟢 Beta | Stable | +| iOS | ✅ Ready | ✅ Ready | 🟢 Beta | Stable | | Web | ✅ Ready | ✅ Ready | ⏳ Planned | Stable | | macOS | ✅ Ready | 🚧 WIP | ⏳ Planned | Beta | | Windows | ✅ Ready | 🚧 WIP | ⏳ Planned | Beta |