How can i change the sprite scale in tilemap object?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ZippyCat

So im trying to make my tilemap be size 5 times bigger than the original size (8x8 spritesheet) and so… it appears to be small… any way to change sprite’s size without changing the image’s resolution?!
This is what it looks like both in the scene and in the editor

Thank you.

:bust_in_silhouette: Reply From: Nathcra

You can change the scale of the tile map (in transform), but there might be some unforeseen problems that come from doing this. Also, if your entire game is pixel art, you can change the resolution of the game itself! Go to Project Settings > General > Display > Window > Width / Height