How do I buundle .txt or .csv files along with the asset bundle onto the iPhone so that I can read the file contents into arrays at runtime and use them?
THanks in advance
RBK
How do I buundle .txt or .csv files along with the asset bundle onto the iPhone so that I can read the file contents into arrays at runtime and use them?
THanks in advance
RBK
In Xcode you can drag files into the Unity-iPhone project group. Then if you expand Unity-iPhone Target you should see your file in the build phase: Copy Bundle Resources. If you want to persist this or any other changes you can edit the Xcode project contained in the in Unity’s Contents/Frameworks/iPhone-Trampoline folder. Hope this helps!