game-ci / game-ci/unity-builder

Allow 'lack of build target'

Open
#620 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
1.1k
Forks
313
Avg merge
1h 39m
Merged PRs (30d)
1

Description

**Context**

A project I contribute to is in quite a unique position - it needs to reference UnityEditor assemblies (and some unity package assemblies), and then be built outside of unity.
To this end, we use the unity-builder action to get access to the necessary assemblies from GitHub actions.
It's a bit frustrating that we have to choose a 'target platform' when we actually don't want to build anything at all.

All we need to do is open a project (to restore packages), copy some files, and close the project again.

**Suggested solution**

Provide a 'none' build target that uses the `base` docker images.

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.