Unity template project for LD
Since the rules allow to start with any base code, I prepared a small template which sets up a bunch of useful libraries for unity (such as DOTween and UniTask) and adds a little bit of utility functions.
However the biggest advantage I see is the CI pipeline based on github actions. Whenever I commit my code it will do a build and if the build fails I'll be notified. Very easy to know about any issues with the build at the moment the issue happens, rather than at the moment I need to upload this on itch :)
If I create a release on github it will build and upload it on itch.io. It is possible to upload build from every commit (I did it last LD), however I prefer to submit selected ones.
If you are interested to setup the same feel free to fork my github repo here. There are also instructions on how to setup same pipeline with continuous build and continuous upload on itch. Only web is supported for now, but you know the power of open source, feel free to contribute if you wish!