[SOLVED] How to take screenshot with 3D UI element?

Hi,

I’m working on a screenshots generator based on @yaustar example here.

I fork the project here.

Sadly, the 3D UI text is not showing in screenshot, even if the text is associated with “ScreenshotCapture” layer. What should I do if I want the text to be shown in scheenshots generated with this project? Is this a limitation of this method?

In the editor:

The current result:

The sub layer ‘ScreenshotScapture’ transparent needed to be added as UI elements contain transparent materials.

2 Likes

Yeah! That solved my problem! Thank you very much. :slight_smile:

1 Like