add package define

main
刘涛 2026-01-21 15:51:40 +08:00
parent 4a023c107c
commit e61cfd73d6
1 changed files with 22 additions and 0 deletions

22
package.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "com.tuyoogame.yooasset",
"displayName": "YooAsset",
"version": "2.1.1",
"unity": "2019.4",
"description": "unity3d resources management system.",
"author": {
"name": "TuYoo Games",
"url": "http://1.14.122.170:3000/PHXH/YooAsset"
},
"repository": {
"type": "git",
"url": "http://1.14.122.170:3000/PHXH/YooAsset.git"
},
"relatedPackages": {},
"dependencies": {
"com.unity.scriptablebuildpipeline": "1.21.25",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.unitywebrequestassetbundle": "1.0.0"
}
}