can xml be used in anrdoid??

im trying to save score and i really dont want to use playerprefab so im tyring to work with xml and it worked in the editor but not on the phone. i tried force stoping my application from the manager to see if it actually saves scores but it didnt work any help

Use Application.persistentDataPath or Application.temporaryCachePath as a prefix to your files.

try it…:slight_smile: