marsel-96/unity-ci-self-hosted-builder

Unity CI self-hosted building action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
unityVersionVersion of unity.yes
unityProjectPathPath to the Unity project or package to be tested.no
unityCustomArgumentsExtra parameters to configure the Unity editor run.no
unityBuildNameUnity build name.yes
unityBuildVersionUnity build version.yes
unityBuildTargetUnity build target platform. Currently only supported: StandaloneWindows64yes
unityBuildMethodUnity 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.noBuildCommand.PerformBuild
unityBuildPathPath to the Unity build output folder.nobuild
namedescription
unityBuildFullPathPath to the Unity build output folder.
unityBuildNameUnity build name.
unityBuildVersionUnity build version.
unityBuildTargetUnity build target platform