votetake/vue-unity-webgl

Any demo

NemoLee opened this issue · 3 comments

I have import this moudle into my project,and I can sendmessage to webgl, but could not receive the message from webgl . Does any one have a demo related to this?

Can you show code where you send message to WebGL, is WebGL instance is loaded at this moment?

@votetake I think Nemo couldn't figure out how to trigger a JS function from Unity, i.e.: https://docs.unity3d.com/Manual/webgl-interactingwithbrowserscripting.html

Hi, anyone found solution to send message from unity webgl to vuejs method using this package?