Hi PitoYaga,
Make sure that the game objects do not share the same z-position. For example, the background game object could be set to z = 10, the camera to z = -10 and the coins could stay at z = 0.
If they share the same z-position, Unity does not know which game object to render first and renders them in a random order. The background could suddenly become the foreground.
1 Like
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.