unity-actions icon indicating copy to clipboard operation
unity-actions copied to clipboard

Github actions for testing and building Unity projects

Results 11 unity-actions issues
Sort by recently updated
recently updated
newest added

**Bug description** In game-ci/unity-builder@v2 when building Unity project, build log display UNITY_PASSWORD in clear, while UNITY_EMAIL and UNITY_SERIAL are both hidden **How to reproduce** Use the workflow proposed by the...

bug

**Bug description** When using CI/CD sample on my own project, the build failed at docker.exe, exit code 125: repository name must be lowercase. **How to reproduce** Using windows only, use...

bug

**Context** Cancelling run from actions dashboard **Suggested solution** I suggest to check all containers before starting current and do something like described here: https://stackoverflow.com/questions/40744000/remove-all-docker-containers-except-one **We can check in couple ways:**...

enhancement

hey and thanks for this wonderful tool! i am trying to use image `unityci/editor:2020.3.25f1-android-0` to import a unity package with unity-editor: ``` env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE_5 }} UNITY_EMAIL: ${{ secrets.UNITY_EMAIL...

question

Hi, I recently came up with another approach to deal with manual license activation for free users (like myself). I have extended package [unity-license-activate](https://github.com/jcs090218/unity-license-activate) (it was originally created by Mizo...

enhancement

Environment / Ambient Lighting from the Skybox is missing. Surfaces lit exclusively by the skybox will appear black. **How to reproduce** See https://github.com/jfoshee/Hello-Cube/actions for a repro case - Create a...

bug
help wanted

The typescript unity actions ([unity-request-activation-file](https://github.com/game-ci/unity-request-activation-file), [unity-activate](https://github.com/game-ci/unity-activate), [unity-test-runner](https://github.com/game-ci/unity-test-runner), and [unity-builder](https://github.com/game-ci/unity-builder)) have a lot of duplicated code between them. We should move all that duplicated code to this repo, and instead have...

enhancement

Currently, all unity actions have this line commented out from the workflow: `- run: yarn build --quiet && git diff --quiet dist || { echo "dist should be auto generated"...

enhancement

**Context** I recently decided to use self-hosted runners for my builds as GitHub kept reporting that the Gradle build daemon disappeared unexpectedly because it may have been killed or may...

enhancement

https://github.com/actions/toolkit/tree/main/packages/cache

enhancement