From 8831c2a251792ff94180008d3b4a5679e8738344 Mon Sep 17 00:00:00 2001 From: Mingu Kim Date: Sun, 2 Feb 2025 16:29:06 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EB=9D=BC?= =?UTF-8?q?=EC=9A=B4=EB=93=9C=20=EC=B2=98=EB=A6=AC=20=EC=97=90=EC=85=8B=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 출처 https://github.com/kirevdokimov/Unity-UI-Rounded-Corners --- Gameton-06/Packages/manifest.json | 1 + Gameton-06/Packages/packages-lock.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/Gameton-06/Packages/manifest.json b/Gameton-06/Packages/manifest.json index 704f4fd6..2ebf5f6d 100644 --- a/Gameton-06/Packages/manifest.json +++ b/Gameton-06/Packages/manifest.json @@ -1,5 +1,6 @@ { "dependencies": { + "com.nobi.roundedcorners": "https://github.com/kirevdokimov/Unity-UI-Rounded-Corners.git", "com.unity.2d.aseprite": "1.1.8", "com.unity.2d.tilemap": "1.0.0", "com.unity.cinemachine": "2.10.3", diff --git a/Gameton-06/Packages/packages-lock.json b/Gameton-06/Packages/packages-lock.json index b3e20782..7f58ba6f 100644 --- a/Gameton-06/Packages/packages-lock.json +++ b/Gameton-06/Packages/packages-lock.json @@ -1,5 +1,12 @@ { "dependencies": { + "com.nobi.roundedcorners": { + "version": "https://github.com/kirevdokimov/Unity-UI-Rounded-Corners.git", + "depth": 0, + "source": "git", + "dependencies": {}, + "hash": "33135342e868201eb0d4cef821ecab90caca373e" + }, "com.unity.2d.aseprite": { "version": "1.1.8", "depth": 0,