Hi, I just have a rea quick question regarding camera movement in and out of the custom camera type.
At the Lil Nas X Concert start place, if you stood still without moving your camera for a while, your camera would slowly tween to looking at the timer on the stage. If you tried to move your camera or if you moved your character again, it would smoothly tween back to your character and give control of the camera back to you.
How did they make this tween back and forth between camera types with no hiccups? Every time I’ve tried to make a tween that kind of resembles this, I change the camera to a Scriptable CameraType, do the tween, and then give control back to the player by setting it back to Custom. However, whenever I do this, the camera does a slight “hiccup” as it transitions from Scriptable to Custom where it slightly jolts backwards or forwards instead of staying where the tween ended, as seen in the gif below.
https://gyazo.com/b723e6cc265e31995e568895fd72b920
How would I make this smoother so that the camera stays in the same place after giving the player control again? I’ve tried setting the minimum and maximum zoom distances in case that was the issue but it continues to do that after I switch the camera type back over.