aseprite 임포터 추가

This commit is contained in:
2025-10-26 01:01:43 +09:00
parent 0cc06baa2b
commit e5534c288c
2 changed files with 32 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
"com.cysharp.memorypack": "https://github.com/Cysharp/MemoryPack.git?path=src/MemoryPack.Unity/Assets/MemoryPack.Unity",
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
"com.github-glitchenzo.nugetforunity": "https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnity",
"com.unity.2d.aseprite": "1.1.10",
"com.unity.addressables": "2.7.4",
"com.unity.ide.visualstudio": "2.0.25",
"com.unity.inputsystem": "1.14.2",

View File

@@ -21,6 +21,37 @@
"dependencies": {},
"hash": "a7c6b49a0141a5bff9b1983e38137522ef61977d"
},
"com.unity.2d.aseprite": {
"version": "1.1.10",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.2d.common": "6.0.6",
"com.unity.2d.sprite": "1.0.0",
"com.unity.mathematics": "1.2.6",
"com.unity.modules.animation": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.2d.common": {
"version": "9.1.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.mathematics": "1.1.0",
"com.unity.modules.uielements": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.burst": "1.8.4"
},
"url": "https://packages.unity.com"
},
"com.unity.2d.sprite": {
"version": "1.0.0",
"depth": 1,
"source": "builtin",
"dependencies": {}
},
"com.unity.addressables": {
"version": "2.7.4",
"depth": 0,