How can I put the particle system animation behind an image sprite? Because I can´t find a proper solution to fix it.
@Banaan455 ай бұрын
Can your player move behind tiles like stand behind one of those hills
@thichpunchline6 ай бұрын
thanks you so much ❤❤❤❤
@kimbongsick6 ай бұрын
good video pls code bro
@PCB3898 ай бұрын
my nizzle,this look very nice, i was looking for this so much. I will share on my contacts.
@zweg79179 ай бұрын
Do you really need a red material for the collisions or it's just to see better?
@dclxviclan9 ай бұрын
Awesome bro, perfect work 👍👍💯💫❤
@McdoApp-h3p9 ай бұрын
Jian Yang?
@mohokhachai9 ай бұрын
Thanks again
@gamesfordlegend10 ай бұрын
Wow this is awesome... it help..I understand alot from this video
@gamesfordlegend10 ай бұрын
Nice tutorial.... well can you make small adjustments for me ..I want it to save on it's own...that's is auto and load on game launch ...on it's own ...auto
@Mballs247811 ай бұрын
Excellent Job!
@kingselconite699211 ай бұрын
Now the question is, how do i call the DamageEnemy function from the player
@stackflow4007 Жыл бұрын
Great video! thanks bro!
@nameless8003 Жыл бұрын
(Note for myself) 15:47
@luisfernandogonzalez2416 Жыл бұрын
thank you a lot !!
@s0ulcode Жыл бұрын
hi, I know this video is a bit older, but does anyone know the fix for the index returning as -1 when going NW? I copied and pasted from the scripts provided to be sure I didn't mess up the syntax. The only difference is the animation names (strings) I chose. the error is as follows: Invalid Layer Index '-1' UnityEngine.Animator:Play (string)
@igeres_6870 Жыл бұрын
Did you find a solution for this problem? I'm making the same as the video and return me the same error as you and i'm trying to solve it but i don't find any solution.
@DarukariGames9 ай бұрын
@s0ulcode @igeres_6870 I had the same error and basically it's saying it cannot play the animation 'animName' inside the UnityEngine.Animator:Play (animName) call. The source of the problem for me was I had not made the additional animator states (especially for directional runs, Run N, Run SE and so on). Hence when we try to call UnityEngine.Animator:Play(string) on something that is not setup in the animator, and it can't find something with that name after searching through all it's layers within the Animator, it fails, and returns the -1 index and the error 'Invalid Layer Index '-1''. TLDR : Make sure your animator has a state for each of the Static and Run directional strings. Also add a Debug.Log for the string before you call 'UnityEngine.Animator:Play()' to see which call is failing.
@moritzvanaart27598 ай бұрын
I've got the same problem. Have you found a way to fix it?
@s0ulcode8 ай бұрын
@@moritzvanaart2759 sorry, I switched over to godot after the unity fiasco last year.
@moritzvanaart27598 ай бұрын
@@s0ulcodethanks a lot man. and does it works better with Godot?
@rang930 Жыл бұрын
great job
@Ynoob215 Жыл бұрын
thank you i made it in the roblox studio !!!!
@mikesande2409 Жыл бұрын
could you make this vid showing how to do this with a blend tree, i used a blend tree for 6 way controller but i could not figure out how to get north and south to work, i set the values for east and west as 1 -1 and did the 0.5 - 0.5 for the up and down directional but what would you set north and south at. maybe i am just slow and not getting it but i would assume you would have to make them like east and west and set them at 1 and -1 as well however that did not work.
@therealswan Жыл бұрын
Thanks this works well!
@alex_opr Жыл бұрын
This is such a good practical example, can't wait to try it out for my game
@bers232 Жыл бұрын
this is absolutely amazing. thank you for this tutorial! I wanted to follow a tutorial that explains everything for beginners like me. I was able to create with my own assets thanks to you!
@captainnoyaux Жыл бұрын
Thanks a lot for the detailed explanation !
@roverking2532 Жыл бұрын
new videos pls
@brunobely Жыл бұрын
Wow I finally understood UV and why it looks like that gradient. Thanks, Joe!
@AviVajpeyi Жыл бұрын
This is awesome!
@alexdaf7554 Жыл бұрын
Really helpfull, thanks a lot!
@Pipuppers Жыл бұрын
wow!!! God bless you man!! suscribed
@zachtutor7998 Жыл бұрын
Absolutely the best video for character movement in a 2D game, Isometric or not!!! Quick Question though - When going NE, SE, SW or NW, the character moves much quicker than N, E, S, W... How to fix this?? Thank you!
@zachtutor7998 Жыл бұрын
To solve this issue add the following below FindObjectOfType<PlayerAnimation>().SetDirection(direction); in the PlayerMovement script: direction = direction.normalized; transform.Translate(direction*Time.deltaTime*moveSpeed); Now your character will move the same speed all 8 directions.
@radkarbonat4026 Жыл бұрын
I love full tutorial like this. Thanks
@johnnydevvn Жыл бұрын
Perfect! It's worked to me. Thanks!
@atillaalagoz4100 Жыл бұрын
Thanks
@tarriochu95 Жыл бұрын
Thanks for explaining how the uv node looks like that and why
@Kiran.KillStreak Жыл бұрын
Thanks for tutorial. I was trying to make Fortnite shield shader , with this tutorial, I’m so close .
@felipeagudelo76 Жыл бұрын
Muchas gracias!
@thomas5435 Жыл бұрын
The 20 second part at 19:00 helped me so much, thx man.
@songzintwo Жыл бұрын
Can you pls send me uinity of what you done this
@Juanmcz Жыл бұрын
Hi! Thank You! Best video about Inventory Ever! I'm trying to remove items by buttons, not by mouse. I did your way, but i got stucked when you putted IDs for each slot. I can remove items, but when i performer the input action, it removes without respect the slot ids. Thx for your time :)
@FreeEntertainerr Жыл бұрын
can please anyone help me when i hit slice button it doesn t do anything i checked everything and also i don t know how to remove the background and yes it is transparent
@ΔΑΝΙΑΝΟΣΑΠΑΤΑΓΓΕΛΟΣ Жыл бұрын
how your UPGRADE Button works please;
@samiayoub3158 Жыл бұрын
This video saved me from hours of pure frustration ! thanks man ! beautiful work !
@ΔΑΝΙΑΝΟΣΑΠΑΤΑΓΓΕΛΟΣ Жыл бұрын
how we can do it by hover over the buttom
@smaster15 Жыл бұрын
This is a really good tutorial! Thank you!
@spicisco Жыл бұрын
The constant tone that kept going off made this video unwatchable for me. Next time no music, and walk us through what youre doing. Its annoying with music and no voice context to explain the process.
@zero102321 Жыл бұрын
You are very nice! I love your tutorial. That so easy to understand. Have you great video come out. I can't wait to see it.