Help this asset pack reach its goal

Raised
$41.26
Goal
$300.00
13%
of goal
5
contributors
$8.25
average contribution
$25.00
top contribution

Includes:

StatusReleased
CategoryAssets
Rating
Rated 4.6 out of 5 stars
(26 total ratings)
AuthorHenry Software
Made withUnity, GIMP, Adobe Photoshop
Tags2D, Fantasy, Monsters, Pixel Art, Robots, Roguelike, Sci-fi
Code licenseMIT License
Asset licenseCreative Commons Zero v1.0 Universal
LinksHomepage, Community

Purchase

Get this asset pack and 11 more for $20.00 USD
View bundle
Buy Now
On Sale!
50% Off
$7.00 $3.50 USD or more

In order to download this asset pack you must purchase it at or above the minimum price of $3.50 USD. You will get access to the following files:

PixelMobs.zip 1.3 MB

Comments

Log in with itch.io to leave a comment.

pixel survival 2 awesome

Hey, I really like these.

By the way, I've seen other people post about this, but I can't find a full spritesheet image.

I'm not using Unity, so I have to build a spritesheet out of each individual image.

(1 edit)

Hello I love the cute icons. Sorry but I am new. I purchased but I can’t find the pixel fonts. Is it inside the PixelMobs.zip extract or somewhere else?

Hey, thank you for creating this awesome set - I really love it! If you like you can check out how strong your mobs are in my game :D :

https://dekisenpaitm.itch.io/project-soul

Are you planning a release for bigger sprites like 64x64 for boss mobs? :)

thank you!

commercial use is fine(for making a game ofc not reselling or anything shady like that)?I only want use a png files modify them and using on my game.

Do they have an attacking animation?

(1 edit)

some do, some reuse the same animation from walk or idle and some use the same animation for all three...

https://henrysoftware.itch.io/godot-pixel-mobs

you can click on the mobs here to attack, walk or turn

Hello, nicely done. If you don't mind i will use some of the models in my small project.

Thanks. You are welcome.

(+1)

Hi again, I have finally compiled demo of my small project. All the mobs in a game are basing on this asset and I really like it :)

Ballsy Demo

cool, downloading the demo now, congrats

Hello how are you? Can I use them with 32x32px?
(+1)

Love your work !

thanks!

I'm not sure what's up, I bought the pack years back, but now when I try to download it, instead of downloading the asset pack as folders and pictures, I get a unity WebGL document that opens to a blank grey square.

i just rearranged it so the PixelMob.zip is before the PixelMobBuild.zip in the files? please let me know if it works now? you can also access downloads from the "my library" link in top right menu drop down. otherwise i can maybe email it to you while i figure it out

download PixelMob.zip instead of PixelMobBuild.zip that is the one that plays in the browser here

(+2)

Absolutely love your work.  I bought the whole pack, and threw in a couple bucks to hopefully entice you:  Do you have any plans to make an isometric from a 45 degree angle?   (So instead of rectangular tiles, they would be diamond shaped?)  Also, what about character portraits?  Do you do custom work for people, and if so, at what price per hour?  Ping me!

无力支付..........

(2 edits)

Thanks. Investigating.

(4 edits) (+1)

Fixed. Sorry.

我认为这是你的支付环节的问题。

(+2)

I love your work, and I've picked up this as well as several other assets here... but do you have any plans to put out a set of human/humanoid animations similar to this? I'm not a fan of the Hero, so I was wondering if another non-mob offering might be in the cards. Thanks!

Hey dude, can i use these animations in my game and put your name in ending titles? :)

(+1)

Yes. With or without credit. Thanks.

What degrees of motion do the sprites have? 8, 4 or just left and right?

Visually just one.  Left.
Easily get 2 with flipping.
Logically when moving can be 8. Right for sw, w, nw, n & Left for ne, e, se, s.
Thanks.

(2 edits)

var t = transform;
...
transform.localScale = new Vector3(t.localScale.x * -1f, t.localScale..y, t.localScale..z)

There seems to only be some unity files included in the downloads, but no PNG spritesheets as suggested by the description. Am I missing something?

sorry had the playable unity build set to download and the download set to play ops! fixed! thanks

Thanks for taking care of it so promptly!

(1 edit)

I still have this problem, just the unity files. (or I'm blind and can't locate the png folder?)


EDIT: nvm, found them all the way down underneath the NAME.png.meta files. Must be a quirk of my folder settings, my bad for not scrolling down far enough :) Great work!

Hello!!

I wrote a script to "split the PNG file for animation".

I love Henry Software :D

Dropbox DL link

thank you. but why the exe?

another good way to split sprites is https://renderhjs.net/shoebox/

Set looks great! Is it possible to add card payment option?

We have added stripe and credit card payments. Thanks.

How do I apply animations to different-coloured mobs?(e.g. how do I animate the white slime)

thanks

you can select a place holder image using the Image Component
you can change the animation with the Animator Component
you can change the animation skin with the Mob Component

so to change the MobAur example to the white slime I changes the sprite to the white slime changed the animator to slime and changed the skin to F


Awsome work if i ever have a project with this type of style i know exactly what im using ;)

Deleted 2 years ago
(2 edits)

Sorry I do not have but these tools could do it.

http://renderhjs.net/shoebox/
or

http://imagemagick.org/

I might have missed it, but was curious if there was any chance of the .png for the included asset 'Pixel Fonts!' might be added to the download for those who don't use the pack in Unity. I saw what I assume is the unity files for the fonts, but not the .png file/s.

(1 edit)

The png files are included with the PixelFont asset. https://henrysoftware.itch.io/pixel-fonts
The png files can be extracted from other assets with Texture.EncodeToPNG() https://gist.github.com/rakkarage/167d64e7dc8ebdcb6857b40c969edbf3 if you use Unity.
If you can not or will not get them any other way you can email me (rakkarage gmail com) from an address that has purchased a package with fonts included and I will email you the pngs back.

Thank you.

Thanks, I have Unity installed, just not my middleware of choice at the moment. Will have to boot it up and extract them, thanks for the info.

Thanks for the great work! I found the pixel effects first, but bought the whole lot of stuff. These mobs are just the thing I didn't even realise I needed.

Where can i find the pngs for every animation (walk, idle, attack)?

the sprites are not divided by animation. They ate divided by mob. Because some mobs share frames between animations.

Other then Unity are there any software to go irto and make changes to the files.

Yes, I do know I could use the PNG files in a lot of software but I just want to use it in the original format if possible.

Thanks

Yes the 'original' format of the animations is Unity, but they are just text files so you could possibly decipher them. And yes the images are png so you can use it in any software. I apologize if this does not meet you needs, but i suppose no matter which software i set it up in, some would be 'left out'.

If i wanted to use them in another software i would download unity for free to see the animation sequences and timings and copy it manually or just recreate them.

And it is not just animation there is also a bit of code to choose a random animation for mobs that have more then one idle or attack animation. And 'code' to flip them when the face in certain directions.

(1 edit)

Where are the walk and attack animations for most of these? For example; the Chicken and Dog only have spritesheets of Idle and Pecking the floor/Barking, no walking. Are they supposed to slide a long the floor, or not move at all?


I'm not looking to use these for Unity that's why I need the spritesheets.

(6 edits)

I don't think it is 'most' but some do have non-standard animations

here chickens start in random idle state and switch idle animations a few times then walk right walk left and attack and back to random idle

attack: 1, 5, 6

idle0: 0, 1, 2, pause, 3, pause, 4, 1, pause, 2, pause, 3 pause, 4 pause, 1, pause, 2, pause, 3 pause, 4 pause (blink at start and every three cycles)

idle1: 0, 1, 2, 3, 4, 5, 6 (walk + headbob)

idle2: 1, 2, 3, 7, 8, 7, 8, 7, 8, 3, 4 (peck ground)

walk: 1, 2, 3, 4

Yes some are even more simple, maybe just 3 different speeds of the same frames...

Even if you are not going to use unity3d.com it might be worth it to install to just check out example animations and timings... for example the pause at the top of the slime jump/walk cycle etc...

The animations and sprite sheets are just text files and can be deciphered/understood with some exploring.
Though you are free to arrange them any way you like.

Thanks.

Hey Henry Software. I just bought a license to this art pack and I love most of the monsters! I agree with Crystal3lf's point though - many of them do not include walk cycles. You pointed out the chicken in your response -- the "walk" cycle has the body of the chicken bob, but the feet don't move, they will look like they're gliding across the ground. This isn't an issue obviously for things that float, but the chickens, dogs and cats are easy examples of walk animations that don't actually walk.

Am I missing something?

(1 edit)

You are right. Of course. Sorry.
Some, like cat and dog and chicken are "too simple" and just reuse a modified idle animation for walk and in some cases attack as well.
We will update (Add a few feet moving frames.) these animations as soon as possible.

  • cat - improve walk
  • dog - improve walk
  • chicken - improve walk

Please let us know which others need work.
Thank you.

Hi! Is this being looked into at all? I love these sprites but the lack of walking for most of the animals is making me regret this purchase :(

are these 4 directional sprites? or 1 perspective?

just one (well left facing and right facing so 2)

Hello,

I'm not using Unity at all, do the sprites comes in the form of a spritesheet? or it's tied to Unity system?

(+1)

Hey Scellow. Yup, they come as a separate .png!

Ok thanks, i'm purchasing this beauty right now!

I love your style, i hope to see more from you! :p

thanks man!

(+2)

What kind of license is attached to this?

(+1)

https://creativecommons.org/licenses/by/4.0/

thanks.

(+4)

after further consideration
CC0: https://creativecommons.org/publicdomain/zero/1.0/

thanks

Pixel art sprite sheet with various fantasy-themed icons, including weapons, shields, potions, and magical items.Grid of sixteen colorful pixel art slime characters on a blue background with faint diagonal watermark text.Pixel art sprites of bat wings in various colors arranged in rows on a blue background.Nine pixel art rock and crystal creatures in three color variations on a blue background with watermark text.Four pixel art balls in different colors and shading styles on a blue background with repeating watermark text.Twelve pixel art character head sprites in various colors on a blue background, arranged in three rows.Eight pixel art slime creatures in different colors on a blue background with diagonal watermark text.Four pixel art eels in green, purple, blue, and pink on a blue background with repeated text watermark.Five colorful pixel art bugs on a blue background with repeated diagonal text reading henrysoftware.ca.Row of pixel art pterodactyl characters in various colors on a blue background with watermark text.Twelve pixel art snakes in various colors on a blue background with repeating diagonal text watermark.Two pixel art factory buildings, one metallic gray and one orange, on a blue background.Three pixel art ghast characters in blue, green, and orange on a blue background with repeating text watermark.Four pixel art spheres in different colors on a blue background, with diagonal watermark text repeating.Two pixel art squirrels, one orange and one brown, on a blue background with repeating text watermark.Six pixel art potion bottles with eye designs, arranged in two rows on a blue background.Pixel art wave with white crest on a blue background, repeating 'henrysoftware.ca' text watermark.Three pixel art chickens in brown, white, and gray on a blue background with diagonal watermark text.Five pixel art insect-like robots in different colors on a blue background with diagonal watermark text.Four pixel art cloud-like creatures with colored eyes on a blue background, one white and three black.Four pixel art coffins in different colors on a blue background with diagonal watermark text.Two pixel art swords, one orange and one blue, on a blue background with repeating 'henrysoftware.ca' text.Pixel art of a purple eye and three horizontal bars with different colors on a blue background with repeated text.Three pixel art puddles in purple, black, and brown on a blue background with repeated text pattern.Pixel art character with a wide-brimmed hat and colorful band on a blue background with repeating text.Three pixel art mummy characters in different colors on a blue background with faint diagonal text watermark.Four pixel art skulls in different colors on a blue background, with repeated watermark text.Three pixel art alien creatures in different colors on a blue background with diagonal watermark text.Three pixel art ducks in yellow, white, and brown on a blue background with repeated text watermark.Five pixel art creatures in different colors on a blue background with repeating text watermark.Six pixel art witches in colorful hooded robes on a blue background with repeating watermark text.Two pixel art butterflies, one red and one white, on a blue background with repeated text in diagonal lines.Pixel art flame with a small shadow on a blue background, repeating text 'henrysoftware.ca' diagonally.Nine pixel art slimes in various colors and shapes on a blue background with diagonal watermark text.Nine small pixel art slimes in various colors on a blue background with repeated diagonal text watermark.Three pixel art mouths with different colors on a blue background with repeating 'henrysoftware.ca' text.Four pixel art skeleton characters in different colors on a blue background with repeating watermark text.Pixel art of a white goat and a brown goat standing side by side on a blue background with watermark text.Pixel art space scene with colorful stars in a circle, background repeats 'henrysoftware.ca' diagonally.Pixel art golem with stone-like body stands on blue background with repeated 'henrysoftware.ca' text.Two pixel art characters with beards and colored masks, one yellow with red mask, one purple with blue mask, on blue background.Two pixel art pyramid-shaped creatures with legs on a blue background with repeated text watermark.Six pixel art crabs in different colors on a blue background with repeating watermark text.Four pixel art jackalopes in different colors on a blue background with faint repeating text watermark.Two pixel art humanoid figures, one orange and one green, on a blue background with repeated text watermark.Three pixel art scorpions in different colors on a blue background with repeated text watermark.Two pixel art skulls with colored flames, one green and one orange, on a blue background with repeated text.Pixel art machine with pipes and gears on a blue background, repeating text reads henrysoftware.caSix pixel art fantasy characters on a blue background with diagonal watermark text repeating 'henrysoftware.ca'.Three pixel art eyeballs with red, purple, and blue irises on a blue background with repeated text watermark.Pixel art worms in various colors on a blue background with repeated watermark text.Twelve pixel art slimes in various colors and designs arranged in a grid on a blue background.Five pixel art moths in various colors on a blue background with repeated text 'henrysoftware.ca'.Six pixel art cats in different colors and poses on a blue background with faint diagonal watermark text.Seven pixel art slugs in different colors on a blue background with repeating 'henrysoftware.ca' text.Row of eight pixel art dogs in various colors on a blue background with repeating watermark text.Pixel art reaper character with a scythe on a blue background with repeated text watermark.Four pixel art robots in red, yellow, white, and black on a blue background with repeating watermark text.Pixel art vampire character with red eyes and a cape on a blue background with repeating text watermark.Pixel art red treasure chest with metal accents centered on a blue background with repeated watermark text.Four pixel art monster heads in red, yellow, green, and purple on a blue background with diagonal watermark text.Pixel art flower on a blue background with repeated diagonal text 'henrysoftware.ca'.Six pixel art animal face shields in different colors on a blue background with repeating website text.Six pixel art tentacles in different colors on a blue background with repeating watermark text.Five pixel art frogs in different colors on a blue background with repeated text watermark.Seven pixel art skull icons in various colors and styles on a blue background with repeated watermark text.Three pixel art spider-like masks with different colors on a blue background with repeating text watermark.Four pixel art fish in different colors on a blue background with repeating 'henrysoftware.ca' text watermark.Two pixel art mushroom characters with faces, one red and one purple, on a blue background with repeating text.Three pixel art weasel-like creatures in red, purple, and yellow with glowing tails on a blue background.Two pixel art zombie characters on a blue background with repeating watermark text.Four pixel art orbs in different colors on a blue background with a watermark reading henrysoftware.caSeven small pixel art spaceships in different colors on a blue background with repeating text pattern.Twelve pixel art potion bottles in various colors on a blue background with repeating watermark text.Pixel art fish and character on blue background with repeating 'henrysoftware.ca' text watermark.Four pixel art bats in different colors on a blue background with diagonal watermark text repeating 'henrysoftware.ca'.Tan dialog box with three sections of placeholder text in different font sizes and styles.Sample text in various fonts and styles displayed on a gray background, including uppercase, lowercase, and symbols.