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

Multi-Axis movement support. #19

Closed WouterVan closed 5 years ago

WouterVan commented 5 years ago

First of all I love the work you put into this framework, it suits my needs almost perfectly. The only thing missing for me is a possibilty for multi axis movement.

This is what I am looking for: XsguJ8VXdj

Are you looking to support this kind of feature anytime soon?

HiddenMonk commented 5 years ago

Your wish is my command =), I have added it.

WouterVan commented 5 years ago

Thank you so much!