> As you can see, there is nothing telling it to remove from the blackImages list
Wrong. blackImages is a reference to images, so both lists actually reference the same GameObjects. To create two seperate lists, you need to make sure they hold instances, not references.
[c# copy list without reference][1]
[1]: https://www.google.com/search?q=c%23%20copy%20list%20without%20reference&rct=j
↧