Unity Animation Window Search Extension
August 8, 2025 ยท View on GitHub
A Unity Editor extension that adds search functionality to Unity's Animation Window, making it easier to find and switch between animation clips.

Features
- Quick Search - Search through all animation clips in your project or current Animator Controller
- Keyboard Shortcuts - Use Alt+S (Option+S on Mac) to open search while in Animation Window
- Smart Filtering - Automatically shows clips from the current Animator Controller when available
- Multi-Layer Support - Searches through all layers in complex Animator Controllers
- Override Controller Support - Properly handles AnimatorOverrideController, showing both base and overridden clips
- Fast Navigation - Press Enter to apply the first search result
Installation
- Open Unity Package Manager (Window โ Package Manager)
- Click the "+" button in the top-left corner
- Select "Add package from git URL..."
- Enter the following URL:
https://github.com/RED-CANDLE-GAMES-CO-LTD/Unity-Animation-Window-Search-Extension.git?path=Packages/com.redcandlegames.animation-clip-search - Click "Add" and wait for the package to install
Usage
Animation Clip Search Tool
- Press
Alt+S(Windows/Linux) orOption+S(Mac) while the Animation Window is focused to open the search tool - Type to search through available animation clips
- Press Enter to apply the first result, or click on any clip
- Press Escape to close the search window
Requirements
- Unity 2019.4 or higher
- Animation Window must be open to apply clips
License
This project is licensed under the MIT License - see below for details:
MIT License
Copyright (c) 2024 Red Candle Games
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Support
If you encounter any issues or have suggestions, please file an issue on the GitHub repository.
Authors
- huw12313212
- henrywang
Contact: huw12313212@gmail.com