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

SQLite for HoloLens

Discussion in 'AR/VR (XR) Discussion' started by sarahk8, Dec 5, 2016.

  1. sarahk8

    sarahk8

    Joined:
    Dec 5, 2016
    Posts:
    1
    Hi all,

    I have been trying to connect an existing SQLite database to my unity project in order to display data from the database in a HoloLens app. When I use the method in this tutorial: http://answers.unity3d.com/questions/743400/database-sqlite-setup-for-unity.html
    I have found that the data is retrieved and displayed fine, but unity tells me that I have script errors when I try to build the project in unity.
    I also have 9 'vr hololens could not be loaded' warnings

    Any ideas as to why this would happen? I've tried re downloading unity, using another script and starting from scratch.
    Is SQLite compatible wi th HoloLens applications?

    These are the errors/warnings I get:
    console.PNG

    Any help would be greatly appreciated !