cocos-engine
cocos-engine copied to clipboard
UIOpacity recursion set opacity sequence error
Cocos Creator version
3.6.x
System information
Windows/Android/iOS
Issue description
https://forum.cocos.org/t/topic/139500
There is an UIOpacity on Node and another on Button.
the opacity of UIOpacity on Node is 0.
the opacity of UIOpacity on Node is 255.
expectations are the button doesn't display.
but build in Windows/Android/iOS, the button shows.
Relevant error log output
No response
Steps to reproduce
build in Windows/Android/iOS and observe
Minimal reproduction project
No response