Animate With Scripts
Streamline common animation effects in your game with pre-built scripts for coins flying to targets, popup text notifications, stat change displays, and visual effects. Built on PrimeTween, this package reduces boilerplate code for frequently-used animations, helping you focus on gameplay rather than tweening infrastructure.
com.namphuthuy.animatewithscripts Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/animatewithscripts.git README Markdown
Copy this to your project's README.md
## Installation
Add **Animate With Scripts** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/animatewithscripts.git
```
[](https://www.pkglnk.dev/pkg/animatewithscripts)Dependencies (2)
README
Table of Contents
About The Project
This project purpose is to pre-create frequent use effect, such as:
- Multiples coins fly toward a target
- A popup text shows up on the screen to inform player
- An number popup to show the stat changes
- An image show on screen to perform as a vfx
This project use PrimeTween as the native Tween behaviour
Features
Item Fly
StatChangeText
PopupText
Note
- This method in PrimeTween/Editor/CodeGenerator.cs is commented because error
// Assert.IsTrue(System.CodeDom.Compiler.CodeGenerator.IsValidLanguageIndependentIdentifier(methodName), $"Method name is invalid: {methodName}.");
INSTALLATION
UNITY PACKAGE MANAGER
- Step 1: From Unity Editor -> Window -> Package Management -> Package Manager
- Step 2: Press the plus (+) icon in the top-left of Window
- Step 3: Select Install package from git URL -> paste the git-URL (https://github.com/NamPhuThuy/UP-AnimateWithScripts.git) and choose Install
THROUGH GIT
- Step 1: Copy the git-URL (https://github.com/NamPhuThuy/UP-AnimateWithScripts.git)
- Step 2: Open Git CLI and type: git install https://github.com/NamPhuThuy/UP-AnimateWithScripts.git
- Step 3: Enter and wait
- Step 4: Make sure you have install the package TextMeshProUGUI in the Unity Project
No comments yet. Be the first!