What’s an easy way to get the triangle count of any mesh part (in Roblox Studio, not in Blender)?
There used to be plugins that could do this but they no longer work. How was it achieved?
(Unions have Triangle Count, why don’t mesh parts?)
What’s an easy way to get the triangle count of any mesh part (in Roblox Studio, not in Blender)?
There used to be plugins that could do this but they no longer work. How was it achieved?
(Unions have Triangle Count, why don’t mesh parts?)
The Union TriangleCount usually seems to work the first time you create the Union, but not after if you need to find that value.
The only way I know would be to Export the MeshPart into Blender and find the Triangle count there.
It’s possible nowadays using AssetService and EditableMesh.