How to add 2d UI and stuff in a 3D space?

Like in a 3rd person game, how would I add a 2D health bar? Or a hot bar? Any help?

you could create the UI on a layer not affected by the 3d camera so it will stay fixed on the screen.

1 Like

Yeah. It works. Thanks.