11000+款5星资源
8.5万+用户参与评分
10万+社区成员鼎力支持
每款资源都经过 Unity 审核
Unity 2019.4+
buildalon.com | Documentation | Discord
Buildalon is an end-to-end CI/CD solution designed for Unity developers.
This package provides extends Unity with command line arguments that are equivalent to the options in the Unity build window. You can use it to automate building Unity in any continuous integration and continuous deployment (CI/CD) environment.
If you're new to CI/CD, you can learn how setup build automation 1 minute at buildalon.com.
Package Details
This package adds methods that can be executed using the -executeMethod command line argument to validate, sync, and build the Unity project.
- Utilities.Editor.BuildPipeline.ValidateProject: Validates the Unity Project assets by forcing a symbolic link sync and creates solution files.
- Utilities.Editor.BuildPipeline.SyncSolution: Force Unity to update CSProj files and generates solution.
- Utilities.Editor.BuildPipeline.StartCommandLineBuild: Start a build using command line arguments.
For example, you can build your project with:
Unity.exe -projectPath "/path/to/unity/project" -quit -batchmode -executeMethod Buildalon.Editor.BuildPipeline.UnityPlayerBuildTools.StartCommandLineBuild
For detailed documentation on command line options, please see the Public GitHub Repository.