cocos-engine
cocos-engine copied to clipboard
Disappearance of Label Shadow on Android platform
Cocos Creator version
3.6.0
System information
Android
Issue description
LabelShadow doesn't work on Android platform
Relevant error log output
No response
Steps to reproduce
- new a project ,new a label in scene and add a LabelShadow component on it
- build in Android platform
- run it and find the LabelShadow doesn't work.
Minimal reproduction project
No response
Should also check iOS platform. And please add a test case for it too.
support shadow feature at Android platform https://github.com/cocos/cocos-engine/pull/12332
https://github.com/cocos/cocos-engine/pull/12382 support shadow feature at IOS platform