Activate Unity License Error #1130
Replies: 1 comment
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We are trying to spin up our initial build using Unity with CodeMagic. We setup our global variables in CodeMagic and setup our .yaml file to reference those variables but we are getting this error on the build execution:
Build failed :|
Step 3 script
Activate Unity License
exited with status code 1Note: we have upgraded with a paid Unity license and have these Global vars setup properly from our purview:
$UNITY_BIN -batchmode -quit -logFile -serial $ {UNITY_SERIAL} -username ${UNITY_USERNAME} -password ${UNITY_PASSWORD}
#!/usr/bin/env bash
Any suggestions are appreciated.
Beta Was this translation helpful? Give feedback.
All reactions