Multiple user picked images
I'm working on a lens where I need to add multiple images from the user's device. I'm using the image picker, and copy the texture out on tap.
https://lensstudio.snapchat.com/guides/2d/image-picker-texture/
However, the moment I do this more than once, the system seems to work with just the latest image picked.
Am I supposed to use 2 unique image pickers or can I reuse just one since I'm creating texture copies anyway? I tried both with no luck.
Is there anything I should be doing differently?