Package '2D Sprite' added

This commit is contained in:
Dominik Gut 2025-07-24 18:05:20 +02:00
parent 3521bb103d
commit 2cea8aa93e
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{ {
"dependencies": { "dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.collab-proxy": "2.2.0", "com.unity.collab-proxy": "2.2.0",
"com.unity.feature.development": "1.0.1", "com.unity.feature.development": "1.0.1",
"com.unity.feature.vr": "1.0.0", "com.unity.feature.vr": "1.0.0",

View File

@ -7,6 +7,12 @@
"dependencies": {}, "dependencies": {},
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.2d.sprite": {
"version": "1.0.0",
"depth": 0,
"source": "builtin",
"dependencies": {}
},
"com.unity.burst": { "com.unity.burst": {
"version": "1.8.11", "version": "1.8.11",
"depth": 1, "depth": 1,