- Home /
UWP & VR Compatable File Browser
I’m creating a Windows VR application that will have a file picker for importing a file and a file picker for choosing a location to export a file. I need a browser that will be compatible with both the MRTK and UWP.
This is the best one I have found so far:
https://forum.unity.com/threads/simple-file-browser-open-source.441908/
However it does not work with UWP. I have been looking into what UWPs capabilities are with accessing files and the information is very fragmented.
I was hoping someone with some knowledge would be able to help me choose the best approach. Should I just modify the source code of the file browser above to work with UWP or would It be easier to code my own from scratch. Or possibly neither would work. It is quite likely I would need to access networked drives with the file picker and I’m not even sure if that within the limits UWP apps. Any information on this would be really appreciated.
Your answer
Follow this Question
Related Questions
DictationRecognizer : catch "Dictation support is not enabled on this device" 0 Answers
Unity 5.4.1 + Oculus runtime 1.8 application not launching on Windows 7 1 Answer
Windows Mixed Reality scene won't play to headset 3 Answers
Unity build is different every time I play it, despite it being the exact same file? 0 Answers