How to create launcher application for multiple Unity apps in Hololens ?

Vl, Swarasya (623) 21 Reputation points
2022-01-25T05:27:17.55+00:00

I have more than one Unity application (.appx package)
Basically, I want to have a launcher application visible inside Hololens, when i click on launcher app, it should show my list of Unity apps. I should be able to click on one of these Unity apps to start it.

Is it possible to create using C# or what are the possible ways to achieve this ?

HoloLens | Development
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Hernando Ren 2,171 Reputation points
    2022-01-26T08:23:40.027+00:00

    Hello, Welcome to Microsoft Q&A,

    Yes, it is possible to do, HoloLens supports app to app launching via the Windows.System.Launcher APIs, therefore, you can declare a Protocol in the package manifest to launch your apps. This documentation shows how to register a default handler for a custom URI scheme name and handle activated events once the user launches this URI scheme name: Handle URI activation.

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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.