Webber Takken
Webber Takken
#### Changes - Disable pre-push audit check #### Checklist - [x] Read the contribution [guide](../CONTRIBUTING.md) and accept the [code](../CODE_OF_CONDUCT.md) of conduct - [x] Readme (updated or not needed) - [x]...
We'd like to create a CLI so that the action can use it instead of having its own logic. Later this CLI would move to its own repository. The CLI...
After https://github.com/game-ci/unity-builder/issues/401 and https://github.com/game-ci/unity-builder/issues/406 are finished, we'll make a plugin for installing and running SonarQube. Please add any requirements you might have of that plugin here.
After #401 and #406 are finished, we'll make a plugin for installing Blender. Please add any requirements you might have of that plugin here.
**Context** Introduce a simple plugins system in the CLI that can be extended. Plugins themselves are centrally maintained (as part of the CLI itself?). **Rationale** Currently if someone wants SonarQube...
Right now we only process Unity projects, however we have the ambition to support any other game engine as well, as long as they support open source tooling. The goal...
A first step after creating the CLI is to make a simple build work from a local machine. We'll go and add back features after that.
Since the CLI must be able to run builds, tests, and perhaps more, a Jobs system that selects a job based on the command that was passed should be introduced...
The CLI should be able to determine what it's host machine is capable of. Based on the host's capabilities subsequent configurations can be determined. An example: On a windows runner,...
Just installed unity-builder repo on a new pc. I found that it's installing 4 additional hooks and tests are running both through lint staged (only the relevant ones) and as...