gindemit / unity-rlottie

Unity library that plays Lottie Animation to Texture2D
MIT License
147 stars 23 forks source link

AnimatedImage script not showing its parameters after importing from git #9

Closed MunWeiKhong closed 1 year ago

MunWeiKhong commented 1 year ago

After importing the package into the project via git like in the Installation section of the guide, I am unable to use the AnimatedImage script, as it dose not show its fields after adding the component to an object even with RawImage on it

image

I also get the following errors in the console. image

I am not sure if I am missing any components or have not followed the guide properly. Hope to hear form you soon.

P/S : If possible, do make a simple tutorial video to supplement the user guide you have posted. I am sure people will appreciate it.

gindemit commented 1 year ago

Hey @MunWeiKhong, thanks so much for finding it!

I just published a bugfix release 0.2.1 version. Please try it out: https://github.com/gindemit/unity-rlottie/releases/tag/0.2.1

Please let me know if it works now for you.

MunWeiKhong commented 1 year ago

Hi, thanks for the response. I can now load in the Lottie image in properly now. Do tell people they can convert the downloaded .json to .txt in the guide as well. Will help others who are new to this.

Also a new problem been found. Will A new "Issue" for it