loicteixeira / gj-unity-api

[MOVED] Game Jolt API wrapper for Unity.
https://github.com/InfectedBytes/gj-unity-api/
MIT License
16 stars 13 forks source link

Unable to Sign Into GameJolt #66

Closed ghost closed 7 years ago

ghost commented 7 years ago

Every time I attempt a sign in with GameJolt, I get thrown an error of "The signature you entered for the request is invalid." I have not tested this in a built version of my game, only in the editor.

loicteixeira commented 7 years ago

Did you fill the game id and private key in the settings? http://loicteixeira.github.io/gj-unity-api/tutorial.html

ghost commented 7 years ago

In order to fill these out, do I need to set up a posted game on GameJolt and would it provide me with what to place in? If so, where do I find these values?

ghost commented 7 years ago

Thanks for the help (even if it was minimal support). I found out how to use game id's and keys and solved my issue,