Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

This plugin allows using SubViewports to display 2D interfaces in 3D.
Godot Control3D
This plugin allows using SubViewports to display 2D interfaces in 3D.
[!NOTE] SubViewports in Godot 4 are bugged.
They work, but can be problematic, displaying errors that aren't there, or resetting the texture from time to time.
An example of one such bug is here.
Prerequisites
Usage
[!NOTE] Detailed information on each class can be found in the individual source files.
You can find an example of using this plugin in the example folder.
All you need to do is create a scene with Control3D
and:
MeshInstance3D
- Used to display the content SubViewport needs:Mesh
(preferablyQuadMesh
)MaterialOverride
withViewportTexture
Area3D
- Used for mouse capture.SubViewport
- Used to render UI.
License
Licensed under MIT license.
This plugin allows using SubViewports to display 2D interfaces in 3D.
Reviews
Quick Information

This plugin allows using SubViewports to display 2D interfaces in 3D.