game-ci / game-ci/unity-builder

unknown option when building unity project for webgl on aws cloudrunner

Open
#560 1 comment 0 reactions 0 assignees View on GitHub
cloud-runner
Dominant language
TypeScript
Stars
1.1k
Forks
313
Avg merge
1h 39m
Merged PRs (30d)
1

Description

Hello
I am using unity-builder to build my unity project for webgl target platform.
Currently I am encountering problems with the build itself. The build outputs the following error

`Error: error: unknown option '--logFile'`

I'm following the official documentation and the configuration that I'm using in my workflow is as following:

```
- uses: game-ci/unity-builder@cloud-runner-develop
id: aws-fargate-unity-build
env:
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
providerStrategy: aws
targetPlatform: WebGL
gitPrivateToken: ${{ secrets.GH_TOKEN }}
containerCpu: 4096
containerMemory: 8192
```

Is there any problem with my configuration? any help would be greatly appreciated! Thanks!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.