Henry00IS / ShapeEditor

2D Shape Editor for Unity Editor to create complex 3D meshes out of 2D shapes with RealtimeCSG support.
MIT License
99 stars 9 forks source link

Translate and Scale constraints do not react immediately #18

Closed Henry00IS closed 2 years ago

Henry00IS commented 2 years ago

Pressing X or Y during a translate or scale operation to activate the constraints, will not modify the selection until you move the mouse. It should happen immediately upon activation. Preferably with as little code changed as possible.