Godot Quest 3 Passthrough

less than 1 minute read

Maybe you’re like me and you copied Godot’s OpenXR Passthrough docs to the T and are wondering why you’re getting a grey screen.

Maybe you have a second viewport, and need to change get_viewport() to get_tree().root.get_viewport().transparent_bg = true

Happy hacking!

Updated: