(Solved)UI won't follow camera

Hello! Currently in my game I’m trying to make a UI that always follows the player when they move. I’ve made a UI layer, and put the player layer under it, but it just follows the player; the UI won’t follow it as well. My player is on the base layer, but that’s the only thing on it. What am I doing wrong? Please help ):

Can you screen shot the events that make the camera follow the player?

You’re only cetnring the cames at the start of the scene - so it only does it once.

Put the “Centre camera on object” action as an unconditional event at the bottom of the Player section.

2 Likes

Thank you a ton! It worked perfectly :smile: