https://github.com/chanonroy/unity-webgl-express
🏞️ Hosting an open-world Unity game using WebGL, WebAssembly, Express
https://github.com/chanonroy/unity-webgl-express
express unity webassembly webgl
Last synced: 2 months ago
JSON representation
🏞️ Hosting an open-world Unity game using WebGL, WebAssembly, Express
- Host: GitHub
- URL: https://github.com/chanonroy/unity-webgl-express
- Owner: chanonroy
- Created: 2023-09-09T15:47:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T12:57:08.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T11:50:53.432Z (about 1 year ago)
- Topics: express, unity, webassembly, webgl
- Language: HTML
- Homepage:
- Size: 15.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unity WebGL served on Express
[](https://unity3d.com)
This is a small prototype for hosting a Unity game exported and compressed to WebGL and hosted on an Express.js server.
Medium article about this prototype can be found [here](https://medium.com/@chanonroy/deploy-a-unity-game-to-the-web-using-webgl-and-express-75d251fc99cf)

### Installation
Clone down the repo and install packages
```
yarn
```
Run the server
```
yarn dev
```
Visit localhost:8000 and you should see the Unity game