Display different objects each time the Lens is used?
Hello! I am still new to Snap Lens so forgive my ignorance.
Let me lay out the problem in the simplest terms possible. I have a lens that displays a series of 3 "cards" in sequential order. Is it possible to have a bank of let's say 12 cards that the Lens pulls from each time the experience is launched, so that different users can have a different set of cards? These "cards" will be animated 3D objects.
Is this possible?
Thank you!
hi Riley Walker
you can do that by many ways
you can just use a random function to select a random card every time lens launched
or
to enable every time a specific card
you can use persistent-storage to make a score increased every time by 1
and every number in the score enable a specific card
if you need any more help just let us know
Cheers.