Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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 |
Expand Down
Loading