Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(3 edits)

DUDE! What an incredible pack! Bought both this and the office pack.

Keep up the good work, I'll be checking for updates :)

P.S: a small request for easying the sprite creation: is it possible that you supply all assets separately (without them touching each other)? They can be in a single file, that's fine, but some assets are attached to others (no pixels between them), so separating them needs to be done manually. Unity, for example, is able to separate assets when they have at least 1 transparent pixel all around them, so 1 click on the png file and you have them all ready to go:

https://docs.unity3d.com/Manual/SpriteEditor.html

Check out Automatic Slicing.

Hi idann, I really appreciate your comment!
I've done a bit of research and the art software I actually use doesn't have a function to export the file adding a "border" between the tiles, but I've found another that has that option!
I'm gonna buy it and try to bring a version of the whole asset with that variation soon! :)

Awesome, thanks a bunch!

You are welcome! Would you prefer a single big file with all the stuff or a file for each theme?

Well, I guess separate files are preferable by most people, but it doesn’t really matter in MY case, as Unity can separate them to different sprites

Separate files for different objects, but same file for animations would work well, I think.