Player Debugging
Introduced in 1.3
Last updated
Introduced in 1.3
Last updated
This component enables you to display handy debugging information about the Player. By default, none of the Player Controllers include this component. If you need to access these debug values, follow these instructions:
Locate the Player object within your PlayerController prefab. Ensure this Player object includes components such as PlayerMovement, WeaponController, etc...
Assign the PlayerDebugger component
This way, you can now visualize important information related to your Player Controller. In case you do not need this debug information anymore, simply remove PlayerDebugger from your player or disable it.