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

Orthographic support #10

Closed oden3d closed 6 years ago

oden3d commented 6 years ago

Hi, I notice that gizmo not scale correctly on camera with orthographic projection.

oden3d commented 6 years ago

Here is the pull reguest https://github.com/HiddenMonk/Unity3DRuntimeTransformGizmo/pull/11

HiddenMonk commented 6 years ago

thank you =), the fix is now there.