Okay.
So I am making a platformer, and got 3 layers and 10 layouts.
Layers:
UI
Game
Background
[The layouts are just levels.]
I have some objects on the front layer called UI. The objects on that layer goes along wherever the camera is, only for the first layout.
On the second layout, I have the same thing (some instances from the first layout) in UI, but it doesn't just go where the camera is. It goes where the platforms and enemies are.
It's bugging me and it is very annoying.
Please help!