Glow effect on selected items

This commit is contained in:
Mediha Zukic
2017-05-19 22:38:58 +03:00
parent cdb36e6c52
commit a56cc6a4ad
5 changed files with 213 additions and 93 deletions

View File

@@ -14,6 +14,6 @@ public class ObjectController : MonoBehaviour {
// Update is called once per frame
void Update () {
}
//transform.GetComponent<Light>().intensity = 1.0f + Mathf.Abs(Mathf.Sin(2*Time.time));
}
}