Hey!
I have two separate behaviors using fastloops to work with an array object and they both alter the Current Position and read from it.
My worry is that if the fastloop from each behavior are running simultaneously, they may conflict with each other by altering the Current Position at the same time in the Array Object producing inaccurate results for either or both processes.
Is this a reasonable concern? Will I have to make sure that processes making use of the "Current Position" function are never running at the same time?
Or is the array object able to create multiple "instances" of the current position? (I dont think that's the case.. just asking)
Also, does the Current Position carry over to other frames if the array is global? Might I run into the same potential conflict issue there if using a sub-frame?
Thanks in advance!