creating-animations

Generate and apply spinning, bobbing, pulsing, and shaking animations to Unity game objects.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/definitelygames/ClownCar --skill creating-animations-definitelygames
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-animations
Source: https://github.com/definitelygames/ClownCar/tree/main/.claude/skills/creating-animations
Command: npx skills add https://github.com/definitelygames/ClownCar --skill creating-animations-definitelygames

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows for the creation of dynamic and engaging visual experiences by adding movement and animation to objects within a scene.

Core Features & Use Cases

  • Predefined Animations: Offers scripts for common animations like spinning, bobbing, pulsing, and shaking.
  • Customizable Parameters: Allows adjustment of speed, amplitude, magnitude, and duration for tailored effects.
  • Use Case: Apply a 'spin' animation to a collectible coin and a 'pulse' animation to a power-up item to make them visually distinct and attractive to the player.

Quick Start

Use the creating-animations skill to make the coin object spin and bob.

Frequently Asked Questions about creating-animations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add spinning and bobbing animations to game objects in Unity?

To add spinning and bobbing animations to Unity game objects, apply predefined C# scripts that generate continuous motion effects. These scripts allow adjustment of speed and amplitude for collectibles and power-ups.

Can I customize the speed and magnitude of motion effects for collectibles?

Yes, motion effects for collectibles support customizable parameters for speed, amplitude, magnitude, and duration. Adjusting these variables tailors the visual feedback of pulsing or shaking animations.

Do I need Unity's MonoBehaviour to implement visual effects and motion graphics?

Yes, implementing these visual effects requires Unity's MonoBehaviour and associated C# scripts. This framework provides the necessary structure to attach motion graphics directly to game objects.

What is the best way to animate a power-up item with a pulse effect in Unity?

The best way to animate a power-up with a pulse effect is applying a predefined script that handles scale oscillation. This makes the power-up visually distinct and attractive to players.

When should I use predefined animation scripts instead of building custom motion graphics?

Use predefined animation scripts for common movements like spinning, bobbing, pulsing, and shaking. This approach is efficient for standard feedback mechanisms and collectibles without complex rigging.

Does Unity scripting support shaking animations for player feedback mechanisms?

Yes, Unity scripting supports shaking animations specifically for player feedback mechanisms. The generated scripts apply controlled magnitude shaking to game objects to indicate damage or events.