Game Programming
Setting Up CI/CD for Unity Projects
Setting up CI/CD for your Unity project can be tricky. In this extensive guide, I walk you through how to set it up step by step.
Setting up CI/CD for your Unity project can be tricky. In this extensive guide, I walk you through how to set it up step by step.
I recently learned an important lesson: require in Lua most be done in the correct order. Read about my issue and what the solution was here.