Skip to content

Commit

Permalink
unity.webp 0.3.4 - (libwebp version v1.2.2)
Browse files Browse the repository at this point in the history
* change: plugin platform settings on MacOSX x86_64 => Any CPU
  • Loading branch information
netpyoung committed Apr 6, 2022
1 parent 43ff404 commit 2d10bab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3"
"com.netpyoung.webp": "https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.4"
```

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

0 comments on commit 2d10bab

Please sign in to comment.