I plan on having a few way-points aligned with a grid around my layout. I figured that when I create them at start-up, I would save their UIDs in a 2D array in order to reference them easliy.
I run a Loop to create the objects and save their UIDs to an array in position (1, loopIndex). Then, I try to "Pick Instance with UID". For the UID, I use array.at(1, loopIndex), the same position I saved the objects to.
What am I doing wrong?
Maybe a downloadable .capx will help.
Thanks for any help!