package.json 347 B

1234567891011
  1. {
  2. "name": "com.unity.2d.sprite",
  3. "displayName":"2D Sprite",
  4. "version": "1.0.0",
  5. "unity": "2019.2",
  6. "keywords": ["2d", "sprite", "sprite editor window"],
  7. "category": "2D",
  8. "description": "Use Unity Sprite Editor Window to create and edit Sprite asset properties like pivot, borders and Physics shape",
  9. "dependencies": {
  10. }
  11. }