else if (touch.phase == TouchPhase.Ended && quit.HitTest)
{
Anim.Play("fgfffhfffthjjbczsd");
}
This code works on javascript, but on c sharp i get. "Operator && cannot be applied to operands of type bool and method group."
Fyi:quit is a GUI texture
Im a noob so i dont know what i did incorrectly.
↧