Hi I have created my unity project to work with mobile and desktop platforms. Everything is fine. Now I want to build for Web. It is not creating the build. I tried to import the webgl package which has conflict with my current packages. Is there any easier way to solve the issue without removing the plugin
Hello @Prabhu,
The WebGL package is entirely different since it communicates with the browser. It cannot work together with the Core package. You’ll need to start a new project with the WebGL package and then move your scene over.
Dear Team,
I have added the webgl package and added it to my project. I removed the sample scene of Convai from it. But still if I run the build the Convai demo scene is coming in the browser. Do I need to change anything from my end.Attached my scene list for your reference.
There may be a cache issue, please open the same URL in an incognito window.
Yes. Thank you It’s cache issue .