When building your 3D game in Unity, you might have the need to add some UI elements in world space. Maybe it’s an arrow indicating the active pawn or a health bar for each of the enemies, or some interaction hits for the user. In these cases, typically you will…