The new version does not have instantiate in the .js file.
There is no this line
var unityInstance = UnityLoader.instantiate("unityContainer", "Build/YourBuild.json", {onProgress: UnityProgress});
If I try `unityInstance.SendMessage("ObjectName","methodname",value);`
The console in brower reports unityInstance not defined.
How do I send message from browser to webgl now?
↧