De-Panther / unity-webxr-export

Develop and export WebXR experiences using Unity WebGL
https://de-panther.github.io/unity-webxr-export/
Apache License 2.0
1.01k stars 106 forks source link

Pico 4 support #283

Closed smitdylan2001 closed 1 year ago

smitdylan2001 commented 1 year ago

I tested the demo scene on the pico 4 and it worked great. Pico 3 runs the same OS and base specs (just lower clocks), so expect that to run as well. The fps was around 55, so not sure if that's a lot lower than expected.

Might be good info to add to the readme under supported devices, as pico is used a ton in b2b applications. Can do more testing if needed, just link a build

De-Panther commented 1 year ago

Thanks. On which device are the 55 FPS? Is it using the demo scene hosted in this repo, or is it using your own build?

smitdylan2001 commented 1 year ago

Thanks. On which device are the 55 FPS? Is it using the demo scene hosted in this repo, or is it using your own build?

My bad, I had the spectator cam enabled. Without it the fps is around 72!

I tested on pico 4 (consumer edition), I can try on pico 3 link on another day when I'm at the office

I used the demo hosted in this repo

De-Panther commented 1 year ago

Great! I'll add Pico 4 to the list. What do they call the default browser in Pico 4?

smitdylan2001 commented 1 year ago

It's just called PICO Browser

De-Panther commented 1 year ago

Thanks