ultimatexr-unity
ultimatexr-unity copied to clipboard
Is Pico4 supported now?
The sample scenario is packaged to Pico4 and cannot be run
Pico4 is reported as working. Is it still not working in your case? Could you give us some details about what you're doing and your setup?
Hi @entromp, I have the same issue. My Pico 4 device cannot be debugged using Pico Developer Center. Specifically, the streaming is successful, but the controller cannot be operated. The following are my settings in Unity:
By the way, ultimatexr is really great. Thank you for creating such a great SDK. : -)
Hi everyone, I figured out the solution. The Controller Name in the Pico Developer Center is "PICO Live Preview Controller-Left" and "PICO Live Preview Controller-Right". Therefore, you need to add the following lines to the ControllerNames in UxrPicoNeo3Input.cs:
"yield return "PICO Live Preview Controller-Left"; yield return "PICO Live Preview Controller-Right";"
Hi @westonweiyi Thanks for the heads up! we will push this change to be able to use the Pico Live preview