I am trying to capture my current layout canvas using either the system's Canvas Snapshot or the Drawing canvas, but I only get a white screen.
My current layout is only composed of HTML Element but somehow, the snapshot looks past it.
Placing some random sprites on the layout will work.
I tried it with the HTML Menu example project, same there. When capturing the snapshot while the menu is visible, it will not be in the saved image.
Is there a step I'm missing when it's HTML Element?