Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 25 to 64 of 104 · Next page · Previous page · First page · Last page

I've never downloaded this but as a fellow artist, this is some amazing work!

I love this tileset. Thanks!

(-2)

Where do I change the spawn location? I already looked up the scripts

I wanted it to spawn on:

Layer 2

X: 4,0187

Z: 19,84369

I love this pack, thank you !

Do you have the demo project open sourced ?

Just realised that the Demo is included with the assets pack. Very grateful .

Hello, first of all, thank you for this amazing free asset. I would like to use it in my own topdown game, but I also need to implement lighting in the same game. I'm using the Universal Render Pipeline 2D for lighting, but when I set the render settings to URP2D and start using it, I encounter some issues with the visuals. For example, when my main character stand in front of a box, instead of standing on top of it, the character appears underneath it. How can I fix this problem? I've been trying to solve it with ChatGPT for a few days now, but we haven't been successful. Can you please help me?

Hello, it sounds like a sorting problem.


FIX:

In [Project Settings] :

Set [Transparency Sort Mode] to [Custom Axis]

Set [Transparency Sort Axis] to [0,1,1]


These settings are hiden if you have put a profile in the [Scriptable Render Pipeline Settings], try set it to NONE first, then set the value and set the profile back to it.

(+1)

Sorry for the late reply, it worked thanks!

I love it. Can i use it for a personal project? i will share it later  :) 

yes

Any plans to add more assets like that?  They look great and I would like more in a similar style

yes

I recommend you to add 32x32 tag

ok, thanks

Could you give me some tips? I'm new to pixel art and I really admire your work. You do it masterfully! Please share with me some guidance on how to achieve art as amazing as yours. Thank you very much

well... just keep working hard

I believe my explanation was too superficial. Would it be possible to provide some tips on how to create a color palette? What criteria do you use to determine the colors and how is your process?

I don't adhere to any specific color palette when creating pixel art. Instead, I rely on my intuition to directly pick colors.

I believe that improving your pixel art skills doesn't necessarily mean solely studying pixel art. Enhancing your overall artistic abilities can greatly contribute as well.

Prior to delving into pixel art, I worked as a 3D artist and devoted considerable time to learning illustration. This foundation proved invaluable when transitioning to pixel art.

(4 edits)
Thank you, Cainos! I believe that his experience with 3D works has contributed to a better understanding of light and shadow. The attention you dedicate to these aspects in your assets is quite noticeable. I will certainly take that into account going forward.

cool 🗿

Amazing pack, do you do commission work? I could use your work on a big project I'm working on

Hi, I just bought these amazing art assets. I want to use them for a web based game on my home page, is that ok?

ok

Thank you! I'll share a link once it's up.

(+1)

These sprites and tilesets are soooooo beautiful!!!!❤️ I appreciate your work but sadly I don't have money to support your artwork😔

Love your work, do you accept custom contract?

sorry, i am unable to do commission works recently.

(1 edit) (-2)

!!!!!!!!!!!!!!!!!!!!!
For mobile inputs use this:
       
private void FixedUpdate() { 

            Vector2 dir = new Vector2(Input.GetAxisRaw("Horizontal"), Input.GetAxisRaw("Vertical")); //Custom Input

            if (Mathf.Abs(dir.y) == 1) {

                animator.SetInteger("Direction", dir.y > 0 ? 1 : 0);

            } else if(Mathf.Abs(dir.x) == 1) {

                animator.SetInteger("Direction", dir.x > 0 ? 2 : 3);

            }

            dir.Normalize();

            animator.SetBool("IsMoving", dir.magnitude > 0);

            rb.velocity = speed * dir;

        }
😎👌

(1 edit)

in what language is this? C#?

Looks like a Unity Engine script. So yea, C#

thanks :)

Thankyou so much bro.

Amazing art! 

Thanks.

I will use these for my map, I hope that is alright with you. I will give you credits wherever I end up posting it!

how to I change the character? I made the sprite, I just don't know how to change the character.

Hello, I liked your work and I want to use it in a college project to finish my course. Can I use it? I will mention you for the sprites that I use. Thanks!

yes

Thank you! Will be put in good use!

what is the size of the tile for the wall? how do i set it up in godot tilemap?

Sorry, I don't know about Godot, in Unity it is 32px*32px.

(1 edit) (+1)

These are super high quality, thank you!

I used this asset for my game: https://popcar2.itch.io/vile-roots

(+1)

how can i open it whit unity?

Nice pack, i'm new in gaming development and i'm using it to create my first game. Here my game area.


Aucune description de photo disponible.

I'd like to put credit. What should I write?

"cainos", literally

(+1)

Oh... yes, "cainos" is ok, or "cainos.itch.io"

Thanks for the credit.

The character on the left is on the same layer and sorting layer as your PF Player. Any idea, why I got this issue with the grass?

I also asked on reddit: https://www.reddit.com/r/Unity2D/comments/z92rwp/layer_or_sprite_problem/

(+1)

The scene also use a Transparancy Sort Mode with axis [0,1,1].

So the character's position also affects its sorting.


Check if your character's sprite pivot is at its bottom.

And at your the [Sprite Render] of your character, the [Sprite Sort Point] should be set to [Pivot].

THANK YOU!

This totally drove me crazy for the last few days. My pivot was set to center... Thanks again!

thank you helped me alot my game will be very goog

thank you for a great asset! May I ask what color palette you use? I need it to create more assets of the same design for my game. Thank you!

Hello, I did not use any color palette when making this asset.

For color reference please directly pick color from the asset sprites.

Eyedropper tool to the rescue!

Good job! amazing work Im sorry I couldnt pay anything great work though!

Thanks, this is what i find.

Thanks , its so good!

These are great, really. Amazing. The only thing I'd mention is that a packed file with everything would be appreciated. Also, some of the stairs are one bit wider than needed.

But really, 10/10

(+5)

Nice pack, I would love to see more variation like, Snow, Lava, Cave styles.

I think everything is amazing but the character doesn't fit too well with the theme or the rest of the pack in my opinion. While the art style is consistent and the same, a boxy, fat cat doesn't make much sense to me. Good job though!

Wow! This must have taken so long! I want to learn from it, thank you so much for sharing this!

wow that's looooooks realllly cooool wow

(+1)

wow super cool asset pack, thx!

thanks for sharing, I'm going to use it to study your pixel art!

Such a good job! I go to use them on a personal project, just to investigate some gba-like movement. Let me know if you want any kind of particular credits on the blog (I'll add your name and link to itch.io if that's enough).

Viewing most recent comments 25 to 64 of 104 · Next page · Previous page · First page · Last page