Is it possible to load .obj file from server or storage localfolder for Unity Hololens app?

Copper Contributor

Currently I am working on Hololens scene understanding process by using unity3D c#. The .obj file saved successfully in WindowsStorage localfolder. I need to display saved obj file in runtime. But we could not access the hololens localfolder. So I uploaded the file to server. But my problem is I could not load obj file in app. Please give me a solution.

1 Reply
File access in UWP is tricky business! I'd definitely recommend you bookmark this page ( https://docs.microsoft.com/en-us/windows/uwp/files/file-access-permissions ) and get comfy with it, it's a decent rundown of how file permissions work in UWP.

If you have the file on your server and are still having trouble with it, this sounds like a more complicated problem that needs more information. Can you get the file from the server successfully? ( Check your application's internet capabilities ) Or is the issue with your .obj loader? Something else?