Hi all,
i was wondering if someone could help me with this basically i go to "GameObject" create other and then make a "GUI texture". But the problem is if i stick this GUI to the camera it moves down so much that you can not even see it. how can i keep that GUI texture dead centre of the screen.
i would be really happy if someone could help me :) thank you very much in advance MCHALO :)
the position of the GUITexture is based on the x and y positions of the object's transform. attach the guitexture to an object other than the camera and then set x and y to 0.5 and you'll be good to go. take a look at GUITexture's documentation for more info.
parrenting will affect the position too. i mean if the GUITexture object is the child of another object then the movements of that object will affect the GUITexture too so don't make it a children of your character/camera.