From 3f6922ae6651d2110266ee59191c71d24b8db1cc Mon Sep 17 00:00:00 2001 From: netpyoung Date: Sun, 5 Jun 2022 03:57:52 +0900 Subject: [PATCH] unity.webp 0.3.7 - (libwebp version v1.2.2) - apply: Externalize Unsafe dll for compatibility with other packages that depend on it #46 --- README.md | 4 ++-- unity_project/Assets/unity.webp/package.json | 2 +- .../Assets/unitypackage-builder/Editor/PackageTool.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e9effd..861fbfe 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ As a shared dependency, this uses the openUPM package `com.system-community.syst ```json { "dependencies": { - "com.netpyoung.webp": "0.3.6" + "com.netpyoung.webp": "0.3.7" }, "scopedRegistries": [ { @@ -48,7 +48,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.6", +"com.netpyoung.webp": "https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.7", "com.system-community.systemruntimecompilerservicesunsafe": "https://github.com/system-community/SystemRuntimeCompilerServicesUnsafe.git?path=Assets/_Root#6.0.0", ``` diff --git a/unity_project/Assets/unity.webp/package.json b/unity_project/Assets/unity.webp/package.json index d9f5e26..cdb316a 100644 --- a/unity_project/Assets/unity.webp/package.json +++ b/unity_project/Assets/unity.webp/package.json @@ -1,7 +1,7 @@ { "name": "com.netpyoung.webp", "displayName": "Unity.WebP", - "version": "0.3.6", + "version": "0.3.7", "unity": "2018.4", "description": "webp made easy for Unity3d.", "keywords": ["webp","unity.webp"], diff --git a/unity_project/Assets/unitypackage-builder/Editor/PackageTool.cs b/unity_project/Assets/unitypackage-builder/Editor/PackageTool.cs index 508d48d..7c289cd 100644 --- a/unity_project/Assets/unitypackage-builder/Editor/PackageTool.cs +++ b/unity_project/Assets/unitypackage-builder/Editor/PackageTool.cs @@ -5,7 +5,7 @@ public class PackageTool [MenuItem("Package/Update Package")] private static void UpdatePackage() { - const string VERSION = "0.3.6"; + const string VERSION = "0.3.7"; AssetDatabase.ExportPackage( new[] {"Assets/unity.webp"}, $"../webp-{VERSION}.unitypackage",