Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CC Animation SweeperNew to Visual Studio Code? Get it now.
CC Animation Sweeper

CC Animation Sweeper

Sayali Kanase

|
9 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🧹 AnimationSweeper

Find unused Spine or Sprite animations in your game!

CC Animation Sweeper is a Visual Studio Code extension that scans your game project's assets and code to detect unused animation names — helping you keep your project clean and optimized.


🚀 Features

  • 🔍 Scans .json Spine files for animation definitions
  • 🧠 Searches your source code for actual animation usage
  • 🧼 Identifies unused animation names
  • 📄 Generates a report with:
    • All animation names
    • Which are used
    • Which are unused

📂 Usage

  1. Right-click in the Explorer panel → choose "Scan for Unused Animations"
  2. Or run from Command Palette:
    Cmd+Shift+P → Scan for Unused Animations
  3. A progress popup will appear while scanning
  4. Results will open in a new editor tab:
    • Summary of total, used, and unused animations
    • List of unused animation names and their file paths

🛠 Configuration

No configuration needed — works out of the box for typical Spine and Sprite JSON and code structure.

Make sure your files are in the following structure:

modules/Game/assets/images//.json modules/Game/src//.ts

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft