Transparent background with Lottie files

Is there a way to preserve the transparency for Lottie file when used as a texture?
Or do I have to create a separate black and white animation and apply it as an alpha map?

Thanks!!

Can you please share such a lottie file?

When you visit https://lottiefiles.com/ and click on an animation you can bring up an editor which lets you set the background to transparent. Here is a video of me doing this on their site and I’ve attached the lottie file I downloaded here. 37725-loading-50-among-us.zip (2.4 KB)

1 Like

It seems adding alphaTest: 0.5 to the material solves the issue.

1 Like

Thank you!! :slight_smile:
Can you tell me why you choose 0.5 though? Just worked out best in a test?

It’s some sort of rule of thumb when using alphaTest.