-
Notifications
You must be signed in to change notification settings - Fork 855
[Shader Graph] FlipBook fix #979
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ran through all of the particle flipbooks in https://assetstore.unity.com/packages/essentials/tutorial-projects/unity-particle-pack-127325
Dimentions tested include 5x5, 6x6, 7x7, 8x8, 11x11, and 8x16.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't have to change but it'd be a little cleaner.
Summary:
Manually Tested:
note: manual testing has been repeated for these cases on this branch
Working5x5Flipbook0
Various node set ups, including:
Technical Risk: 3/4 - Only affects this node, but in a big way
Halo Effect: 0/4 - Only affects this node
Automation

Added flipbook test scene to track regressions in indexing in the future
Notes to QA:
Landon: I also fixed the preview issue noted in previous iterations of this PR, please confirm.