Search code examples
unity-game-enginepost-processing

Unity Post Processing looks different between Scene and Game view


Hey I'm making a little game but I have a big problem because: As you can see the difference between picture 1 and picture 2 you can see today's problem, I have no idea why the two are different. because the 3D view looks the same on both, but for some reason my 2D menu UI (the scene view) looks better than my game view. Still have no idea why Thanks in Advance

Image 1 & 2


Solution

  • Its fixed, but for those people who accomplish this in the future: I changed the Canvas Space from [Screen Space - Overlay] to [Screen Space - Camera]. but i cant explain exactly why its the solution.