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

Prefab instantiated too big? (UX/Progress Indicator)

I'm trying to use a Progress indicator for letting the user know whether the WorldManager.state is Active or not, because this app does nothing without a WorldAnchor, which first needs that tracking.

I'm trying to use the ProgressIndicatorPrefab as the Default Prefab in my Progress Indicator script. When the app starts, the ProgressIndicatorPrefab is huge, even though it has the same Solver scripts as in the Progress Indicator examples. I had to make my own ProgressIndicator GameObject to hold the text meshes and the ProgressIndicator scripts. However, in the example, ProgressIndicator is a prefab in the Project hierarchy. I was'nt able to find this prefab, so I just threw together my own ProgressIndicator GameObject with all the same scripts.

Please help, I have a strict deadline I need to meet.

Sign In or Register to comment.