load unity web file in other application

hi
i get unity file of this site ==> http://www.visiblebody.com/
and I want to load unity file in window application like winform
how can i do it

thanks a lot

Why not ask the people who you purchased the rights to the unity file from to rebuild it as a standalone?

1 Answer

1

You can insert a web browser object into your project and load the html containing the unity web player into that. I’ve done it with VB. But note that getting info into and out of the Unity app is pretty dicey, not supported fully.