Esempio n. 1
0
 private void Reset()
 {
     VRM = GetComponent <VRM10Controller>();
 }
Esempio n. 2
0
 private void OnEnable()
 {
     m_controller = GetComponent <VRM10Controller>();
     m_coroutine  = StartCoroutine(BlinkRoutine());
 }