How to pause screen rendering?

I found 2 working ways, but they don’t match my needs.

  1. Culling musk - doesn’t work on mobile.
  2. TimeScale - pauses script execution too.

I want to pause rendering on mobile while allowing script execution. I know about RenderTexture, but don’t know exactly how to do it. How can I do it?

see Unity - Scripting API: RenderTexture.Release

@Ziya See this post: How do I freeze the camera frame? - Questions & Answers - Unity Discussions