- Home /
3.5.6 Silent Install/Deployment
I am currently working at packaging Unity 3.5.6 for deployment to about 100 computers at our college campus. We are upgrading from version 3.3.0. We were able to script 3.3.0 to install silently without prompting for the license setup on run every time a student uses it, but have not been able to get this working yet with 3.5.6. Does anyone have any advice for this?
You may want to say what platform you are installing to $$anonymous$$Hamm, although I'm not sure if it is possible.
i'm also trying to deploy unity 3.5.6 using kase. I want to bypass the registration part of the software when you first load it up.
Answer by carl-bennett · Mar 01, 2017 at 07:23 AM
The Syntax you need is: "C:\Program Files\Unity\Editor\Unity.exe" -quit -batchmode -serial SB-XXXX-XXXX-XXXX-XXXX-XXXX -username "JoeBloggs@example.com" -password "MyPassw0rd" https://docs.unity3d.com/Manual/CommandLineArguments.html