I’m setting up an automated build pipeline for my project. Part of this process includes provisioning a VM with the necessary software.
There’s an important piece of software I need that can only be obtained through a link on a private subforum, as opposed to a package registry or special installer. So I figured I’d write a script to log in with my forum credentials, navigate to this private subforum, and download the latest version of the particular software I need.
But before I bother, I want to ensure that this is possible. Does the Unity forum have any kind of mechanism for preventing bots or scripts from logging in? If so, I’ll have to think of some other solution.