SimpleFileBrowser and Meta Quest 3s #104
Replies: 2 comments 1 reply
-
Your code looks good at first glance. Did you position the World Space Canvas to a visible location in your scene? It'll be displayed at exactly where you placed. And can you verify that you made this placement via the root object (SimpleFileBrowserCanvas) and not the SimpleFileBrowserWindow child object? SimpleFileBrowserWindow is restricted to SimpleFileBrowserCanvas' bounds so if you modify the window object instead of the canvas object, there may be issues. |
Beta Was this translation helpful? Give feedback.
-
Hi, first fo all, thanks. I managed to maket the window appear, it was just badly positioned besides to my lack of knowledge. Althouh I see it, I don't know how to interact with it through the rays (no rays appear from the controller when pointing). Is it something that I have to implement? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I am a total newbie on Unity, therefore I apologize in advancce for dumb questions. I need to load some files on a meta quest app I am trying to do. The issue is that the File Menu is never shown.
The step I did so far:
Code where I use FileBrowser:
Beta Was this translation helpful? Give feedback.
All reactions