i was tried to build a webgl program, but when i build&run,there is no index.html,only have xxxx.sln .why?i can not found reason.
Where are you looking? are you looking in the “_data” folder?
its not in there. look beside that folder, you should see “.exe” and “_data” side by side.
It seems your are looking into your project root folder.
The WebGL build should be located in the folder you specified when starting the build. Unity also opens this folder at the end of the build process (if no error occured).
For your future builds I suggest you to create a dedicated Build folder where you put all your project’s builds. They will be easier to locate