microsoft / MixedReality-SpectatorView

Mixed reality spectator experiences
MIT License
194 stars 114 forks source link

SpectatorView The mobile terminal is not displayed correctly(Android) #313

Open RenSiyao opened 4 years ago

RenSiyao commented 4 years ago

Images with pictures in Hololens are not displayed on the mobile terminal, and the default Image is displayed on the mobile terminal (only changing the color), while text (using the special font of Hololens) and model (imported Max model) are not displayed on the mobile terminal.Why can default font (Arial) and default model (3D Object Cube, etc.) be displayed on the mobile terminal, while imported Max model and text with special font cannot be displayed

as shown in the figure image That's what I mentioned on Hololens But there's a lot less content on the mobile side

RenSiyao commented 4 years ago

I hope to get an answer. Thank you

chrisfromwork commented 4 years ago

Where do the max model and text come from?

It seems like the max model may not have its components declared in the asset cache (mesh, textures, materials, etc). It also seems like maybe the text's font isn't declared in the asset cache.

Did you run "Update all asset caches" and rebuild both the android and iOS applications after adding the model to your project?