I am in hope of enlightenment on the following scenario.
I deployed a unity 3d scene as a webplayer. This basically creates a html page which loads a .unity3d file. I can then take I.E., chrome and firefox and display the scene.
However, when I try using wpf browsers like awesomium and cefsharp it will not load. Even though they are suppose to be wrappers around the webkit.
Now I could use the stock webbrowser available as a usercontrol in visual studio. Except.. it suffers from the "airspace" problem and unfortunately I need to draw on top of it.
My question. Is there a wpf compliant webbrowser that can render .unity3d files? If so, please point me in the right direction.
Thank you kindly,