I am trying to add a 3D hotbar to my Minecraft clone at GitHub
So I have added a 2nd camera as SubViewportContainer → SubViewPort → hotbar.tscn → HotbarCamera and put the cubes in a line and at layer 2:
When I hide that 2nd camera, everything works well:
But when I activate (unhide) it, then its sky is obscuring everything:
I am trying to add a 3D hotbar to my Minecraft clone at GitHub
So I have added a 2nd camera as SubViewportContainer → SubViewPort → hotbar.tscn → HotbarCamera and put the cubes in a line and at layer 2:
When I hide that 2nd camera, everything works well:
But when I activate (unhide) it, then its sky is obscuring everything:
Share Improve this question asked Mar 28 at 13:09 Alexander FarberAlexander Farber 23.1k78 gold badges258 silver badges442 bronze badges1 Answer
Reset to default 1Great answer by pennyloafers at Godot forum - with "Own World 3D" and "Transparent BG" (and a directional light to shine at the hotbar cubes) it works now: