Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 482 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 482 Bytes

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.