Display node over VideoPlayer

Is there any way to display nodes over a VideoPlayer component?

I can add simple DOM elements over Canvas, but I need to do the same with Cocos Creator nodes/components.

1 Like

Unfortunately, the way video is implemented in cocos is to overlay a H5 video element on top of the H5 canvas which the game is render on. I made an alternate solution suggestion which will can make this possible to the engine team but not sure on the progress.

1 Like

That would be very useful. +1

1 Like