Hmm that’s interesting, since this occurs on level load, it might be from the way I programmed my level streaming, but I specifically targeted that problem by iterating over one array and adding loaded or unloaded levels to another array and then comparing the two to see which levels were loaded or unloaded so that I wasn’t performing the operation more than once on one level.