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

Settings menu don't show up #67

Closed loicteixeira closed 7 years ago

loicteixeira commented 7 years ago

cw6f4rgveaarhzf

Reported by @Haddicus on Twitter.

loicteixeira commented 7 years ago

I'm confused. by the look of the project tree, it seems that:

  1. you might be using the API version 1.x which does not have a settings menu.
  2. some files are missing.

Regarding the first point, the only reason to use 1.x at the moment is if you need support of an old Unity version (>= 3.5 < 5):

As for the second point, I'd recommend deleting the GameJoltAPI folder, download the version of your choice on the project page and reinstall.

If the problem persist:

Haddicus commented 7 years ago

Oddly enough - I removed the files, re-downloaded/re-added the files, and the menu system showed up. I did read the site on selecting the appropriate item in the API, and after rechecking, it looks as if I selected the wrong version when downloading (no clue how that happened - completely my fault). Thanks for getting this information to me so quickly! I appreciate it.

loicteixeira commented 7 years ago

Glad you could get it to work.