Hello,
recently I created cool gun model for my FPS game that I am working on, but I have a problem. When I tried to upload this model to Roblox studio it said “Limit triangles are 10000. Your mesh has 49859 triangles”. Could anyone tell me what to do to upload this model?
First thing I recommend is separating the model by material (if you have more than 1) and by loose parts.
Second, if you have a subdivision modifier, turn the resolution down to no more than 1 or 2. If you accepted this already, under Edit > Edges, try unsubdividing.
As a last resort, reduce the individual meshes further with Decimate… but really… don’t bother. Keep reading.
Finally, upload the mesh with the new mesh importer. The new limit is 20K, not 10K. It has built in decimate, and will do that “last resort” step for you.
Hello,
first of all, thank you a lot for you reply! I don’t know why but I recently updated my roblox studio and my version is still 0.508.0.5080185, so I think that plugin won’t work for me.
I see what you’re saying here as an easier solution, but personally I’d trust Blender’s Decimate algorithm before Studio’s auto decimate-on-import. I can at least see what the dedicated modelling software does, and make fixes before importing.
I call it a last resort because at 50k triangles for a single mesh, subdivisions were made. Getting under 20k should be a cinch. Low poly modelling is definitely a learned skill.