Skip to content

Commit ba91527

Browse files
committed
README
1 parent 6004a3f commit ba91527

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,24 @@ but in any case here is a template
88

99
Example: https://greggman.github.io/better-unity-webgl-template/
1010

11-
## Instructions
11+
## Instructions 2020
1212

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)
1429
into your project. Then pick `Edit->Project Settings->Player`, in the WebGL tab
1530
under *Resolution and Presentation* pick "BetterTemplate".
1631

@@ -22,6 +37,10 @@ See [Unity docs](https://docs.unity3d.com/Manual/webgl-templates.html) on how to
2237

2338
## Changelist
2439

40+
* 0.1.0
41+
42+
* Add Unity 2020
43+
2544
* 0.0.3
2645

2746
* Try to make mobile dialog appear above logo.

0 commit comments

Comments
 (0)