A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
Sure, I'll try to get you hooked up. Shoot me an email with your invoice # at the address in my signature.
Please see this FAQ: https://echo17.proboards.com/thread/2/faq?page=3&scrollTo=33
Thanks!
Unfortunately, I do not have a Linux machine to test SimpleSQL on. If anyone here can confirm it works, I'll certainly add to the description.
Yep, looks like it works for me. Here are my specs: SimpleSQL 2.12.0 Unity 2020.1.6f1 Mac OSX 10.15.5 Device: Galaxy Tab A SM-T510 Android 9...
Sorry, I don't have an ARMv7 32 bit Android device to test on. It should work, but if it doesn't shoot me an email (located in my signature) and...
Check out these FAQs: https://echo17.proboards.com/thread/2/faq?page=1&scrollTo=9 https://echo17.proboards.com/thread/2/faq?page=1&scrollTo=7
Not sure. I haven't worked with UWP myself. Are you getting any particular error?
It's possible that newer versions of the sqlite library are no longer compatible with older versions of Mac. You might try downloading an older...
The first thing I would try is a different build setting in the Tools > SimpleSQL > Options menu. Try setting it to universal (Mac / PC) and then...
In addition to the above suggestion by jacente, I would also have a look at these links for advice on debugging on Android:...
I plan on adding namespaces to my demo code in the next service release to avoid these conflicts. Until then, you can either add a namespace to...
I don't officially support Linq with SimpleSQL, so I don't include reference to that library in my documentation or code examples. Instead, try...
Good idea. I'll try to get this in the next service release.
Please see this FAQ: http://echo17.proboards.com/thread/2/faq?page=2&scrollTo=30
It really depends on how you have structured your database. For example, if you have a table like: LevelTable ---------------- LevelID INT...
I would strongly recommend you do not do this. Tables should be able to store multiple players and levels. So you would have one table for all...
I have not used Easy Save, so I could not comment on the differences. If you are using SimpleSQL to save a game state, you would still need to...
SimpleSQL 2.5.0 is now available on the Asset Store. This solution has a universal Android sqlite library that will work on platforms back to...
That's fantastic! I would use Android 9+. It is the latest version of the library so it should work the best. The other version of libsqlite.so...