ok so when you build and run a webgl build, it builds your game to a folder, and opens the game in your browser. there is a localhost url thing that is like 'http://localhost:50185/' is one that I get for game. when I paste the url back into my browser, it opens the game the way it was when I hit build and run.
**Question 1**, if I send the files over to another computer, and put in the same url, will it open the same way, or will it not due to different paths to the files and things like that?
question 1 part 2. if the answer to the first part was yes, will this change based off of the kind of computer i am using? I am using a windows, but it would be helpful to use it on mac and whatnot
in the file there is a index.html. if you open this it will open what at first seems to be the game, and then nothing is inside of the frame, as if it only was opening the looks besides the game. there was another question talking about this and how to make it run normally (I think was what they were talking about), but I couldnt locate the solution, and it may have been outdated or some other reason I couldnt figure it out. I might also just not have been able to understand correctly
**Question 2**, is there a way to make it so i can run my game straight from the index.html file?
thanks for your time im pretty bad at troubleshooting difficulties with builds and stuff.
↧