void OnTriggerEnter(Collider other)
 {
     demoUI.SatisfyNeed(inputName);
     demoUI.Decide();
 }