Skip to content

Commit 117236f

Browse files
committed
Add urp to description
1 parent 88dd951 commit 117236f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ Testing Unity's WebGL capabilities for different versions and platforms
66

77
Version | Size | Link
88
--- | --- | ---
9-
2018.2.3f1 | 2.97 MB (3,121,037 bytes) | https://deml.io/experiments/unity-webgl/2018.2.3f1/
10-
2019.3.0f6 | 3.28 MB (3,448,034 bytes) | https://deml.io/experiments/unity-webgl/2019.3.0f6/
11-
2020.0.1f1 | 2.86 MB (3,007,240 bytes) | https://deml.io/experiments/unity-webgl/2020.1.0f1/
12-
2020.2.0b11 | 2.85 MB (2,993,598 bytes) | https://deml.io/experiments/unity-webgl/2020.2.0b11/
9+
2018.2.3f1 | 2.97 MB | https://deml.io/experiments/unity-webgl/2018.2.3f1/
10+
2019.3.0f6 | 3.28 MB | https://deml.io/experiments/unity-webgl/2019.3.0f6/
11+
2020.0.1f1 | 2.86 MB | https://deml.io/experiments/unity-webgl/2020.1.0f1/
12+
2020.2.0b11 | 2.82 MB | https://deml.io/experiments/unity-webgl/2020.2.0b11/
13+
2020.2.0b11 URP | 5.25 MB | https://deml.io/experiments/unity-webgl/2020.2.0b11-urp/
1314

1415
## Platforms
1516

@@ -34,5 +35,7 @@ Version | Size | Link
3435
* You might need to reload the page on iOS when running the first time
3536
* This is a very small example. When building larger WebGL applications, you might run into problems with memory or compile errors. I recommend to build from the start and very often, to catch the changes that create those problems.
3637
* If you want to have the smallest file size possible, take a look at [Project Tiny](https://forum.unity.com/forums/project-tiny.151/) or web-specific libraries like [Three.js](https://threejs.org/).
38+
* URP adds additional 2.5 MB file size compared to the builtin render pipeline.
39+
* Removing the default skybox will save ~30kb.
3740

3841
For further information check out the [forum-thread](https://forum.unity.com/threads/webgl-builds-for-mobile.545877/).

0 commit comments

Comments
 (0)