I currently have a Player scene and its script wants to run a dead() function from an Enemy scene (another scene) that changes a varible and behavior in the Enemy Scene (kills the enemy)
The problem I'm struggling with is running a function via one scene to another scene and changing a variable in the other scene.
What do I do?