Skip to content

Commit a7d7631

Browse files
committed
unity.webp 0.3.8 - (libwebp version v1.2.2)
- add: add webp v1.2.2 source directly on Plugins/WebGL/src for WebGL build #10 - add: UNITY_WEBGL predefined for webgl build #10 - fix: async Task based logic to IEnuemrator logic on WebpAnimation.cs for WebGL build - doc: add WebGL section on README.md
1 parent 90abbca commit a7d7631

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ As a shared dependency, this uses the openUPM package `com.system-community.syst
2626
```json
2727
{
2828
"dependencies": {
29-
"com.netpyoung.webp": "0.3.7"
29+
"com.netpyoung.webp": "0.3.8"
3030
},
3131
"scopedRegistries": [
3232
{
@@ -48,7 +48,7 @@ using `#{version}` for versioning.
4848
ex)
4949

5050
``` json
51-
"com.netpyoung.webp": "https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.7",
51+
"com.netpyoung.webp": "https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.8",
5252
"com.system-community.systemruntimecompilerservicesunsafe": "https://github.com/system-community/SystemRuntimeCompilerServicesUnsafe.git?path=Assets/_Root#6.0.0",
5353

5454
```

unity_project/Assets/unity.webp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.netpyoung.webp",
33
"displayName": "Unity.WebP",
4-
"version": "0.3.7",
4+
"version": "0.3.8",
55
"unity": "2018.4",
66
"description": "webp made easy for Unity3d.",
77
"keywords": ["webp","unity.webp"],

unity_project/Assets/unitypackage-builder/Editor/PackageTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public class PackageTool
55
[MenuItem("Package/Update Package")]
66
private static void UpdatePackage()
77
{
8-
const string VERSION = "0.3.7";
8+
const string VERSION = "0.3.8";
99
AssetDatabase.ExportPackage(
1010
new[] {"Assets/unity.webp"},
1111
$"../webp-{VERSION}.unitypackage",

0 commit comments

Comments
 (0)