yaski
1
Hello
Unity doesn’t allow anymore to manually install personal licence for build machines. It allows only using licence with Unity Hub.
I made my own dedicated macos machine runner. And install Unity Editor on it. I use personal licence on this machine. But how to make circle ci job use installed editor and installed licence? It gives me error now when I try to run job without encoded licence provided. Is it possible to run the job without licence and use already installed on mac machine? I don’t use docker so I don’t understand what is the problem.
yaski
2
I found how to create personal licence file
But when I try to build with it I get error:
“Detected OS: macOS.
No serial detected. Extracting it from the encoded license.
Password:
Too long with no output (exceeded 20m0s): context deadline exceeded”
Could you explain how you could create a personal licence for CI/CD?