SQLite database for unity 3D

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • narjes
    New Member
    • Apr 2015
    • 1

    SQLite database for unity 3D

    Hi everyone,
    I am a new programmer for unity 3D v4.5 pro and c sharp also.I am using unity 3D for my augmented reality application as my graduation project and i have chosen SQLite to create and easily handle with my database (after building it on android).
    I am trying to create a database for my ARmarkers (texture 2D),by their ID, MarkerName,and ProductName which gonna be assigned to the marker. (Each marker gonna represent a productName for stock management as an example) .I chose Nyartoolkit to be my ARlibrary to integrate it with unity3D, AND I FOUND these 2 java scripts here http://wiki.unity3d.com/index.php/SQLite .I converted them to csharp and it helped me alot in creating my database ..My problem now is how can i save my ARmarkers In SQLite database via c sharp script ofcourse and how can i load every time the marker that i need to be detected in UNITY. Please any help will be appreciated and thank you in advance .

    AM so in need to some help.
    Last edited by Rabbit; Apr 6 '15, 08:52 PM. Reason: email removed per forum policy
Working...