Hello! I have a list of characters that are managed by a parent gameobject with script. I am trying to find a way to remove all the dead characters from my list at the start of every scene. To do this I am attempting to use another list that contains the names of the dead characters. Thank you!