skip to Main Content

Im trying to embed a unity game onto my website but i really cant find out how.This is the file. Can someone please help me with this?

I tried multiple things like github but it doesn’t work. i even tried using the code from other exported unity projects but it didn’t work.

2

Answers


  1. According to this Unity discussion, You can upload it to something like dropbox or github. Then past in your website an iframe of the link. something like this:

    <iframe width="500px" height="500px" src="https://link...">
    
    Login or Signup to reply.
  2. You can test this out and see if it works

    Unity Web Player

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search