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

Fix the issue where UV values are not updated during texture switching #18005

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

smallmain
Copy link

@smallmain smallmain commented Dec 5, 2024

Button will set the material of the Sprite, and when the texture is different, it will update the texture but not the uv.

The following DEMO project demonstrates this situation, and after 3 seconds, the display of the second button is abnormal.

test-sprite-material-bug.zip


Continuous Integration

This pull request:

  • needs automatic test cases check.

    Manual trigger with @cocos-robot run test cases afterward.

  • does not change any runtime related code or build configuration

    If any reviewer thinks the CI checks are needed, please uncheck this option, then close and reopen the issue.


Compatibility Check

This pull request:

  • changes public API, and have ensured backward compatibility with deprecated features.
  • affects platform compatibility, e.g. system version, browser version, platform sdk version, platform toolchain, language version, hardware compatibility etc.
  • affects file structure of the build package or build configuration which requires user project upgrade.
  • introduces breaking changes, please list all changes, affected features and the scope of violation.

@smallmain smallmain marked this pull request as ready for review December 5, 2024 04:54
@smallmain smallmain changed the title Fix-sprite-render-error Fix the issue where UV values are not updated during texture switching Dec 5, 2024
@minggo minggo requested a review from qiuguohua December 25, 2024 02:30
@qiuguohua qiuguohua requested a review from minggo December 27, 2024 08:21
@minggo minggo merged commit bd8a834 into cocos:v2.4.15 Dec 27, 2024
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.

3 participants