engine icon indicating copy to clipboard operation
engine copied to clipboard

Lottie render error after reassign LottieResource

Open JujieX opened this issue 1 year ago • 0 comments

Describe the bug lost material after reassign lottieResource, show false pink material

   entity.getComponent(LottieAnimation).resource = null
   setTimeout(() => {
           entity.getComponent(LottieAnimation).resource = lottieSource
      }, 1000);

JujieX avatar Nov 09 '23 10:11 JujieX