Reduce imported Mesh vertice count?
Pretty simple, I think, just can't figure out how to do it. If I have a Mesh object in a C# script, is there any way to reduce the mesh vertices count?
PS: Random topic assigned to this question because for some reason it was the only one available.
Answer by SarperS · Jun 22, 2016 at 04:42 AM
There isn't in the Unity API. There is a built-in LOD system though which works on pre-made LOD meshes. What you need is a tool like Simplygon to generate them. There are other tools to achieve this in the Asset Store too. If you decide to roll your own polygon reduction system, do a search on keywords like lod generation, mesh reduction, mesh decimation etc.
Your answer
Follow this Question
Related Questions
XCode Linking Errors. Unity 5.2.3f1 XCode 7.2 1 Answer
Instatiated object not being referenced in Start function? 2 Answers
Hello How can I Save Player position and a Gameobject which is a UI Text? 0 Answers
Showing a UI canvas when player enters a specific location 2 Answers
Draw snapping lines 0 Answers