Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Database

Discussion in 'Multiplayer' started by Croissant, Jun 24, 2008.

  1. Croissant

    Croissant

    Joined:
    Apr 3, 2008
    Posts:
    8
    I want to connect to my database(MySQL) to verify username password, to save some informations of these users, but i don't know how to do this in masterserver. Would anybody give me some suggestions? Any comments appreciated.
     
  2. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    sounds like you want to use a WWWForm and send the data to a php script where it is received as $_POST data and check it there and send back the corresponding answer.
     
  3. Croissant

    Croissant

    Joined:
    Apr 3, 2008
    Posts:
    8
    Oh, i am sorry. I mean i am going to add a part like database cache plugin to masterserver.