hello,
i would like to insert the unity webplayer inside a .net C# project with Visual Studio exactly like Zumwalt did here : http://forum.unity3d.com/threads/10855-Unity-in-a-Window or http://forum.unity3d.com/threads/82071-Webplayer-Deployment-in-Visual-Studio?highlight=disableContextMenu
i’ve managed to insert the ActiveX Unity Web player inside a usercontrol without any problem . I use the Dll (AxInterop.UnityWebPlayerAXLib.dll,Interop.UnityWebPlayerAXLib.dll)
I also manage to use the OnExternalCall and SendMessage functions to interact between Unity and a C# project.
However i can’t find the way to send the parameter “disableContextMenu” to my ActiveX and this is my only problem
has anybody have any idea about it ?
thank you