https://github.com/thehyper-dev/unityscaleanimationtrackremover
It allows you to remove all the unnecessary Scale tracks/properties of the selected animation clips, saving CPU resources and storage. Multiple selection is supported.
https://github.com/thehyper-dev/unityscaleanimationtrackremover
unity unity-animation unity-editor-scipt unity-editor-tool unity-plugin unityeditor unityeditortool unityplugin
Last synced: 6 months ago
JSON representation
It allows you to remove all the unnecessary Scale tracks/properties of the selected animation clips, saving CPU resources and storage. Multiple selection is supported.
- Host: GitHub
- URL: https://github.com/thehyper-dev/unityscaleanimationtrackremover
- Owner: TheHyper-Dev
- License: mit
- Created: 2025-05-24T14:18:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-11T09:14:40.000Z (7 months ago)
- Last Synced: 2025-06-11T09:51:07.939Z (7 months ago)
- Topics: unity, unity-animation, unity-editor-scipt, unity-editor-tool, unity-plugin, unityeditor, unityeditortool, unityplugin
- Language: C#
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Usage:

Before:

After:

Might not seem like much but 2.3 KB for only 59 scale tracks (the animation is 2.8 seconds long) is pretty significant on larger scaled projects, not to mention the unnecessary proccessing on them while playing the animations.
Please leave a star on this repo if you had found this helpful, thank you and enjoy.