I am generating a skinned mesh from a series of text files, some of which are part of my project and some of which the client downloads and which are then saved to the application directory (on the iPhone, to be precise).
I would like to be able to somehow store the complete mesh on the phone to be able to load it more quickly later (in fact, if I could in any way make a prefab on the client and save it that would be ideal). Is there any mechanism for doing something like this that does not require the mesh to be packaged up in an assetbundle before being downloaded?
Thanks!