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

Get UIText text from Azure or other database

Is it possible to get the text for my UIText prefabs (like the ones from the Holotoolkit) from a cloud database? If so, how?
For example, when I pull up info about an object, I want to see the latest data about it, like sales figures.

Comments

  • Options
    Easiest would be to create prefabs that contain ui text elements. When you want the data, just make a web call to an azure service to get the data. Finally use the data as source text of your prefab by updating it's text property. With the prefab you can make it look like what you want and just update the text on the fly compared to having to create everything at run time.

    http://www.redsprocketstudio.com/
    Developer | Check out my new project blog

Sign In or Register to comment.