Search Unity

Administrator Page for Game

Discussion in 'General Discussion' started by rothd820, Dec 27, 2022.

  1. rothd820

    rothd820

    Joined:
    Feb 25, 2022
    Posts:
    2
    Hi everyone, I have been asked to research admin pages for a game that is being developed for an elementary school. Want for the page are:
    • Ability to reset passwords
    • Adjust prizes
    • Manually create user credentials
    • etc...
    I am new to this and would appreciate if anyone could point me in the right direction.
    Thank you in advance!!
     
  2. Antypodish

    Antypodish

    Joined:
    Apr 29, 2014
    Posts:
    10,769
    There is not enough details to be able assist you with a problem. Please be more specific.
    Also are you a student?
     
  3. kdgalla

    kdgalla

    Joined:
    Mar 15, 2013
    Posts:
    4,631
    Sounds like you are talking about a web page? In that case you should probably look in to forums where they discuss web development. The precise implementation will depend heavily on how you've implemented your back-end. What sort of server are you hosting this user data on?
     
  4. Claytonious

    Claytonious

    Joined:
    Feb 16, 2009
    Posts:
    902
    I would recommend using Directus (https://directus.io/). It lets you define a schema for your application's data that can be administered, creates nice gui for editing that data, and automatically creates a REST API that your game can consume at runtime. It's also low cost.

    It's great for standing up admin tools for your game in a snap.