On my project (a top down shooter), a boss is spawn (from a spawner object) after a certain "regular enemy" kills. I've been trying to make the camera focus on the newly spawned boss a couple seconds, and then focus back to the player using Scroll to system parameter but it doesn't work. Is there any other way to do this?
Basically, what I want to do is when the boss is spawned, I want the camera or screen to focus on it for a couple of seconds and then make the camera focus back on the player. Thanks for the help in the advance.