Hello,
I am trying to write a script for silently installing Unity without using the unity hub. I am also planning to deploy that script in multiple computers to make it available along with the license.
I check the documentation and I am able to find ways to generate a license activation file (.alf) file with command line arguments but I am unable to find a way to get the license approved through command line which I can use in my script to get it done. For now the only method that i saw in the documentation is that we have to take the .alf file and upload it in the id.unity.com portal and get the Unity License File(.ulf).
Does anybody know how to do this process in command line. Or if anybody has a suggestion to automate this process so that I can include it in my script?.
Any information would help…