Hi,
I'm using individual actors in one scene to represent each unlockable character in a game I'm working on. So I know which actor represents which character, I named each of the actors in the scene manager after their characters. What I need to do is check whether the name of that actor in the scene manager is present in a list (of the characters the player has unlocked), so that the game displays this information correctly.