|
I have problem about between SQLite and Unity.. look below:
I tested on HTTP and localhost and root folder... Why its not showing up in webplayer after build? Did i miss something? or something wrong with DLL file? :confused: and my script look below: here script:
I did put DLL to ../Assets/Libraries/:
(comments are locked)
|
|
The web player doesn't allow local file access. Thus a SQLLite database will never open if accessed through a web player. It's a security restriction of the web player. You'll need to store your data in PlayerPrefs or via a web service.
(comments are locked)
|
|
SQLiteKit asset could help you to manage your SQLite3 database even on web! That library has examples how to run it. interesting
Dec 14 '12 at 06:51 PM
Meltdown
(comments are locked)
|
|
HI for the Sqlite problem it seems to be that you must add SQlite3 this is the driver put it youProjectName/ and evrey thing will be all right :)
(comments are locked)
|
In Unity Editor (Working)
After Build, Unity Web player (Not Work)
I'm using SQL Server as the database, and I have exactly the same problem. It has kept bothering me for long. If you have sloved it, let me know, please.
Just now I worked it out finally!
Since I'm using a Chinese version SQL Server 2008, I need a I18N.CJK.dll(China,Japan,Korea) besides I18N.West.dll and I18N.dll under Assets folder. It works well now. Wish it could help for you. Just add a I18N.your country.dll will help.