guı texture butonum calısmıyor yardım acıll !! unıty 3 boyutlu araba oyunu

Başlatan sezer6666, 27 Temmuz 2017 - 22:23:56

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

sezer6666

kodlar asagıd ıste bunlarda hata oldugunu dusnuyorum kod hatası vermıyor unıty ama guıtexture (fren pedalı gaz pedalı) dokunuca calısmıyor unıty 3 boyutlu araba oyunu yaptım ama gıtmıyor yardım edın

function Awake(){
gazButton = GameObject.Find("gaz").GetComponent(GUITexture);
frenButton= GameObject.Find("fren").GetComponent(GUITexture);
sagButton = GameObject.Find("sag").GetComponent(GUITexture);
solButton = GameObject.Find("sol").GetComponent(GUITexture); }