Question by
aramosgz · Aug 23, 2020 at 10:55 AM ·
uicanvasuser interfacetrail
How to draw Camera Canvas on top of Overlay Canvas?
Hi, I need an overlay canvas to draw panels, text and so on, and then a camera canvas to be able to draw a trail where the user places their finger (mobile screen). I can't figure out how to make sure the contents of the camera canvas are drawn on top of the overlay canvas; if I have a colored panel on overlay, the trail is hidden behind it. Lowering the panel's alpha will show the (partially obscured) trail, but obviously this is not an acceptable solution. Playing around with layers and sorting orders of both canvases doesn't seem to change anything.
Anyone have any idea on how to do this? Thanks a bunch!
Comment