You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yesterday I ran the IdleClicker game and it worked fine.
Now, I try to run it again and get an error EconomyException: Configuration not published.
What am I doing wrong?
Here is what I tried so far:
Tried to delete the anonymous user from my Unity cloud project. This lead to another error: WebRequestException: {"detail":"The session token is not valid.","details":[],"status":401,"title":"INVALID_SESSION_TOKEN"}
Tried to unlink the project from my Unity cloud project (it was not linked when I downloaded the repository). This lead to another error: UnityProjectNotLinkedException: To use Unity's dashboard services, you need to link your Unity project to a project ID. To do this, go to Project Settings to select your organization, select your project and then link a project ID. You also need to make sure your organization has access to the required products. Visit https://dashboard.unity3d.com to sign up. (this is strange, as when I cloned the repository, the project was not linked, and it still worked).
The text was updated successfully, but these errors were encountered:
Yesterday I ran the IdleClicker game and it worked fine.
Now, I try to run it again and get an error
EconomyException: Configuration not published
.What am I doing wrong?
Here is what I tried so far:
Tried to delete the anonymous user from my Unity cloud project. This lead to another error:
WebRequestException: {"detail":"The session token is not valid.","details":[],"status":401,"title":"INVALID_SESSION_TOKEN"}
Tried to unlink the project from my Unity cloud project (it was not linked when I downloaded the repository). This lead to another error:
UnityProjectNotLinkedException: To use Unity's dashboard services, you need to link your Unity project to a project ID. To do this, go to Project Settings to select your organization, select your project and then link a project ID. You also need to make sure your organization has access to the required products. Visit https://dashboard.unity3d.com to sign up.
(this is strange, as when I cloned the repository, the project was not linked, and it still worked).The text was updated successfully, but these errors were encountered: