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

Unity Project

Download the source from GitHub

UQuick Animation

Dependencies (33)

README

🎬 UQuick Animation

A easy to use animation system for Unity projects that doesn't require an Animator Controller. Simply attach the Animation State Manager component to GameObject, and manage animation states directly from the Inspector. Assign animation clips, audio clips, or even animation events with ease. Once configured, seamlessly trigger animation states via code. Good solution for quick prototyping or managing simple straightforward animation states.

demo_preview

See the package's sample for demonstration.

🧩 Installation

  1. Open your Unity project.
  2. Navigate to Window > Package Manager.
  3. Click the + button in the top-left corner, and select "Add package from git URL...".
  4. Paste the following Git URL: https://github.com/igooose/Unity-AnimationSystem.git/?path=Assets/AnimationSystem
  5. Click Add to install the package.

Comments

No comments yet. Be the first!