Video Player cannot show with other UI

I have a VideoPlayer node and a simple picture on that node. When i play VideoPlayer, the sprite node always hidden. Some one help me fix that pls. I use CC 3.7.4
Many thanks <3

Yep, VideoPlayer is a system widget, so it can’t mix display with nodes in Cocos Creator.
If you want to mix display Video and Nodes, VideoTexture may help.

But VideoTexture is not built-in supported for now. There is a demo created by the Official Technical Support Team, https://github.com/cocos/cocos-awesome-tech-solutions/tree/3.7.x-release/demo/Creator3.7.3_VideoTexture

It’s made with Cocos Creator 3.7.4, Hope it can solve your problem.