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

SQL lite

Discussion in 'Multiplayer' started by isaacmarco, Feb 16, 2010.

  1. isaacmarco

    isaacmarco

    Joined:
    Sep 21, 2009
    Posts:
    13
    Hello

    Can I use SQL lite with the Indie version of Unity? I need to save data locally. What other choices to SQL lite?.

    Thanks in advance
     
  2. DrHotbunz

    DrHotbunz

    Joined:
    Feb 14, 2009
    Posts:
    315
    You can use mysql as an option. See the high score example on the wiki.
     
  3. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    It should be possible to use it through System.Data.SQLite I think (there are articles on the web on the steps required), but please don't nail me on it, that experiment was over 16 months ago in Unity 2.1 :)