Search Unity

Working with SQL

Discussion in 'Getting Started' started by unity_ykbC9pHb3kc_Vw, Aug 2, 2018.

  1. unity_ykbC9pHb3kc_Vw

    unity_ykbC9pHb3kc_Vw

    Joined:
    Jun 1, 2018
    Posts:
    2
    Hi,

    I'm doing a little project, its goal being to introduce myself to different aspects of Unity itself as well as C# developpement in general.
    This project is a game (twin sticks, FPS, very basic so far, only a few mechanics built), and now i would like to improve myself and dive in the SQL part.

    Problem is, i don't have a lot of experience on SQL yet, so i don't even know why i would need that in my game.
    Can you help me finding ideas that would fit my project and would make me train SQL ?

    Thanks a lot by advance !
     
  2. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    Then why are you trying to add it? Most games have no SQL in them. Chances are very good that you don't need it in your game.
     
  3. unity_ykbC9pHb3kc_Vw

    unity_ykbC9pHb3kc_Vw

    Joined:
    Jun 1, 2018
    Posts:
    2
    I want/need to train myself on databases, i thought that this game i did on the side was the right project for that, but maybe it isn't then.
    I'll work on that on another learning project then, thanks for the info that most games have no SQL at all (especially the smallest ones i guess).