mattatz / unity-transform-control

Transform controller in Game View for Unity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C# 94.1%Language:ShaderLab 5.9%