Game looks different in game view

Hello,

I’m new to Unity and my project looks whitish in game view. Can you help me out?

Thanks in advance
7524419--928499--Screenshot_2.png


I’ve seen this happen with 3D scenes because of lighting issues, but not with 2D scenes.
I’m wondering if you’ve accidentally set up the scene wrong. Did you start the project as a 2D game?

Yes. I started it as a 2D project

Do you use any post processing?

Is it perhaps your canvas that has a slight opacity or whitish colour tint to it? In your scene view the top-right section seems to be affected by the white/pale colouring too.

1 Like

When i disable the canvas it doesnt look like whitish. I think it’s about the canvas but i can’t figure out what to do.

It looks like you have a full screen canvas button.

Thank you so much! I was using a script that i found on youtube. I noticed it was using a button that takes the entire screen.