You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if there's really a need to modify vertices via inspector, this just needs a polygon editor (just like you can edit Polygon2D, CollisionPolygon2D etc).
The idea of making convex and concave polygons consistent is preliminary rejected in #32979 (comment), so the only way to fix this issue now is:
allowing to set an array of any size, without removing the error message;
Godot version:
3.2 123edd0
OS/device including version:
Ubuntu 19.04
Issue description:
I can't change segments size in ConcavePolygonShape2D via mouse, because every time when I try to do this this error is shown:
Writing from keyboard works great.
Probably this field should have step with size 2, to prevent error spam when changing this values.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: