aniketrajnish / Unity-Collider-Optimizer

Optimizes mesh and polygon colliders in Unity
MIT License
387 stars 23 forks source link

Double vertices but reduces tris #2

Open mrpacogp opened 1 year ago

mrpacogp commented 1 year ago
Captura de pantalla 2023-10-03 a las 18 44 00

After use it, i get reduced tris but increased vertices x2, what i made wrong?

mrpacogp commented 1 year ago
Captura de pantalla 2023-10-03 a las 18 46 54

Hard&Soft drops this issue

Fixed if i use value down of 60, nice asset!

aniketrajnish commented 1 year ago

Yeah, if you have soft edges on the original mesh, you change the Mesh Style

aniketrajnish commented 1 year ago

I'll still review it