Reload meshes with readable = true?
Hi all,
to reduce memory consumption we'd like to set all "Read/Write Enabled" flags in the mesh importer to false.
Though... for few occasions we'd still need to read the mesh data to create a Mesh Collider from it and to cycle through the vertices. This could happen for potentially every object... but very rarely.
I'd happily reload the mesh to have a CPU copy (to make it readable) if I could... but Unity doesn't seem to let me, does it?
Your answer
Follow this Question
Related Questions
How to get triangle index of meshe's desired part? 0 Answers
Creating Mesh - Vertices out of boundries 0 Answers
How can I identify the location of mesh triangles at run time? (Procedural Generation) 1 Answer
Adding Vertices to Coded Mesh? 0 Answers
Vertex coordinates of mesh imported from Blender as fbx are all equal to 0,0,0? 0 Answers