Search Unity

Connecting SQLLite and Unity within Hololens

Discussion in 'VR' started by engbrianlee, Jun 1, 2017.

  1. engbrianlee

    engbrianlee

    Joined:
    May 19, 2017
    Posts:
    2
    I want to connect my SQLLite DB to my Unity app on the Hololens.

    I've followed http://answers.unity3d.com/questions/743400/database-sqlite-setup-for-unity.html to get my DB working from within a Unity app but it will not work on the Hololens. I've looked into https://forums.hololens.com/discussion/3292/is-sqlite-compatible-with-hololens#latest which describes an approach and seems to have been accomplished by the OP. I believe that you must use SQLLite for the UWP platform and not the one used typically for SQLLite setup for Unity, but more detailed information would be appreciated.

    Does anyone have a method to getting SQLLite to work and connected to Unity in a Hololens app?
     
  2. LaneFox

    LaneFox

    Joined:
    Jun 29, 2011
    Posts:
    7,532
    The OP in the referenced post is saying his Unity would not Build. If your app will not Build out, what is the error?

    SQL Lite has nothing to do with HoloLens. You should be peeling the data out of the DB in some script, then pushing it into whatever it needs to be for the HMD to display it.