File tree 1 file changed +21
-2
lines changed
1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,24 @@ but in any case here is a template
8
8
9
9
Example: https://greggman.github.io/better-unity-webgl-template/
10
10
11
- ## Instructions
11
+ ## Instructions 2020
12
12
13
- Downloand and add in [ this unity package] ( https://github.com/greggman/better-unity-webgl-template/releases/latest )
13
+ Download and add in [ this unity package] ( https://github.com/greggman/better-unity-webgl-template/releases/latest )
14
+ into your project. Then pick ` Edit->Project Settings->Player ` , in the WebGL tab
15
+ under * Resolution and Presentation* pick "Better2020".
16
+
17
+ <img src =" https://user-images.githubusercontent.com/234804/90982204-91b04d80-e5a0-11ea-8b89-68abd9bd77d9.png " width =" 358 " >
18
+
19
+ Change ` Assets/WebGLTemplates/Better2020/logo.png ` to whatever you want.
20
+
21
+ You can also set "Hide Full Screen Button" to ` 1 ` or ` true ` if you don't want the fullscreen button to appear
22
+ in the bottom right.
23
+
24
+ See [ Unity docs] ( https://docs.unity3d.com/Manual/webgl-templates.html ) on how to customize WebGL Templates.
25
+
26
+ ## Instructions 2019
27
+
28
+ Download and add in [ this unity package] ( https://github.com/greggman/better-unity-webgl-template/releases/tag/v0.0.3 )
14
29
into your project. Then pick ` Edit->Project Settings->Player ` , in the WebGL tab
15
30
under * Resolution and Presentation* pick "BetterTemplate".
16
31
@@ -22,6 +37,10 @@ See [Unity docs](https://docs.unity3d.com/Manual/webgl-templates.html) on how to
22
37
23
38
## Changelist
24
39
40
+ * 0.1.0
41
+
42
+ * Add Unity 2020
43
+
25
44
* 0.0.3
26
45
27
46
* Try to make mobile dialog appear above logo.
You can’t perform that action at this time.
0 commit comments