Skip to content

Adds transform handles to position objects at runtime. Uses the new Unity Input system.

License

Notifications You must be signed in to change notification settings

Netherlands3D/Transform-Handles

Repository files navigation

Transform Handles

Adds transform handles to position objects at runtime. Uses the new Unity Input system.

Installing

This package is provided through OpenUPM, to install it using the CLI you can perform the following:

$ openupm add eu.netherlands3d.transform-handles

or, you have to add https://package.openupm.com as a scoped registry with, at least, the following scopes:

  • eu.netherlands3d

Usage

add script "{NAME}" to the object you want to move.