The Road to Continuous Integration in Unity

Have you ever had a doubt while developing a new feature? The doubt that tells you what you are doing could break something within the project? Or worse, you don’t have that doubt and you make the project explode anyway?

In this first part, we will explain what Continuous Integration is and how it can help us. At the end of the post, we will have Unity tests running in every change we make into our project using Gitlab CI/CD.