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.
This does not happen in the editor.

It looks like this:


47f2cad914a98caa77f77ef51ef3d1a14f8dc202.jpeg
Does anybody have an Idea why this is happening?

This is what it looks like:

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.