game-ci / game-ci/unity-builder

Completely white screen in build

Open
#469 9 comments 2 reactions 0 assignees View on GitHub
bug
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:
![image](https://user-images.githubusercontent.com/9078504/197344041-c7c897e3-6f69-4640-ad8c-6743225f9a12.png)
(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

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.