You can use [PlayerPrefs][1] to save, load, and update any data. If you're talking about loading a big file at runtime, you should just store it in the Resources/ folder and use Resources.Load().
[1]: http://docs.unity3d.com/ScriptReference/PlayerPrefs.html
↧