Is it possible to open a unit window inside a c# application?

Hi all,

I just starting studying Unit to see if I can use it on a new project but didn’t find this information anywhere. Is it possible to open a Unit interface inside, let’s say a C# WPF application? I’m planning on doing a 3D Model viewer with Unit and I think it would be easier to design all the GUI with C# and use unit only to visualize the model.

Best regards and thanks in advance.
Rodrigo Basniak

No. Well, the Unity webplayer is an ActiveX control, so perhaps you can host that. Or, alternatively, embed a webpage in your app and put Unity webplayer in that.