-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<div align="center"> | ||
<p align="center"> | ||
<a href="https://docs.x.immutable.com/docs"> | ||
<img src="https://cdn.dribbble.com/users/1299339/screenshots/7133657/media/837237d447d36581ebd59ec36d30daea.gif" width="280"/> | ||
</a> | ||
</p> | ||
<h1>Immutable Game Bridge</h1> | ||
</div> | ||
|
||
## 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` |