How to show dynamic x,y,z of first person controller?

Hi all,

During gameplay, the position of the first person controller is constantly changed when we press wasd keys. How to show the dynamic values of x,y,z of the position?
(I could not find them in ‘stat’ of game tab)

Thanks in advance

Find it in tranform.Position

You can indeed see the transform values change in the inspector, but you need to enable debug mode for them first. There is a tiny menu to the left of the tab that says “Inspector” - on that menu, you should find an option for debug mode.