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

Get Frames times of an AnimationPlayer in milliseconds. This can be useful if you want to synchronize the timing of animations made with AnimationPlayer with your Aseprite project. Because Asesprite handles frame times in a different way than Godot.How to use:Just copy the "addons/get_animplayer_frame_millis" folder to your addons. And enable the plugin from Project Settings. Now you have a new dock, select any AnimationPlayer and in the dock you can get all frame data. When you click any frame button, the frame duration in milliseconds will be copied to clipboard.
AnimationPlayer frames times in Milliseconds
Godot Plugin for get Frames times of an AnimationPlayer in milliseconds. This can be useful if you want to synchronize the timing of animations made with AnimationPlayer
with your Aseprite project. Because Asesprite handles frame times in a different way than Godot.
How to use
Just copy the addons/get_animplayer_frame_millis
folder to your addons. And enable the plugin from Project Settings.
Now you have a new dock, select any AnimationPlayer
and in the dock you can get all frame data. When you click any frame button, the frame duration in milliseconds will be copied to clipboard.
Note:
In the project there are several example animations with different situations in which the plugin does its job correctly. Although I can not guarantee that it will always work well beyond the examples provided.
Credits
This plugin was made by Danny Garay
Website https://dannygaray60.github.io/
Email [email protected]
Support me with a donation here https://ko-fi.com/dannygaray60
Get Frames times of an AnimationPlayer in milliseconds. This can be useful if you want to synchronize the timing of animations made with AnimationPlayer with your Aseprite project. Because Asesprite handles frame times in a different way than Godot.
How to use:
Just copy the "addons/get_animplayer_frame_millis" folder to your addons. And enable the plugin from Project Settings. Now you have a new dock, select any AnimationPlayer and in the dock you can get all frame data. When you click any frame button, the frame duration in milliseconds will be copied to clipboard.
Reviews
Quick Information

Get Frames times of an AnimationPlayer in milliseconds. This can be useful if you want to synchronize the timing of animations made with AnimationPlayer with your Aseprite project. Because Asesprite handles frame times in a different way than Godot.How to use:Just copy the "addons/get_animplayer_frame_millis" folder to your addons. And enable the plugin from Project Settings. Now you have a new dock, select any AnimationPlayer and in the dock you can get all frame data. When you click any frame button, the frame duration in milliseconds will be copied to clipboard.