Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Using MS SQL in Unity

Discussion in 'Multiplayer' started by codeBatt, May 4, 2022.

  1. codeBatt

    codeBatt

    Joined:
    Feb 12, 2020
    Posts:
    40
    Hello,
    I am making a game where I want to create 3 different users(just for example.) then this players should have different skins and specs ( I made the game part.) I wonder how I can do this through a database because I am asked to make it with a database and I should keep track of the each player's coin amount, level etc. this is a school project so there is no escape for me. Can I do this with microsoft sql server management studio, I know I need to get the localhost refereence. I am making this through unitywebrequest. My question is, how can I establish such properties on ms sql ? is there anyone who has done something like before? Please help, I am about to lose my mind.
     
  2. pKallv

    pKallv

    Joined:
    Mar 2, 2014
    Posts:
    1,173
    Well you would probably be better off using SqLite3 locally. Google unity and sqlite.

    Here is one: