#!/bin/bash -e cd "$(dirname "$0")" "$HOME/Unity/Hub/Editor/2022.1.22f1/Editor/Unity" \ -quit -batchmode \ -logFile "/dev/stdout" \ -projectPath "./game/" \ -executeMethod "WebGLBuilder.Build"