How to pause/freeze the AR Camera in Unity?

I am making an AR game with Unity.

I used the commonly used ‘Time.timeScale = 1’ to use the pause function, This will turn the AR Camera screen into a black screen.

In addition, if you add the ar occlusion manager function in this state, the app will be down with the screen bugged.

When using AR Camera, what is the proper way to implement temporary suspension? The actual screen you are viewing with AR camera should be seen with a frozen frame.

Please

Save the camera image to a picture or better to a temporary buffer and render that as overlay

1 Like

More details on @DevDunk 's note: AR Foundation | AR Foundation | 5.0.7