You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@
4
4
"displayName": "TextMotionPro",
5
5
"description": "TextMotionPro is an animated text solution for Unity's TextMeshPro. Animate your text easily with customizable effects and smooth integration.",
6
6
"unity": "6000.0",
7
+
"dependencies": {
8
+
"com.unity.ugui": "2.0.0"
9
+
},
7
10
"author": {
8
11
"name": "Bluepixel",
9
12
"url": "https://github.com/Bluepixeldev"
@@ -22,12 +25,12 @@
22
25
},
23
26
"samples": [
24
27
{
25
-
"displayName": "Wave",
28
+
"displayName": "Wave",
26
29
"descriptions": "Showcase of the built-in wave effect",
27
30
"path": "Samples~/Wave"
28
31
},
29
-
{
30
-
"displayName": "Shake",
32
+
{
33
+
"displayName": "Shake",
31
34
"descriptions": "Showcase of the built-in Shake effect",
0 commit comments