game-ci / game-ci/unity-builder
Completely white screen in build
- Dominant language
- TypeScript
- Stars
- 1.1k
- Forks
- 313
- Avg merge
- 1h 39m
- Merged PRs (30d)
- 1
Description
**Bug description**
Hello, I've tried several times, but I can't build a Unity with URP to Win64. After the build, I get sucessufuly artifact, but when I try to run, it happens:

(After Unity logo)
**How to reproduce**
- Create project with "3D Sample Scene (URP)" template. (2021. LTS)
- Try put this into pipeline.
```
- uses: game-ci/unity-builder@v2.1.2
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
```
**Expected behavior**
Getting same scene from template.
**Additional details**
Locally all good.
Contributor guide
Assessment
This issue has not been assessed yet.