From bfc0b897039242d30265982accbf2a926078c9d8 Mon Sep 17 00:00:00 2001 From: cuqmbr Date: Thu, 21 Jul 2022 12:03:34 +0300 Subject: [PATCH] chore: add SoftMaskForUGUI package --- Assets/Imported Assets/SharedModels.meta | 8 -------- Assets/Imported Assets/TextMesh Pro.meta | 0 Packages/manifest.json | 1 + Packages/packages-lock.json | 7 +++++++ 4 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 Assets/Imported Assets/SharedModels.meta mode change 100644 => 100755 Assets/Imported Assets/TextMesh Pro.meta diff --git a/Assets/Imported Assets/SharedModels.meta b/Assets/Imported Assets/SharedModels.meta deleted file mode 100644 index 881174a..0000000 --- a/Assets/Imported Assets/SharedModels.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 984add6c67feea0f88fff3bb77af06cf -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Imported Assets/TextMesh Pro.meta b/Assets/Imported Assets/TextMesh Pro.meta old mode 100644 new mode 100755 diff --git a/Packages/manifest.json b/Packages/manifest.json index aa2cc44..87122cf 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,5 +1,6 @@ { "dependencies": { + "com.coffee.softmask-for-ugui": "https://github.com/mob-sakai/SoftMaskForUGUI.git", "com.unity.2d.animation": "5.1.0", "com.unity.2d.psdimporter": "4.2.0", "com.unity.2d.sprite": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 6911551..389314f 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,5 +1,12 @@ { "dependencies": { + "com.coffee.softmask-for-ugui": { + "version": "https://github.com/mob-sakai/SoftMaskForUGUI.git", + "depth": 0, + "source": "git", + "dependencies": {}, + "hash": "b870d64b5704a764fd03aaccb11f2dbe652b1756" + }, "com.unity.2d.animation": { "version": "5.1.0", "depth": 0,