An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Unity WebGL served on Express

[![Made with Unity](https://img.shields.io/badge/Made%20with-Unity-57b9d3.svg?style=flat-square&logo=unity)](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