HNY everyone
I am trying to make a random makeup generator filter. It starts with a question screen (2d) which leads to the final answer being shown on a card (2d) over the head, and the corresponding makeup (3d) being applied to the face. I am using a spark 3d eye makeup block object. Additionally, I want to assign a new image for each random result in the end.
So in the end, the answer card on the head (2d) + makeup (3d) + new Image (2d)
I have somehow managed to get it but it has one issue. On the starting question screen, if you wait for 5 seconds (less than patch). It shows the random effect (makeup (3d) + new Image (2d) even if I don’t tap on the screen. Otherwise, if I tap, I get the desired result.