Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.

Does an OBJ importer (rutime) work on Hololens? It works in Unity but not in Hololens.

I'm using OBJImporter free asset on Unity Asset Store and it works fine in Unity. When I try it on Hololens it doesn't work. In my script I recieve an OBJ file form Web through UnityWebRequest (it works on Hololens) then I get the bites, convert it in Memorystream and then I give it as input to the function OBJloader.Load() which belong to the asset (it requires a MemoryStream input). Does anyone know which can be the problem?

Tagged:
Sign In or Register to comment.