Is there any possibility for the Unity Engine to be hosted in a Windows Forms MDI Child window?
I am developing some kind of a monitoring application. I have set up a MDI application in which you can open different monitoring windows. One of them is simply a canvas with some objects drawn. Now, I would like to do it in 3D so I am considering Unity Engine for this kind of work.
Is there any way to make Unity Engine work in MDI child window?
Note: I am aware that I can put a web browser control on the form and load my Unity app in the website. This works, however I would like the 3D view to be resizable (the same way the editor 3D preview is resizable).
Is something like this possible?