AnimationRecorderGodot icon indicating copy to clipboard operation
AnimationRecorderGodot copied to clipboard

Bug: The first frame always be an empty image

Open AhmedElTabarani opened this issue 4 years ago • 1 comments

For now, we have a temporary solution is to delete the first element in the array

https://github.com/AhmedElTabarani/AnimationRecorder/blob/8caac3d6e84c649931c1dfb326f0f339333579ee/AnimationRecorder/Record.gd#L71-L73

AhmedElTabarani avatar Sep 30 '21 23:09 AhmedElTabarani

After Restructure the recording process in f2956300a16ec55e9255aca1f8bf0b32a6364971 The temporary solution become like this https://github.com/AhmedElTabarani/AnimationRecorder/blob/1b927c81597cf32a47fd36cd4205666ba39d542a/AnimationRecorder/Record.gd#L118-L120

AhmedElTabarani avatar Oct 03 '21 16:10 AhmedElTabarani