Skip to content

Commit 3da8fb9

Browse files
committed
doc: add stop to support .unitypackage section on README.md
- This library depends on System.Runtime.CompilerServices.Unsafe. But with `package manager` and `.unitypackage` it is hard to maintain both. so I deprecated to support .unitypackage.
1 parent a7d7631 commit 3da8fb9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515

1616
choose your preference
1717

18-
### using .unitypackage
19-
20-
- [Download this .unitypackage from Release Page](https://github.com/netpyoung/unity.webp/releases)
21-
2218
### using OpenUPM
2319

2420
As a shared dependency, this uses the openUPM package `com.system-community.systemruntimecompilerservicesunsafe`, you will need to add it to OpenUPM's scopes, and it will be pulled in by this package.
@@ -67,6 +63,11 @@ ex)
6763
- ref: <https://forum.unity.com/threads/async-await-and-webgl-builds.472994/>
6864
- 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.
6965

66+
67+
## stop to support .unitypackage
68+
69+
- This library depends on System.Runtime.CompilerServices.Unsafe. But with `package manager` and `.unitypackage` it is hard to maintain both. so I deprecated to support .unitypackage.
70+
7071
## LICENCE
7172

7273
### webp

0 commit comments

Comments
 (0)