Dear all,
I'm trying to use SQLite in unity for scoring purposes by following this tutorial https://www.youtube.com/watch?v=9SHz8mm-4Pw.
However, this error appeared when I add:
using Mono.Data.Sqlite;
> Assets/Scripts/DataBaseManager.cs(4,12): error CS0234: The type or namespace name `Data' does not exist in the namespace `Mono'. Are you missing an assembly reference?
The Mono.Data.Sqlite DLL file had been put into the Assets>Plugins folder and Assets folder but the error is still the same.
*This dll can work previously, unitl I installed modules: Web Player, Microsoft Visual Studio Tools for Unity, Windows Build Support using Download Assistant to solve other issues.
Hope fellow expert can give your advise on how to solve this issue. Thank you very much!
Version:
Unity version: UNITY 5.3.5
Visual Studio version: 2015
.Net framework: 4.6.01055
![alt text][1]
[1]: /storage/temp/74489-error.png
↧