-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Unity Free #5
Comments
Im using this library for one week now, dosent require Unity Pro, my version is the Free Unity. |
where you also able to build for ios/android successfully ? |
yes for Android, i didnt try o ios yet. My only problem is to create the databasename.db to add to project, i have on created and i dont remember how i created. im workin on it right now |
Weird .. It says that it uses system.net.sockets which requires pro On Friday, October 17, 2014, lyonmen notifications@github.com wrote:
|
here the files of my project with the files provide by this library + my script and the database created for the test. http://lyonmen.com.br/sqlite3teste.rar How use test the App: |
thanks man ! appreciate the effort 👍 |
Sorry I closed the issue w/o testing. Still the same error License error. This plugin is only supported in Unity Pro! SqliteDatabase:ExecuteNonQuery(String) (at Assets/sqlite3teste/SqliteDatabase.cs:192) |
Thats Strange, but i remember i got that same error some time ago. but i dont remember if was in this plugin or another that i got this error. I just did the same test again, i created a new Project from scratch. Copy all content of my .rar inside the Asset folder. Add the Sqlite3Teste.cs to my Camera. Put my developer key on the publishing settings. just for record: You Dont need the Sqlite3.dll My Version of Unity is 4.5.4 as i coment, im quite a noob and i dont know if the Java versions have some Important on it, so my Java is: This is all my configuration be sure to start a new Project, i read somewhere that some times the Unity may left some dump on the folders who can made erros |
http://docs.unity3d.com/Manual/Plugins.html The DLLImport seems to be a Pro only feature. |
As i say one time, i remember to got that same error, but now it works. |
ok ! i tried the library in a different laptop and it worked .. 😩 |
Now the question is: what is diferente in your first test from that who worked? For your first test i will recomend to unistall everithing, Java, Unity, SDKs, and so on, and install all again. Setup a new project on diferent folder than usual and try again. As you see, it work on Unity free, but no one on Internet have the Real answer to the question. |
I didnt see this in the Readme. Does this library require Unity Pro to connect ?
The text was updated successfully, but these errors were encountered: