Hey everyone
I am a beginner in unity
I need to build an android app that can open a text file that is on my phone internal storage and display it
I search a lot for that and try to follow many links but i end-up with no thing
And I can’t get a tutorial to follow
I guess that’s because i am a beginner
Can I GET ANY HELP HERE !!
Any help here!
This isn’t a Unity specific issue. Google how to open text files in C# (you should find hundreds if not thousands of examples), try it in the editor, then test it on your target platform. You’ll likely only have permissions on a mobile device to access text files in the StreamingAssets folder.