Skip to content

Commit 443d74f

Browse files
committed
chore: add demo GIF to README for enhanced visual representation in both Unity and Game Framework sections
1 parent 702060d commit 443d74f

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

engines/unity/dart/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Unity Engine integration plugin for Game Framework. This plugin allows you to embed Unity games in your Flutter applications with a unified API.
44

5+
<p align="center">
6+
<img src="https://raw.githubusercontent.com/xraph/gameframework/main/assets/flutter-unity-demo.gif" alt="A Unity 3D scene running inside a Flutter app, with live Flutter controls driving the game" width="300" />
7+
</p>
8+
59
## Features
610

711
- ✅ Unity 2022.3.x support

packages/gameframework/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ A unified, modular framework for embedding multiple game engines (Unity, Unreal
88
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
99
[![Platform](https://img.shields.io/badge/platform-Android%20%7C%20iOS%20%7C%20Web-lightgrey.svg)](https://flutter.dev)
1010

11+
<p align="center">
12+
<img src="https://raw.githubusercontent.com/xraph/gameframework/main/assets/flutter-unity-demo.gif" alt="A Unity 3D scene running inside a Flutter app, with live Flutter controls driving the game" width="300" />
13+
</p>
14+
1115
---
1216

1317
## ✨ Features

0 commit comments

Comments
 (0)