[Solved] How can I make a sun that follows a character?

Hello everyone,
Yesterday, I was trying to make a platform jumping game and I decided to make a Sun. The problem is that I tried to make him follow the character but I didn’t know how to do it.
Can somebody help me?

Thank you!

hello,
if you want to mantain the sun on the same position (top and right) and move the player camera, put the sun on a different level. Use the anchor behaviur to create a responsive application.

If you need that the sun follow the player , use the pathfinder technology:

JBye,

It works! Thank you!