From 7b54d1a7d639bddfcd92d6a56f22193ad9c2e385 Mon Sep 17 00:00:00 2001 From: tymmkang Date: Thu, 23 Oct 2025 02:21:16 +0900 Subject: [PATCH] =?UTF-8?q?MemoryPack.Unity=20=ED=8C=A8=ED=82=A4=EC=A7=80?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 유니티 패키지 매니저에서 git URL로 추가 (MemoryPack와는 다르다) --- Packages/manifest.json | 1 + Packages/packages-lock.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/Packages/manifest.json b/Packages/manifest.json index 700c9ee..3d9dcd8 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,5 +1,6 @@ { "dependencies": { + "com.cysharp.memorypack": "https://github.com/Cysharp/MemoryPack.git?path=src/MemoryPack.Unity/Assets/MemoryPack.Unity", "com.github-glitchenzo.nugetforunity": "https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnity", "com.unity.addressables": "2.7.4", "com.unity.ide.visualstudio": "2.0.25", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index e27bb9d..6c88d3b 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,5 +1,12 @@ { "dependencies": { + "com.cysharp.memorypack": { + "version": "https://github.com/Cysharp/MemoryPack.git?path=src/MemoryPack.Unity/Assets/MemoryPack.Unity", + "depth": 0, + "source": "git", + "dependencies": {}, + "hash": "59f48c2aaaaecd6906e6b514d567074708fa4a31" + }, "com.github-glitchenzo.nugetforunity": { "version": "https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnity", "depth": 0,