Skip to content
This repository was archived by the owner on Dec 27, 2025. It is now read-only.

Commit 1596bf1

Browse files
committed
Merge branch 'develop' of https://github.com/Juce-Assets/Juce-TweenPlayer into develop
2 parents a338455 + 9558353 commit 1596bf1

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ I wanted a tool that allowed teams to:
4646
- Easily bind custom data.
4747

4848
## Installing
49+
50+
Unity Package Manager dependences:
51+
- TextMeshPro
52+
- Timeline
53+
4954
### - Via Github
5055
#### Dependences
5156
First of all, you will need to download the following dependences
@@ -63,9 +68,9 @@ And that's all, with that you should be ready to go!
6368
Unity does not support resolving dependences from a git url. Because of that, you will need to add the following lines to your [manifest.json](https://docs.unity3d.com/Manual/upm-manifestPrj.html).
6469
```
6570
"dependencies": {
66-
"com.juce.utils": "git+https://github.com/Juce-Assets/Juce-Utils#1.4.4",
67-
"com.juce.tween": "git+https://github.com/Juce-Assets/Juce-Tween#1.6.2",
68-
"com.juce.tweencomponent": "git+https://github.com/Juce-Assets/Juce-TweenPlayer#1.3.8",
71+
"com.juce.utils": "git+https://github.com/Juce-Assets/Juce-Utils",
72+
"com.juce.tween": "git+https://github.com/Juce-Assets/Juce-Tween",
73+
"com.juce.tweencomponent": "git+https://github.com/Juce-Assets/Juce-TweenPlayer",
6974
},
7075
```
7176

0 commit comments

Comments
 (0)