Ken Gordon
Newbie
I've been using Unity3d and c# to make a couple of apps. Both work on PC, but when I port them to Android, the app runs, but the data directory with the com.company.appname is not created. So anything I try to save(JSON) or create(database) will not work. So far I've tried SQLite and JSON. I was about to give binary a try, when I saw a posting mentioning the data directory. In my case, since the directory doesn't exist that would certainly explain why the app doesn't work. Some of you may fault me for using Unity3d, but it has been used for mobile games for long time. I'm still new at this, so forgive the noob.
So if anyone has experience with Unity3d, making either games or apps and saving/loading data, please let me know what I need to do. Another wrinkle is that I am still on XP which may be another factor.
I do have android studio installed and while I really don't want to learn a new language, I am willing to do so. I'm guessing that Android Studio uses JAVA?
So if anyone has experience with Unity3d, making either games or apps and saving/loading data, please let me know what I need to do. Another wrinkle is that I am still on XP which may be another factor.
I do have android studio installed and while I really don't want to learn a new language, I am willing to do so. I'm guessing that Android Studio uses JAVA?