Hi,
I'm trying to use a variable to count the number of instances created from a single sprite. So I have a single sprite being created every tick in random locations. I try and add 1 to the variable attached to the same sprite (every tick, create object in random location, add 1 to the variable) however its only ever adds 1 to the variable count. I assume it's because the system only sees it as 1 object with multiple UIDs if this is the case how to do I get the variable to increase based on qty created
Thanks in advance. ;)