File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,22 @@ Change `Assets/WebGLTemplates/BetterTemplate/logo.png` to whatever you want.
20
20
21
21
See [ Unity docs] ( https://docs.unity3d.com/Manual/webgl-templates.html ) on how to customize WebGL Templates.
22
22
23
+ ## Changelist
24
+
25
+ * 0.0.3
26
+
27
+ * Try to make mobile dialog appear above logo.
28
+
29
+ It's a little sad that Unity hard coded this rather than make it
30
+ some kind of event and/or make the template itself handle this.
31
+ The issue is there's no easy way to know if the inserted elements
32
+ are the mobile warning or something else.
33
+
34
+ I suppose could check if the game has actually loaded. If no it's
35
+ the mobile warning. If yes then disable the CSS. Oh well, burn that
36
+ bridge when we get there.
37
+
38
+ * Fix logo size css
39
+
40
+ * Add viewport tag
41
+
You can’t perform that action at this time.
0 commit comments