all-iver / shapes2d

Shapes2D for Unity3D - Make simple art assets quickly in Unity
http://sub-c.org/Shapes2D/documentation/
MIT License
157 stars 28 forks source link

Polygon optimization no longer seems to work #14

Closed all-iver closed 3 years ago

all-iver commented 4 years ago

In newer versions of Unity polygon shape optimization seems to be broken and shapes look jagged and pixelated. Demo scene shapes have this turned on and look bad.

all-iver commented 3 years ago

Seems to be fixed by passing linear=true when creating the polymap texture.