Making my own gaming website

i am wondering how to insert a unity build of WebGL into a website?

Your WebGL build includes an index.html file (and associated resources inside the Template folder). Check that file for an example of how to embed the Unity web player in an HTML page. You can also just directly use that template if you want.

If you want to know how to host a website in general, that has nothing to do with Unity, and there are a gazillion tutorials out there for it just va google away.

At a basic level, you can just dump the whole contents of the WebGL build into the base hosting directory of your web server and it will work.

k great thanks, i will try that

yep i got it working thankyou