Skip to content

Commit

Permalink
unity.webp 0.3.5 - (libwebp version v1.2.2)
Browse files Browse the repository at this point in the history
- fix: Comment out _pad7_e__FixedBuffer's index getter to avoid compile error
  - ae79b8a
  • Loading branch information
netpyoung committed May 23, 2022
1 parent a4f45e1 commit 776fbc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,7 +9,7 @@
## prebuilt library

- prebuilt library are maintained by [prebuilt-libwebp](https://github.com/netpyoung/prebuilt-libwebp)
- libwebp version v1.2.1
- libwebp version v1.2.2

## installation

Expand All @@ -26,7 +26,7 @@ using `#{version}` for versioning.
ex)

``` json
"com.netpyoung.webp": "https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.4"
"com.netpyoung.webp": "https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.5"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion unity_project/Assets/unity.webp/package.json
@@ -1,7 +1,7 @@
{
"name": "com.netpyoung.webp",
"displayName": "Unity.WebP",
"version": "0.3.4",
"version": "0.3.5",
"unity": "2018.4",
"description": "webp made easy for Unity3d.",
"keywords": [ "webp", "unity.webp" ],
Expand Down
Expand Up @@ -5,7 +5,7 @@ public class PackageTool
[MenuItem("Package/Update Package")]
private static void UpdatePackage()
{
const string VERSION = "0.3.4";
const string VERSION = "0.3.5";
AssetDatabase.ExportPackage(
new[] {"Assets/unity.webp"},
$"../webp-{VERSION}.unitypackage",
Expand Down

0 comments on commit 776fbc2

Please sign in to comment.