- Home /
place data locally from install
i am trying to load some images from bytes, but the LoadImage method takes too long. From what i've tested, using www will load data quicker, so i think i'm gonna try this method of loading, but i've hit a bump:
From what i see, there is no path to the Resources folder available on the iphone (is there?) so that i may access the bytes in the Resources folder through WWW, so i am stuck with accessing data from
Application.persistentDataPath
or
Application.dataPath
Where should i place my image bytes so that it is copied there on install?
Your answer
Follow this Question
Related Questions
Post image to facebook wall 0 Answers
WWW Flash player with Unity 3.5 1 Answer
Streaming Assets android 0 Answers
Loading a large xml file (~200 multi-level nodes) into Unity 1 Answer
downloading data in background without halting application 1 Answer