Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Oct 1, 2018
1 parent c597585 commit 49ad759
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,22 @@ Change `Assets/WebGLTemplates/BetterTemplate/logo.png` to whatever you want.

See [Unity docs](https://docs.unity3d.com/Manual/webgl-templates.html) on how to customize WebGL Templates.

## Changelist

* 0.0.3

* Try to make mobile dialog appear above logo.

It's a little sad that Unity hard coded this rather than make it
some kind of event and/or make the template itself handle this.
The issue is there's no easy way to know if the inserted elements
are the mobile warning or something else.

I suppose could check if the game has actually loaded. If no it's
the mobile warning. If yes then disable the CSS. Oh well, burn that
bridge when we get there.

* Fix logo size css

* Add viewport tag

0 comments on commit 49ad759

Please sign in to comment.