ScreenGui on 3D Games

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By DeltaDeveloper

Hello. I Have a question about GUIs (texts, canvas…). Can i create a screen gui on 3d games?

:bust_in_silhouette: Reply From: Picster

Yes you can.

Put the UI scene inside a Viewport. Then use this Viewport as a ViewportTexture in the Spatial world.

:bust_in_silhouette: Reply From: Ninfur

All Control nodes can be put directly in the scene tree of your 3D game scene and will show up in front of the 3D view just as you would expect. There is usually no need to put it inside a Viewport node, except in some special cases.