Android: Reloading scene causes graphics bug

Hi, I have a problem when reloading my levels. My Game is completely 2D and uses the new UI.
Every time I reload a level the image gets distorted and the UI is visible like 10 times.
It look a little bit like an old TV with a bad connection.

Does anybody have an Idea why this is happening?

This is what it looks like:

48928-bugsmall.jpg

48933-bug2.jpg

Thanks!

Okay, I found the bug myself. I still can’t believe I did not think of that.

When resetting the Scene (due to the players death) I Destroyed the player object. Which had the main camera as a child.