package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "com.tuyoogame.yooasset",
  3. "displayName": "YooAsset",
  4. "version": "1.2.4",
  5. "unity": "2019.4",
  6. "description": "unity3d resources management system.",
  7. "author": {
  8. "name": "TuYoo Games",
  9. "url": "https://github.com/tuyoogame/YooAsset"
  10. },
  11. "samples": [
  12. {
  13. "displayName": "Basic Sample",
  14. "description": "YooAsset runtime sample, Include resource update, resource download, resource loading and other functions.",
  15. "path": "Samples~/BasicSample"
  16. },
  17. {
  18. "displayName": "Extension Sample",
  19. "description": "YooAsset editor extension sample, Include patcher combine, patcher compare, patcher importer and other functions.",
  20. "path": "Samples~/ExtensionSample"
  21. },
  22. {
  23. "displayName": "UniTask Sample",
  24. "description": "UniTask extension sample, Include extension scprits, Please Read the README documentation in the extension sample .",
  25. "path": "Samples~/UniTaskSample"
  26. }
  27. ],
  28. "repository": {
  29. "type": "git",
  30. "url": "https://github.com/tuyoogame/YooAsset.git"
  31. },
  32. "relatedPackages": {},
  33. "dependencies": {
  34. "com.unity.scriptablebuildpipeline": "1.20.2",
  35. "com.unity.modules.assetbundle": "1.0.0",
  36. "com.unity.modules.unitywebrequest": "1.0.0",
  37. "com.unity.modules.unitywebrequestassetbundle": "1.0.0"
  38. }
  39. }