Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

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

Style
Preview
pkglnk installs badge
## 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
```

[![pkglnk](https://www.pkglnk.dev/badge/animatewithscripts.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/animatewithscripts)

Dependencies (2)

README

Contributors Forks Stargazers Issues MIT License

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage examples
  4. Roadmap
  5. Contact
  6. Acknowledgments

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}.");

(back to top)

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

Usage examples

(back to top)

Contact

Itch

(back to top)

Comments

No comments yet. Be the first!