Unity Transform Control Save

Transform controller in Game View for Unity.

Project README

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();
}

Open Source Agenda is not affiliated with "Unity Transform Control" Project. README Source: mattatz/unity-transform-control
Stars
117
Open Issues
0
Last Commit
6 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating