I have two objects. One called FadeIn, and the other FadeOut. These objects are meant to be used as a screen transition. When you click on a level from the level select for example, it will fade to black, go to the level, then fade out to the level. When it gets to the level you can't see anything because the FadeIn gets stuck, not turning invisible or being destroyed, even tho I set the behaviour to destroy it.
They are supposed to be destroyed after they fade out, but don't. Then I set it to turn invisible after it fades out instead, but doesn't. Any guesses? I have no clue.