|
im trying to do a first person shooter game and im using a plus sign in a GUI texture(cus i dont have photoshop) and its moving around randomly as i move the camara, some one know why? thanks
(comments are locked)
|
|
GUITextures have their own interpretation of the position field: while it's a 3D point for other objects, GUITexture and GUIText use their X and Y values as viewport coordinates, varying from 0 (left/bottom) to 1 (right/top) - that's why they seem to not follow the parent. thanks a lot, ur ansuer realy comes in handy
May 22 '12 at 01:03 AM
thenachotech1113
(comments are locked)
|

Can you please post the code that sets the GUI in place so we can see what you've done wrong?
there is no code, i just parent it to the camera