Skip to content

Commit c6a5331

Browse files
committed
Merge branch 'main' of https://github.com/breadnone/STween
2 parents 37d5092 + ba68270 commit c6a5331

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,21 @@
22
![2024-02-24-STween-ezgif com-crop(1)](https://github.com/breadnone/STween/assets/64100867/b7572eee-bc4c-4b6e-9b69-6e3da6fe22d5)
33

44
## STween - Zero allocation tweening library for Unity3D
5-
Zero allocation tweening library that works for both runtime and edit-mode (editor).
5+
Works for both runtime and edit-mode (editor).
66

77
![ZYFXLQ5Zrf](https://github.com/breadnone/STween/assets/64100867/9c418ea0-4f05-46cf-9642-461a012efe41)
88

9-
Features:
9+
**Installation & Requirements**
10+
Requirements :
11+
- Unity3D version 2022 and above.
12+
13+
Installation :
14+
- Download the release `.unitypackage` on the right hand side.
15+
- OR Download the .zip file and extract it to your project.
16+
- OR git clone it.
17+
- Pick the easiest for you :)
18+
19+
Features :
1020
- Move
1121
- Rotation (Quats, Eulers etc)
1222
- Scale
@@ -232,7 +242,6 @@ Main APIs : Can be chained with helper apis
232242
- STween.parabolic : Moves gameObject in parabolic paths : input : GameObject, Transform, Vector3, Vector2
233243
- STween.sine : Moves gameObject in sine waves : input : GameObject, Transform, Vector3, Vector2
234244
- STween.value : Value intepolator supports : float, int, Vector2, Vector3, Vector4, Matrix4x4, Quaternion, Rect
235-
- STween.combine : Combines multiple tweens into one : input : TweenClass, ISlimTween, SlimTransform, SlimRect
236245
- STween.create : Create custom tween to interpolate any public properties. This is still EXPERIMENTAL
237246
- STween.queue : Lazily queue multiple tweens in succession.
238247
- STween.Cancel : Cancels single tween : input : (optional)GameObject, (optional)int
@@ -339,8 +348,10 @@ STween.dispatchInvokeRepeat : Dispatching the repeat cycle.
339348
STween.dispatchInvokeResetLoop : Dispatching the reset timing.
340349
STween.flushEvents : Clearing all assigned delegates.
341350

351+
**Combine OR Multiple Tweens in a Sequence**
352+
STween can do multiple tweens at once on a single Transform/GameObject out of the box without any special apis :)
342353

343-
**Works In Edit-mode (Non-PlayMode)**
354+
**Works In Edit-mode (Non-PlayMode)**
344355
![pylUFJ20Mv](https://github.com/breadnone/STween/assets/64100867/624de2e1-6891-4f58-979d-2a83b1d5d9b9)
345356

346357

0 commit comments

Comments
 (0)