Skip to content

mattatz/unity-transform-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unity-transform-control

Transform controller in Game View for Unity.

translate rotate scale

Usage

// 1. Attatch TranformControl to target GameObject. GameObject target; void Update () { // 2. Call TranformControl.Control() method in Update() loop. TranformControl tc = target.GetComponent<TransformControl>(); tc.Control(); }

About

Transform controller in Game View for Unity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published