Freeze the image on the camera for a second

Hello,

I want to achieve some cheap screen effect when the user enters the battle as some old RPG used to do.

  1. The image on the screen freezes
  2. A tearing effect of the image appears
  3. Fading to the battle mode

I tried taking a snapshot putting it on a plane infront of the camera, but somehow there is scaling and I think there might be something easier and cheaper than this.

Any help is much appreciated.

Why couldn’t you pause everything? Use a second cam, to apply effects, tearing, tilting, fade out. Then back to first cam, unpause.

That sounds good, but actually do not know easy way to pause every thing?

Time.time = 0;

Me Thinks…