Around 1:18 you use :
_display = gameObject.GetComponent>GUITexture<();
(i know >< should be the other way around but the text will disappear in the comment if I reverse them)
is there any difference between that line and this one(in this case):
_display = gameObject.guiTexture;
I used the second and I have the same results.
Oh and happy new year !






