- Home /
Question by
Liam Wilson · Dec 23, 2014 at 06:52 PM ·
yxz
I have a GUI Text that shows the X,Y,Z but im not sure how... I made one but It just kept increasing... any advice?
GUI Text that says the players X, Y, Z if possible in JS please
Comment
Answer by WillNode · Dec 25, 2014 at 04:51 AM
not sure what your problem, but i have one suggestion, place this script to your player :
GUI.Label(new Rect (0,0,200,100), transform.position.ToString());
Your answer
Follow this Question
Related Questions
Rotating GameObject problem 4 Answers
How to create a GUI Text when reaching a point 1 Answer
[Javascript] Check X and Z coordinates for an instance of a certain object 0 Answers
How can I get x, y, z spawnpoints from a csv or text file? 1 Answer
y and z rotation axis doing the same thing when x is 270 degrees 0 Answers