cocos-engine
cocos-engine copied to clipboard
Button's appearance changed when "transition" was switched from "sprite" to "color" and again switched back to "sprite"
Reproduce steps:
-
Create a button in editor. The
transitionproperty of button isSPRITE, by default. -
Switch the
transitionproperty toCOLOR. -
Switch the
transitionproperty back toSPRITEagain.
You can see the button's appearance mismatch after step 1 and after step 3.