anhtnt90 / unity-docker-example

Example of running Unity WebGL within Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unity-docker-example

Game Start Screen

An example of how to run a Unity WebGL game using Docker. Although not the most exciting game, it could prove useful to be able to build and share games using Docker.

Run the game:

docker-compose up -d

Then visit localhost:8080 in a Browser.

Stop the game:

docker-compose down

About

Example of running Unity WebGL within Docker

License:MIT License


Languages

Language:CSS 42.5%Language:JavaScript 30.9%Language:HTML 24.0%Language:Dockerfile 2.6%