Moments icon indicating copy to clipboard operation
Moments copied to clipboard

How to record Game View

Open JeremyLaumc opened this issue 6 years ago • 5 comments

How can I record Game view instead of Camera view,thank you

JeremyLaumc avatar Mar 02 '18 06:03 JeremyLaumc

The Game View shows the output of a camera, so I'm not sure I understand the question. Record the camera being displayed in the game view?

Chman avatar Mar 02 '18 09:03 Chman

I mean record full Screen with many Cameras

JeremyLaumc avatar Mar 09 '18 09:03 JeremyLaumc

I'm not sure I follow you. Not matter what you do you'll always have a final camera (the last one to render) that will draw to the backbuffer. This is the camera you'll want to put Moments on, it will record everything else.

Chman avatar Mar 09 '18 18:03 Chman

For example,camera1 shows 3D things,camera2 shows UI things, camera1 and camera2 not at the same position, But when you play the game,3D things and UI things shows on the same screen. If I put your scripts on the camera1, it just records 3D things

JeremyLaumc avatar Mar 23 '18 05:03 JeremyLaumc

I had similar issue. Changing render mode of UI canvas from Screen Space - Overlay to Screen Space - Camera fixed problem. Although you also have to change Plane Distance in canvas. By default it was on 100 and because of that elements on scene where in front of UI. but setting it to 1 solved the problem.

PGortyn avatar Dec 16 '21 11:12 PGortyn