See https://github.com/SirRamEsq/SmartShape2D/pull/155#issuecomment-2169491970 1. Edges randomly disappear if distance between points is too small - Only happens on master branch, not on current stable release in Asset Library. That means, the regressions happened between e8eb802 and 813f1b2. - Workaround: Increase the distance between points. 2. Textures change with each reload - It might be desirable to not re-randomize on each load. - One could add a seed property to `SS2D_Shape` to keep the randomization reproducible.
See #155 (comment)
SS2D_Shapeto keep the randomization reproducible.