engine
engine copied to clipboard
Lottie render error after reassign LottieResource
Describe the bug lost material after reassign lottieResource, show false pink material
entity.getComponent(LottieAnimation).resource = null
setTimeout(() => {
entity.getComponent(LottieAnimation).resource = lottieSource
}, 1000);