I have a car level in my game and I have made an animation of a map that is anchored but I want to zoom in on the city that it is placed in. But when I increase the layout scale the map which is anchored does not show anymore. So how do I make the anchored object show as well?
Thanks guys
Develop games in your browser. Powerful, performant & highly capable.
put the map of a different layer, and set the layer to 0,0 parallax and 0 scale rate. Objects on that layer wont need to be anchored and will not be affected by changing the layout scale.