Skip to content

Commit 90abbca

Browse files
committed
doc: add WebGL section on README.md
1 parent eb5e812 commit 90abbca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ ex)
6161

6262
![animation.webp](./animation.webp)
6363

64+
## WebGL
65+
66+
- WebGL's [System.Threading.Tasks](https://docs.microsoft.com/dotnet/api/system.threading.tasks.task?view=net-6.0) async based logic is not stable. If you want to use async based logic for WebGL build, try to use [Cysharp/UniTask](https://github.com/Cysharp/UniTask).
67+
- ref: <https://forum.unity.com/threads/async-await-and-webgl-builds.472994/>
68+
- For WebGL build, this repo copied [webmproject/libwebp](https://github.com/webmproject/libwebp) directly. It will be more cleanable if it can be support prebuilt. But It needs more investigate.
69+
6470
## LICENCE
6571

6672
### webp

0 commit comments

Comments
 (0)