Skip to content

Commit 9117578

Browse files
committed
Update package name and description
1 parent c662cf8 commit 9117578

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Animation Tweening
1+
# Object Tweening
22

3-
The Animation Tweening package provides a system for tweening object properties in Unity.
3+
The Object 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 over time using an easing function that provides a natural sense of motion.
44

55
## Installation
66

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "com.zigurous.animation.tweening",
33
"version": "1.0.0",
4-
"displayName": "Zigurous Animation Tweening",
5-
"description": "The Animation Tweening package provides a system for tweening object properties in Unity.",
4+
"displayName": "Zigurous Object Tweening",
5+
"description": "The Object 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 over time using an easing function that provides a natural sense of motion.",
66
"unity": "2019.4",
77
"keywords": [
88
"animation",

0 commit comments

Comments
 (0)