Is it possible to use PlayerPrefs to store a large image on mobile? Are there maximums for PlayerPrefs for mobile, and are these max constraints consistent across devices?
CORRECTION
There is only a limit on the WebPlayer (of 1MB), otherwise you are fine.
You can also store data in a file in the Application.persistentDataPath location on the deviceā¦