diff --git a/packages/game-bridge/README.md b/packages/game-bridge/README.md
new file mode 100644
index 0000000000..178009f500
--- /dev/null
+++ b/packages/game-bridge/README.md
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
Immutable Game Bridge
+
+
+## How to Create Index Files for Immutable Unity and Unreal SDK
+
+1. In the root directory of this repository, run:
+```bash
+yarn install
+```
+2. Navigate to the game-bridge directory:
+```bash
+`cd packages/game-bridge`
+```
+3. Build the files:
+```bash
+yarn build
+```
+
+The bundled index files will be generated in the following locations:
+- Unity: `game-bridge/dist/unity/index.html`
+- Unreal: `game-bridge/dist/unreal/index.js`