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.
Options

The problem about HoloLens crashes when importing FBX model

Overview

I encountered a strange problem when I was developing a software based on HoloLens environment.

I built a project on Unity and imported the Mixed Reality Toolkit (MRTK) package. According to the instructions of the official website, I exported the FBX model from City Engine to HoloLens, and the Unity console didn't prompt any errors.

Then the problem is coming, the HoloLens System terminated when I used VS 2017 to debug the proposed program in Hololens, and the interface of HoloLens displayed the following information: "trying to map your surrounding" (Figure 1).

Figure 1

Test

However, I noticed that the Unity console didn't show any errors when HoloLens crashed. So I did the following tests to solve this problem:

1 Based on this project, I removed all the scripts and other models, leaving only the model and the scenes (camera, cursor, input module) configured by MRTK. It does not work.

2 Based on this project, I replaced FBX model with the sample CUBE model, and the other remains unchanged. There was no such problem occurred when I posted the revised project to HoloLens.

3 Finally, I tried to remove the MRTK package, leaving only the FBX model and compiling the release model to the Windows platform. The program is running normally and no error is reported.

The size of FBX model is about 27 MB (Figure 2):

Figure 2

Version

The Unity Editor version is 2017.2.1f1
The Mixed Reality Toolkit Release version is 2017.2.1.4

Are these problems are caused by the incompatibility between HoleLens and FBX model?

How can I solve this problem?

Sign In or Register to comment.