I want to export my ae file into lottie files, from the lottiefiles window in the after effects the animation is showing up and i can save the lottie file
but when i tried to test preview using lottie preview on browser it’s only show up like broken file like this
edit :
I noticed that the lottie file that i saved from lottiefiles plugin it’s about around 7mb but when I look up in the lottiefiles dashboard website the file size only 15kb which is odd
Yes also having the same issue. Previous AE compositions that were exporting fine are no longer working. When looking at the JSON code can see that the assets are not being included even though this is ticked in the export settings.
In case this helps, I managed a work around for now. As I had previously exported lottie files with the same images, I just replaced the below line of code with code from previous files that had used the same images. Thinking you could potentially use an online PNG rasteriser if you dont have existing code, something like Encode PNG to JSON online for free! | PNG to JSON Encoder
No, you just need to add in the json code for the PNGs. The issue is that the export is no longer including this. If you have previous Lottie exports that were working you can open them up in a code editor and see where the image asset code is.
For example, this is the jsoncode for one of the images I was using in my AE animation. This is what is no longer being included for some reason.
I found if I download straight from AE the png issue happens. If I go to Lottie Files website and download the JSON directly it works! Goodluck to whoever reads this