If you want to see the pixels or the texture as "squares", you have to disable the filter
option in the texture resource (and mipmaps
too so you won't have this problem when scaling down sprites).

If you are going to need that for every texture in your game, you can set this option to be the default in Scene -> Project Settings -> Image Loader -> filter.
