how can i slice the sprite sheet? because for me in unity the sprite sheet becomes bad quality
Viewing post in The DARK Series - The Heart Hoarder BOSS comments
In Unity,
Make sure the Texture type is set to "Sprite (2D and UI)
Then, Change the compression to "None"
And, Change the Filter Mode to "Point (No Filter)"
The sprites should be clear now. Remember to do this with all pixel art!
(EDIT: IF that does not work, try moving up the max size of the sprite that should fix your issue. Mine worked at "8192")