Hello.
Is it currently possible to embed a Unity game into wpf or WinForms?
If not, is there a work around (when allowed by the license) ?
Greetings
Chillersanim
Hello.
Is it currently possible to embed a Unity game into wpf or WinForms?
If not, is there a work around (when allowed by the license) ?
Greetings
Chillersanim
The Internet Explorer browser plugin is an OCX, so should be importable into a regular Windows app. To the best of my knowledge there are very very very few people who have tried/done this, so you may find progress slow, and that the community (and Unity peeps) are little able to help you. One approach might be to host a WebBrowser control, and have that load a regular html page with Unity embedded into that.
Thank you, I will try this approach and post here when I know more.
I think the hardest part will be, to create an open API in the Unity game, that I can access in the application.
Greetings
Chillersanim