Embed application inside a scene

Hello,

I would like to embed an application inside a scene so when the user launch the application, it stays inside the scene. The idea is that the user can interact with the application without switching. It’s easier on pad for example.
It’s easy to launch an external soft with the Process.Start(path); .

Thank for you help.

That isn’t a built in Unity feature, so you’re probably in uncharted waters.

1 Like