Skip to content

Commit a25e14e

Browse files
committed
Change package name, description, and url
1 parent 0ada60b commit a25e14e

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# Tween Engine
1+
# Unity Tweening
22

3-
The Tween Engine package provides a system for tweening object properties in Unity. A tween is an animation of a value from a start position to an end position using an easing function, providing a natural sense of motion.
3+
The Tweening package provides a system for tweening object properties in Unity. A tween is an animation of a value from a start position to an end position using an easing function, providing a natural sense of motion.
4+
5+
The system is lightweight, optimized, type-safe, and memory efficient. Hundreds of pre-defined tweening functions can be called on many common Unity objects, or you can animate anything using generic tweening functions. Tweens can be controlled with many different control methods and various callback functions.
6+
7+
Import `Zigurous.Tweening` in your code to access everything the system offers.
48

59
## Installation
610

@@ -12,4 +16,4 @@ To load a package from a Git URL:
1216
2. Click the add (`+`) button in the status bar
1317
3. Select **Add package from git URL** from the add menu
1418
4. Enter the following Git URL in the text box and click Add:
15-
`https://github.com/zigurous/unity-tween-engine.git`
19+
`https://github.com/zigurous/unity-tweening-system.git`

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "com.zigurous.animation.tweening",
33
"version": "1.0.1",
4-
"displayName": "Zigurous Tween Engine",
5-
"description": "The Tween Engine package provides a system for tweening object properties in Unity. A tween is an animation of a value from a start position to an end position using an easing function, providing a natural sense of motion.",
4+
"displayName": "Zigurous Tweening",
5+
"description": "The Tweening package provides a system for tweening object properties in Unity. A tween is an animation of a value from a start position to an end position using an easing function, providing a natural sense of motion.\n\nThe system is lightweight, optimized, type-safe, and memory efficient. Hundreds of pre-defined tweening functions can be called on many common Unity classes, or you can animate anything using generic tweening functions. Tweens can be controlled with many different control methods and various callback functions.",
66
"unity": "2019.4",
77
"keywords": [
88
"animation",
99
"tweening",
1010
"system",
1111
"tool"
1212
],
13-
"repository": "https://github.com/zigurous/unity-tween-engine",
13+
"repository": "https://github.com/zigurous/unity-tweening-system",
1414
"publishConfig": {
1515
"registry": "https://npm.pkg.github.com/@zigurous"
1616
},

0 commit comments

Comments
 (0)