-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reintegrate Melody Mania up to 2024-10-06 #473
Conversation
The pipeline is not working because Unity does not seem to accept the license (same old, same old). Documentation how to set up the license with the GitHub Actions can be found here: https://game.ci/docs/github/activation Unfortunately, the instructions do not work. All secrets are in place, but the error remains.
But UNITY_EMAIL, UNITY_PASSWORD, and UNITY_LICENSE have been set already. It seems there are also others with this issue. Before, GameCI had an action to aquire a license request ( https://github.com/marketplace/actions/unity-request-activation-file ). But this is now deprecated
But as I said, the instructions do not work.
I don't know how to proceed here. |
How I previously always got it to work: run the thing locally in a docker container, activate it, get the activation license file content, write that content into a github secret. and have the docker container write that secret into the required license file |
…icense request" This reverts commit 36d8637.
Nevermind, I forgot to expose the new secrets UNITY_EMAIL and UNITY_PASSWORD to the GitHub Actions workflows. Unity is building the project now, but it seems there are some issues. Will take a look soon. |
For Ansis to be able to continue working, we decided to ignore the buidl pipeline requirement for now and merge anyways. Hope this is okay for you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
What does this PR do?
Reintegrate recent changes from Melody Mania.
Closes Issue(s)
close #465
close #464
close #435
close #420
Motivation