Skip to content

v3.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 15:04
· 202 commits to main since this release

Changes

Added

  • Handle.Targets (IReadOnlyCollection<Transform>) exposes the actual manipulated objects, and
    TransformGroup.Targets / TransformHandleManager.GetTargets(handle) provide the same — there
    was previously no public way to ask a handle which objects it controls.
  • Handle.Pivot is the honest name for the manipulation pivot (the ghost transform the handle
    moves around).

Deprecated

  • Handle.Target is now [Obsolete]. It returns the manipulation pivot (ghost), not the selected
    object — a long-standing source of confusion. Use Handle.Pivot for the pivot or
    Handle.Targets for the manipulated objects. The member keeps working until the next major.

Installation

Add to your manifest.json:

"com.orkunmanap.runtime-transform-handles": "https://github.com/manaporkun/UnityRuntimeTransformHandles.git#v3.3.0"

Or use the latest:

"com.orkunmanap.runtime-transform-handles": "https://github.com/manaporkun/UnityRuntimeTransformHandles.git#upm"