Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello again,
Thank you very much.  I missed the login part, namely in the same example you gave. I thought to retrieve details about the game, such as the game's id, a login wasn't necessary.
Still, I don't think I'm going to host my server. The one you provided for the game jam suits my needs.
Thanks again!

Hi ratuspro,

Just to reiterate some of the getting started with SUGAR steps (to make sure its clear), you should know the game token (name of the game) and id, through the game creation in the admin panel. This information is then set in the SUGAR prefab, to be used for API calls, you should not have to retrieve these through code. See Getting Started  (see step 4. Configure It!)

Thanks