-
Notifications
You must be signed in to change notification settings - Fork 35
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
How to play multiple sprite sheet one after another? #9
Comments
Use multiple SpriteSheet components and lay them on top of each other with absolute positioning. |
@NainalChauhan yes, the code would look something like this:
|
Or you can recreate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to play different sprite sheet when first sprite animation finishes. I have tried setting source as a state but it doesn't work. Is there any other way to do this.
The text was updated successfully, but these errors were encountered: