Passthrough should be working fine on Pico, I use it a lot myself.
Double check your project settings and make sure you’re on the latest vendors plugin. You may need to get the latest beta of the vendor plugin.
As I mentioned on Discord, Pico recently added support for the core alpha blend mode and it clashed with their support for the FB passthrough extension. We had to add some logic to make sure it prioritises one over the other.
I’ve manually and automatically (from the Godot’s AssetLib) installed both the 4.0.0 and the 3.1.2 of the OpenXR Vendor Plugin. What folder should it be in? “res:// → addons → godotopenxrvendors”, right?
Based on this this thread, it shouldn’t be visible in the Plugins list. I’ve lost an abundant hour trying to figure it out, but like so I can’t really know if it’s installed or not.
Yet, I don’t have the other modes available. I can only see pitch black.
EDIT: I’ve installed the Android Build Template too. In the “Export” settings the Pico 4 Plugin is enabled.
EDIT2: “OpenXRFbPassthroughExtensionWrapper.has_passthrough_capability()” yields false.
I really do not know what to change in the Project Settings. The XR tab is rather scarce.
EDIT3: I’ve found your message here. The plugin is in the correct folder.
Indeed the plugin no longer shows up in the list of plugins. If you can see the additions to the export window, then you’re all good and by the sounds of it you have.
My best guess is that the project settings aren’t correct so open up the project settings window, find the OpenXR section, and check if the passthrough extensions are enabled.
@dsnopek am I missing something here that we changed or haven’t added to a release yet? I thought with the fix for Pico we already introduced those project settings or is that still part of the work you’re doing atm?
@dsnopek am I missing something here that we changed or haven’t added to a release yet?
The project settings changes and the fix for the clash between the passthrough extension and alpha blend are merged into master on the godot_openxr_vendors plugin, but they aren’t in the last beta release. We need to make a new release!