Skip to content

rakeshchoyal92/unity3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

This repository contains docker files to build unity3d.

Build Script

docker image build -t IMAGE_NAME:TAG .

Run script

  • Change -v to point to the directory containing your unity project
export UNITY_IMAGE=rakeshchoyal92/unity3d:latest
docker run -it -v "/home/ubuntu/frontend:/root/project/frontend" unity:0.1 \
'/opt/Unity/Editor/Unity' -quit -batchmode -nographics \
-projectPath /root/project/frontend \
-executeMethod Buildscript.Build -logFile

About

Unity3d docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published