A
A
Alexey2016-11-13 21:47:52
Android
Alexey, 2016-11-13 21:47:52

How to use SqLite in Unity for Android?

1. Do I need to use the database on phones? (for example, if I need to save some statistics)
2. How to use SqLite with Unity? (Please throw examples where everything is described in detail)
Thank you!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Ark Tarusov, 2016-12-14
@Alexeee

1. Do I need to use the database on phones? (for example, if I need to save some statistics)

Traditionally, information is stored in XML.
Next is the DB.
Then PlayerPrefs.
Personally, for me, the simplest and best description can be found here .

R
Rou1997, 2016-11-13
@Rou1997

1. The answer is obvious.
2. Most likely through the Jav'ino API, it is included in Android, but it is also possible through .NET, there are libraries.

I
illuzor, 2016-11-13
@iLLuzor

1) It is necessary, if there is a need for it. Databases are used when you need to store a large amount of data.
2) It's probably described in the documentation

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question