marsel-96/unity-ci-self-hosted-builder
Unity CI self-hosted building action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| unityVersion | Version of unity. | yes | — |
| unityProjectPath | Path to the Unity project or package to be tested. | no | — |
| unityCustomArguments | Extra parameters to configure the Unity editor run. | no | — |
| unityBuildName | Unity build name. | yes | — |
| unityBuildVersion | Unity build version. | yes | — |
| unityBuildTarget | Unity build target platform. Currently only supported: StandaloneWindows64 | yes | — |
| unityBuildMethod | Unity C# method used for building the project. Should be in the form of <classname>.<methodname>. The file containing the method should be in the Assets folder. | no | BuildCommand.PerformBuild |
| unityBuildPath | Path to the Unity build output folder. | no | build |
Outputs
| name | description |
|---|---|
| unityBuildFullPath | Path to the Unity build output folder. |
| unityBuildName | Unity build name. |
| unityBuildVersion | Unity build version. |
| unityBuildTarget | Unity build target platform |