im making a boss rush style of game and i want to make so the camera always focus the boss and the player, and i want to add so it zooms out when both are far away from each other and zoom in when they are close, how do i do that?
Develop games in your browser. Powerful, performant & highly capable.
In your events when you create a certain or desired event to occur add the action of changing layout scale (which is under System). I can’t remember if you increase from 1.0 to a higher number or reduce to something like 0.5 to zoom in. Just play with it.