Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed exception when played earlier than Awake/Start #28

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

azukizuki
Copy link

Hi, thanks for implement great library!

I found a one issue.
about Play() method in AnimatedImage is throw NullReferenceException when called before awake and start method.

this problem is occured like this code.

_animatedImage.Play();
this.gameObject.SetActive(true);

I try to fixed it.
I implement of Delay the call to the Play method until becomes active of gameObject.
could you check is it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant