I want to make objects look like as if it’s drawn on a paper, and this game is a card game;
-
There is a static background paper that should be always seen at full screen.
-
Cards have only strokes. I applied transparent shader so the paper can be seen through.
-
When two cards intersect, I only want to see the topmost card’s strokes on the intersecting area.
-
Background paper should be also seen on the intersecting area.
Any ideas to solve this problem?
Please help, thanks in advance.