Search Unity

Embedding UWP in Unity and vice versa?

Discussion in 'Scripting' started by denisatglaza, Jun 17, 2018.

  1. denisatglaza

    denisatglaza

    Joined:
    May 14, 2018
    Posts:
    18
    I am building a disability service in Unity that will let paralyzed people move mouse cursor with their head movement only. Whatever is in Unity is just a function so im wondering if its possible to embed it in UWP software.

    So someone would launch UWP software, click on "Start Unity" button and then the software would wrap itself into unity and function is now accessible (embedded software is clickable). There are a few examples of embedding browsers in Unity (example below), but can this be done with a software. Assuming I have access to software's code. Example below

    Screenshot (17).png


    Thank you!