File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
unitypackage-builder/Editor Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99## prebuilt library
1010
1111- prebuilt library are maintained by [ prebuilt-libwebp] ( https://github.com/netpyoung/prebuilt-libwebp )
12- - libwebp version v1.5 .0
12+ - libwebp version v1.6 .0
1313
1414## installation
1515
@@ -24,7 +24,7 @@ Download and install via the [Package Installer](http://package-installer.glitch
2424``` json
2525{
2626 "dependencies" : {
27- "com.netpyoung.webp" : " 0.3.18 "
27+ "com.netpyoung.webp" : " 0.3.19 "
2828 },
2929 "scopedRegistries" : [
3030 {
@@ -44,7 +44,7 @@ Download and install via the [Package Installer](http://package-installer.glitch
4444``` json
4545{
4646 "dependencies" : {
47- "com.netpyoung.webp" : " https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.18 "
47+ "com.netpyoung.webp" : " https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.19 "
4848 },
4949 "scopedRegistries" : [
5050 {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ using #{version} for versioning.
1313``` json
1414{
1515 "dependencies" : {
16- "com.netpyoung.webp" : " https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.18 " ,
16+ "com.netpyoung.webp" : " https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.19 " ,
1717 "org.nuget.system.runtime.compilerservices.unsafe" : " 6.0.0"
1818 },
1919 "scopedRegistries" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " com.netpyoung.webp" ,
33 "displayName" : " Unity.WebP" ,
4- "version" : " 0.3.18 " ,
4+ "version" : " 0.3.19 " ,
55 "unity" : " 2018.4" ,
66 "description" : " webp made easy for Unity3d." ,
77 "keywords" : [" webp" ," unity.webp" ],
Original file line number Diff line number Diff 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.18 " ;
8+ const string VERSION = "0.3.19 " ;
99 AssetDatabase . ExportPackage (
1010 new [ ] { "Assets/unity.webp" } ,
1111 $ "../webp-{ VERSION } .unitypackage",
You can’t perform that action at this time.
0 commit comments