Web player screen size

Am I missing something or is the web player (at least in the Indie version) limited to a very small window? By default it’s like 200px wide and I don’t find a place to change that.

Just edit the html file. You will have to enter the width and height in two places. (One is for IE on windows and the other is for other browsers.)

(You can even set it to a percentage value such as “90%” to make it fill a fixed portion of the window size.)

In addition to changing it there, you can also specify the default web screen values in Edit->Project Settings->Player.

-Jon

And you can go fullscreen once it loads!

Didn’t thought about editing the HTML, thanks!