Jump to content

Doxia Studio

Members
  • Posts

    9
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Doxia Studio reacted to Martin (Dragonsan) in Character Selection - Code   
    The scene name is defined in the Login scene -> AtavismCore game object -> ClientAPI component

  2. Like
    Doxia Studio reacted to Martin (Dragonsan) in Accounts Register from Website   
    They will be created in the accounts in the master and admin tables.
    So, the flow is like this.
    1. User is registering on your website
    2. User is logging in into the game
    3. During the login process, Atavism is checking if credentials are ok, and other conditions are met using a remote authenticator script, where you can check if the user has an active subscription or purchased your game, so you can handle any use case you want, and if all is fine, it's returning information with the user id.
    4. Then Atavism is getting this data, and checking if the user with the username/mail exists in the database, and if not, it is being created, and the user is logged in.
    This way, your users exist in the Atavism database, you can also ban them there or change their role to admin, but credentials are handled by the external authenticator, so the user can manage his account directly using your website, can change password use some forgot password functionality, etc.
    Here is the Atavism Live Demo link https://dragonsancom-my.sharepoint.com/:u:/g/personal/support_dragonsan_com/EQ3M0mzyUbROo2LR7SdicUkBOyuIdiIE9sAu96yI5lelWw
    It's a launcher that will download the game.
  3. Like
    Doxia Studio reacted to Martin (Dragonsan) in Accounts Register from Website   
    Hi, Atavism covers this element out of the box. Here you can find information on how to integrate Atavism login with your own system based on WordPress example https://unity.wiki.atavismonline.com/project/remote-php-account-connector/, but you can use any kind of user base, for example, as we do in the Atavism Live Demo where to login you have to register on this forum. 
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.