Unity Build(s) Without Using DLC

I am looking for a way to build my unity project without using docker, I can’t afford extra credits for DLC at the moment.

Hello @NotCoolKiwi. This could be done, but as the Virtual Machine on CircleCI will not have the Unity Engine installed, it would need to be installed on each build.

DLC though is used for Docker Layer Caching, for building docker images. If you are running Unity builds, you likely shouldn’t have a need for DLC.

1 Like