package.json 633 B

123456789101112131415161718192021222324
  1. {
  2. "name": "com.unity.2d.path",
  3. "version": "4.0.2",
  4. "unity": "2020.2",
  5. "unityRelease": "0a19",
  6. "displayName": "2D Path",
  7. "description": "2D Path provides tooling to edit shapes (polygons and Bézier splines) in EditorWindows and the SceneView.",
  8. "category": "2D",
  9. "keywords": [
  10. "2d",
  11. "path"
  12. ],
  13. "relatedPackages": {
  14. "com.unity.2d.path.tests": "4.0.2"
  15. },
  16. "upmCi": {
  17. "footprint": "c1b6902f0052743c58c092f3dc70a9caf11ab5d8"
  18. },
  19. "repository": {
  20. "url": "https://github.cds.internal.unity3d.com/unity/2d.git",
  21. "type": "git",
  22. "revision": "6f9c488e4d487ead34ee4d516f0a2f4a911a8b25"
  23. }
  24. }