- Home /
This question was
closed Dec 10, 2015 at 01:25 PM by
laharl219 for the following reason:
The question is answered, right answer was accepted
Question by
laharl219 · Dec 09, 2015 at 11:03 AM ·
c#programmingsystemconnectionlibraries
System.Data and System.Data.SqlClient
Hello, i'm trying to make a SQL connection, and according to some tutorials, i'll need System.Data and System.Data.SqlClient. However, my visual studio can't find it. How can i fix this?
Comment
Best Answer
Answer by fabio1955 · Dec 09, 2015 at 12:01 PM
I am using sqlite and I suggest the following starting point: http://answers.unity3d.com/questions/743400/database-sqlite-setup-for-unity.html
I use to put the database file in the streaming asset folder http://docs.unity3d.com/ScriptReference/Application-streamingAssetsPath.html