Chman / Moments

A quick GIF replay recorder for Unity
zlib License
857 stars 117 forks source link

Including UI in recordings? #15

Closed yosun closed 6 years ago

yosun commented 6 years ago

It seems that the UI is not recorded in the gif? Is there a way to record the UI?

Chman commented 6 years ago

That's probably because your canvas render mode is set to Screen Space Overlay, so it's drawn after the camera has finished rendering. Change it to Screen Space Camera or World Space to have it appear in gifs.

If you're talking about the old IMGUI, then it's drawn after the camera no matter what so it can't be baked into the gif.