Problems Trying to Freeze Camera
I want my lens to freeze the camera and play a 2D animation (an ordinary GIF) and a sound effect over the frozen frame. When I disable the camera to freeze it, however, the GIF fails to render. The audio still plays, and everything else runs fine. Also, when I remove the line in my scripts that disables the camera, the GIF does successfully play.
To be clear, the animation is a component of an otherwise empty scene object. The script calling the camera and the object are on the same hierarchical level as the camera and object, and none of them are children of anything else.
Any help is appreciated.
Nevermind, I figured it out on my own. For reference, you accomplish this by using an Orthographic Camera object. Make your animation a child of this ortho camera, and use the exact same code you would use to play the animation, after selecting this child object in your script inputs.
Glad you figured it out Ronny. When you're Lens is complete, please share it on the forum.
Happy creating!
Natasha
Cool, I just shared it. Thanks!
yes there are so many people in this field facing the same issue in freezing camera but you can seehere the solution of this issue.