Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Nice take on a minesweeper game! And for 2 days, you did pretty good. For the compression with Unity issue, did you try setting the filter mode to Point and compression to none in your asset? That should help render your pixel images smoothly 

Thanks you for your Feedback!
Well the Problem is, I generate these textures at runtime so there are no actual assests and I didn't find a way to disable compression for Texture2d in time (I think you could use a Rendertexture instead). A better solution i can think of is probably to just create a 2 dimensional array to store the colors and then copy them over.

Ahh  well maybe a couple unity videos should help to solve that solution. Hope it works out!

yes, thank you :)