I go through a LOT of unity projects. It would be *so* cool to automate the first open, so that I don’t have to import all projects into UnityHub and wait for the build process. With some automation I could let my computer build 90 Unity projects and once it’s done, I could start taking a look.
For that, we can use the command line!
$ /home/myname/Unity/Hub/Editor/6000.2.7f2/Editor/Unity \
-projectpath /some/path/somewhere

Except, apparently, we can’t?
This message pops up and cannot be interacted with.
Read the rest of this entry »
