Hello I’m using Chrome my browser I need help I’m trying to run unity and I tried everything and nothing happen I tried a lot of browsers and I downloaded unity plugin on Firefox and on Chrome and nothing happen i downloaded Unity Web Player And nothing happen and i tried to talk to Unity support Mail and nothing happen please help
First of all the UnityWebPlayer is obsolete. No current browser will support any kind of NPAPI plugins anymore. That’s why the WebPlayer was deprecated a long time ago. Just in case you missed the development of the last 5 years, have a look at this blog post.
So you can no longer build for the WebPlayer. However Unity now has support for WebGL builds. WebGL is supported in most browsers. It even works in firefox on my 2012 Nexus 7 tablet (though performance isn’t that great there).
You actually made a WebGL build. However maybe your build is missing some files. If you hosted your build on a server you may have forgotten to copy the two folders?
I’ve created many WebGL builds like this one or this one. Do they load on your side? If yes you did something wrong either while building the WebGL release, by hosting them or some limitation of the server you’re hosting your files on. Some hosting providers might not allow hosting webGL builds.