Skip to content

Commit 3c55963

Browse files
committed
Added dependency to com.unity.2d.sprite
1 parent 1deda99 commit 3c55963

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"description": "An aseprite-file importer for unity written in C#, built upon the experimental AssetImporter API.",
88
"keywords": [ "Experimental", "Importer", "AssetImporter", "Aseprite", "Textures", "Sprites" ],
99
"category": "Importers",
10-
"dependencies": {},
10+
"dependencies": {
11+
"com.unity.2d.sprite": "1.0.0"
12+
},
1113
"author": {
1214
"name": "Unity AsepriteImporter (martinhodler, mjshin82, advra)",
1315
"email": "contact@tinu.io",

0 commit comments

Comments
 (0)