HiddenMonk / Unity3DRuntimeTransformGizmo

A runtime transform gizmo similar to unitys editor so you can translate (move, rotate, scale) objects at runtime.
MIT License
707 stars 129 forks source link

Added Translation Snapping #26

Closed HiddenMonk closed 4 years ago

HiddenMonk commented 4 years ago

You can hold Left-Ctrl while translating to snap based on the snap amount you set on the component values movementSnap, rotationSnap, scaleSnap.