If I assign a mesh in the editor to a public variable in script of type "Mesh", when I assign it's content to an object (...meshFilter.mesh = ...), does Unity LOAD the Mesh then, or is it already cached in memory?
I change meshes on a number of my objects over the course of the game, and I'm noticing quite a bit of slowdown, even on iPhone 3GS. This shouldn't be the case, as there are only around 20 objects, and they're all box colliders?
Anyone have any ideas?