¿When developing an application for Hololens with Unity, is there a way to introduce a PowerApp link?

Adrian Retes Corada 1 Reputation point
2021-08-20T07:30:11.013+00:00

Hi,
I'm trying to develop an application for Hololens with Unity and I wanted to know if there is a way to introduce a link to a PowerApp application and, if it is possible, what do I need to do.

Thanks,

HoloLens Development
HoloLens Development
HoloLens: A family of Microsoft self-contained, holographic devices that enable engagement with digital content and interaction with holograms in the surrounding environment.Development: The process of researching, productizing, and refining new or existing technologies.
387 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Hernando Ren 2,166 Reputation points
    2021-08-20T09:09:45.83+00:00

    Hello, Welcome to Microsoft Q&A,

    Since Power App run on the web, you can launch it as a simple web uri.
    Please check out the gif show in this comment launch browser example, this way launching a flat browser window directly inside your unity app. Does it match your needs? If it is your want, please refer this code:LaunchUri.cs to learn how it Implement in the sample.

    ----
    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments