Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser




Quick Information

A tool that simplifies the process of creating animations in AnimatedSprite2D nodes by automatically loading frames from folders.Features:- Load multiple animations from folder structures- Automatically creates animations from folder names- Recursively explores subfolders- Configurable FPS for all loaded animations- Automatically disables loop for all animations- Supports PNG, JPG, and JPEG formats
godot-animation-folder-loader
A Godot plugin to easily load animations from folders
Animation Folder Loader
A Godot plugin that simplifies the process of creating animations in AnimatedSprite2D nodes by loading frames from folders.
Features
- Load multiple animations from a folder structure
- Automatically creates animations from folder names
- Recursively explores subfolders
- Configurable FPS for all loaded animations
- Automatically disables loop for all animations
- Supports PNG, JPG, and JPEG formats
Installation
- Download the latest release
- Extract the
addons
folder into your project - Enable the plugin in Project Settings -> Plugins
Usage
- Select an AnimatedSprite2D node in your scene
- Find the "Animation Folder Loader" section in the Inspector
- Set your desired FPS (default: 24)
- Click "Load Animation Folder" and select your root animations folder
- The plugin will automatically create animations from your folder structure
Example Folder Structure
animations/ βββ idle/ β βββ frame1.png β βββ frame2.png βββ run/ βββ frame1.png βββ frame2.png
Each folder containing images will become an animation with the folder's name.
License
This project is licensed under the MIT License - see the LICENSE file for details.
A tool that simplifies the process of creating animations in AnimatedSprite2D nodes by automatically loading frames from folders.
Features:
- Load multiple animations from folder structures
- Automatically creates animations from folder names
- Recursively explores subfolders
- Configurable FPS for all loaded animations
- Automatically disables loop for all animations
- Supports PNG, JPG, and JPEG formats
Reviews
Quick Information

A tool that simplifies the process of creating animations in AnimatedSprite2D nodes by automatically loading frames from folders.Features:- Load multiple animations from folder structures- Automatically creates animations from folder names- Recursively explores subfolders- Configurable FPS for all loaded animations- Automatically disables loop for all animations- Supports PNG, JPG, and JPEG formats