My scene does not look as good as asset demo scene

Hi all, I’m not very experienced with Unity so please be kind. I purchased the unity asset Pirate Island. When I run their demo scene the assets all look great. Yet, when I create my own scene my assets look to have a much lower resolution. In fact, what’s really odd is that they look better in the scene at design time than they do at runtime in the game window.

I’ve used the Pirate Island’s prefabs thinking that would be enough, just toss them in the scene, but I’m obviously wrong. They seem to have assets that have LOD associated with them. I have not modified any of the LOD. As an example, here is what my scene looks like.

Was hoping someone might help guide me in the right direction.
Thanks!

You are 2x zoomed in on your game view. See the “scale” slider in the top left, that’s for scaling up the image being rendered in the editor for inspecting individual pixels rather than adjusting the camera’s zoom.

1 Like

Oh dang, I didn’t even notice that! Wow, that definitely cleared it all up. Everything looks great now! Thank yo so much!