

It should also be mentioned that we don’t use the available Unity Cloud Build option but decided to implement our own Unity CI pipeline (). making the build artifact available after a successful build automatically for every developer.


You will learn the steps necessary to configure the CI pipeline and best practices in relation to a CI pipeline for Unity projects. It makes it possible to automatically execute Unity builds on a configured build server and to provide it for a further deployment process if required. This blog entry describes the implementation of a Continuous Integration (CI) pipeline especially adapted for Unity projects.
