- Home /
Mesh Vertices Welding
Hello!
I'm on Unity 2017.2.0p4 and I am writing a script that combine meshes, something very similar to this:
https://docs.unity3d.com/ScriptReference/Mesh.CombineMeshes.html
I am also trying to merge/weld vertices which distance is within a certain range, but without success... I tried every script on the web, no success... I also exported the combined mesh in .obj format and tried to re-import it in unity with drag and drop, and even if the "Weld Vertices" toggle in the "Import Settings" is on true, it does not work.
Need some help please, Thank you!
If the vertices in question have different uv values, they can't be welded.
Your answer
Follow this Question
Related Questions
Number of mesh vertices increase when imported into unity 1 Answer
MeshCollider is not getting updated when adding vertex to mesh 1 Answer
Is it possible to make vertices defined by a mesh and mesh filters animating? 0 Answers
NullReferenceException on assigning vector3 to mesh.vertices - no effect on assignment? 1 Answer