Hi,
I am fairly new to scripting in Unity and HTML.I need to embed a playable unity game on an HTML page. So when the player click on the button and go to that page, they can start playing immediately. I looked into Unity - Manual: Publishing Builds, and it looks like it is possible. But I am not sure which one will work the best for me? Streamed, offline, or development build?
Thanks!
Those options are documented on the page you linked to. Read the descriptions and enable the options only if they are appropriate for your game. (Offline and development are not something you’d use for a completed web game, though.)
–Eric