Embed Unity3D app inside WPF application
This can be done but it’s worth noting that it will only work on Windows. It used to be hard to do this but Unity recently(4.5.5p1) added -parentHWND command that can be used to embed its program into another program. All you have to do is build your Unity app, then from WPF, start it … Read more