I am currently making a program that allows the user to use the same mouse and keyboard for two separate computers. I have this working fine. I am currently working on allowing the copy pasting of files between computers. I had the idea of creating a ‘portal’ on each computer that allows the files to be dragged and dropped into them. I want to create these portals by running the unity game as the computers desktop image. I know that this is possible, as other programs, such as Wallpaper engine already do it.
(Link here)
I have done a bunch of research and found articles such as this one that show how to change the desktop image using code, however, I have been unable to find any resources on running unity as an interactive desktop image.
Does anyone have any ideas on how to do this? Or do you know of any resources that would help?