I have to load some txt file’s in my game and I was using System.IO to do that with commend
System.IO.ReadAllLines and it works completely fine on computer in unity but don’t work after building on samsung with android so please what should I do or what I can use instead system.IO to read txt file’s on smartfon’s and it would be great if it work also with telefon’s with ISO, thanks
System.IO should work fine in Android. however PC and Android stores files in different location. So you might want to check that out or post some piece of the relevant script.