Initial commit

This commit is contained in:
AbstractConcept 2022-09-13 00:36:34 -05:00
commit 3c7cc0c973
8391 changed files with 704313 additions and 0 deletions

View file

@ -0,0 +1,24 @@
{
"name": "com.unity.2d.path",
"version": "2.1.0",
"unity": "2019.4",
"unityRelease": "0a10",
"displayName": "2D Path",
"description": "2D Path provides tooling to edit shapes (polygons and Bézier splines) in EditorWindows and the SceneView.",
"category": "2D",
"keywords": [
"2d",
"path"
],
"relatedPackages": {
"com.unity.2d.path.tests": "2.1.0"
},
"upmCi": {
"footprint": "05bc6bb6043722ab083c1657ff132ecea116c604"
},
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/2d.git",
"type": "git",
"revision": "af64689d11b5d27eeab4dbd14d16b98d0b3e5fc4"
}
}