Skip to content

Commit fa4c61d

Browse files
committed
Added ugui dependency to the package.
1 parent b3445fc commit fa4c61d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"displayName": "TextMotionPro",
55
"description": "TextMotionPro is an animated text solution for Unity's TextMeshPro. Animate your text easily with customizable effects and smooth integration.",
66
"unity": "6000.0",
7+
"dependencies": {
8+
"com.unity.ugui": "2.0.0"
9+
},
710
"author": {
811
"name": "Bluepixel",
912
"url": "https://github.com/Bluepixeldev"
@@ -22,12 +25,12 @@
2225
},
2326
"samples": [
2427
{
25-
"displayName": "Wave",
28+
"displayName": "Wave",
2629
"descriptions": "Showcase of the built-in wave effect",
2730
"path": "Samples~/Wave"
2831
},
29-
{
30-
"displayName": "Shake",
32+
{
33+
"displayName": "Shake",
3134
"descriptions": "Showcase of the built-in Shake effect",
3235
"path": "Samples~/Shake"
3336
}

0 commit comments

Comments
 (0)