Camera

I am using a camera on the player on my game scene. As player moves, I want the health bar to be fixed on top left of the screen. How can I achieve that?

Set the health bar’s scroll factor to 0. In the future, a better long-term solution is to use a separate scene.

Thank you so much!