Minimata / Alexandre Serex @game-dev.space · Sep 27

Nice base setup for Unity using Game CI. Tests are ran and builds are made.

1 likes 2 replies

?

Replies

Minimata / Alexandre Serex · Sep 27

Does take some time though, the tests themselves barely take any time so this is all "boilerplate". Not so great, means the tests probably won't be running for every commit on the server, unlike Godot. Still nice though, can definitely run multiple times a day.

Minimata / Alexandre Serex · Sep 27

Still having issues when building for multiple platforms. Apparently Unity needs to switch stuff between platforms and I still haven't found a way to let the CI do that automatically. It just throws an error when trying to build for say Windows and WebGL.