Пікірлер
@LowResolutionClips
@LowResolutionClips 19 күн бұрын
Thats so helpful, but is there already a way to like make the sprites instantly as im searching for a way to make procedual animation for 2d pixel art 🙂
@marcelpace
@marcelpace Ай бұрын
Great video, it would be helpful to include the set-up of the ground in each case.
@silasbucur685
@silasbucur685 2 ай бұрын
Can you do this in Unreal Engine?
@anduril2197
@anduril2197 2 ай бұрын
Thanks bro. I finally understood the real deal. After watching so many videos
@wingingglobe4095
@wingingglobe4095 5 ай бұрын
I'm so glad I found this tutorial. I'm working on remaking a Mario level. It's my second project. The movement is hard because Mario gets faster after a little bit of running and it takes him time to stop sprinting. I was trying to increase the speed based on what the current game time was vs when Mario started running but it was either not speeding up or speeding up way too much. I think AddForce is the answer here
@SoulReaper7x
@SoulReaper7x 4 ай бұрын
No way, I’m also remaking a Mario level and working on how to figure out acceleration in his movement right now. And this is also my second project (first if you don’t count my first one just following a tutorial from start to finish). I can’t believe I found a twin
@naturelist
@naturelist 7 ай бұрын
But isnt using fixed delta time the same as just multiplying with 0.02? So the movement will be not smooth because it does not account for different framerates? Please help me out!
@vincekerti7088
@vincekerti7088 7 ай бұрын
U told me 3 version as best as a man can, but none of those are good for me! XDDD
@SynysterSeed
@SynysterSeed 8 ай бұрын
Great video, Short, Informative and To the point! Hope you make some more!! Thanks this helps a lot <3
@nullerror934
@nullerror934 9 ай бұрын
Hi! Thanks for very Great tutorial! Is there any reason you created & applied normal map to material? I tried without applying normal map, and the result was look same to me.
@tartablack
@tartablack 10 ай бұрын
Thanks
@cebulaczerwona3425
@cebulaczerwona3425 10 ай бұрын
hay, will you continue making these kinds of video? It's been 2 years, I mean I'm just curious if you will. I need to say you would be a fantastic teacher.
@hide_ch
@hide_ch 10 ай бұрын
私は移動をベロシティ、ジャンプをアドフォースにしてたので、ジャンプからの落下中の重力がゆっくりになりました。 全て移動&ジャンプをベロシティにしましたが、今度は坂道を下る時に、ほぼ跳ねて着地してしまう問題が...
@cererebalazer7845
@cererebalazer7845 11 ай бұрын
Sou brasileira, e voce não tem ideia de como seu trabalho com esse vídeo foi tão importante para mim ❤ muito obrigada por mostrar de forma clara tudo os passo ❤ voce me salvou ❤😊
@BoschlooStudios-bx7rg
@BoschlooStudios-bx7rg 7 ай бұрын
Funcionou bem?
@erenattacktitan4964
@erenattacktitan4964 11 ай бұрын
I want to make a 3d game with 2d characters. Do you have a video on how to do that? I want the characters to act 3 dimensional, and to be able to see them from all perspectives, but I want them to be hand-drawn sprites.
@ludodev
@ludodev 10 ай бұрын
for that, use a 3d model with a toon shader or something like that. You can't actually rotate 2d sprites in 3d space. You need real 3d models that look 2d using shaders.
@erenattacktitan4964
@erenattacktitan4964 10 ай бұрын
@@ludodev I know that I can't rotate 2d models, but I thought sth in the lines of replacing the sprite every time the camera changes angle, giving the perception of a 3d object/character. Is that possible?
@ludodev
@ludodev 10 ай бұрын
@@erenattacktitan4964 technically that is how 3D models are rendered in real time by your monitor. The 3D models are 2D as well, since they're just a set of pixels that change every set time interval to make it look like it's 3D. Don't reinvent the wheel, even if you succeed with this, you'll end up making a 3D model. That's what it means to see it from all sides and perspectives. It has to be 3D. We don't see in 2D, so 2D will limit the amount of such perspectives and angles. This is why it's better to make a stylized 3D model and use shaders to make it look 2D. Orthographic view would make it look even more 2D but would allow you to rotate the 3D model in any way.
@erenattacktitan4964
@erenattacktitan4964 10 ай бұрын
@@ludodev I completely understand what you're saying. It's just that I really wanted you include that 2d cartoon feeling in my work. Plus, I want to cooperate with certain artists, and I don't know if I'm gonna catch their specific artstyle if I use 3d. And at the end, I don't think the jiggle physics will look that good in a 3d model compared to the physics on an actual 2d animation. I would like to hear your suggestions
@dynamic_V
@dynamic_V 11 ай бұрын
please make more unity tutorials. tq so much for the amazing content
@SlightSki
@SlightSki 11 ай бұрын
Best explanation I’ve came across yet. Wish you kept posting more
@karim009
@karim009 Жыл бұрын
Hello, Why should I use this approach over a post processing shader that directly pixelates the entire screen?
@ratheeshk7809
@ratheeshk7809 Жыл бұрын
Oooh..this guy absolute legend. And his clear explanation video quality ⚡
@beastNick7713
@beastNick7713 Жыл бұрын
why i always have an error when i use fixedupdate
@godknowswho
@godknowswho Жыл бұрын
This was so helpful! Way more in depth and usable for a (somewhat experienced but not really) game dev! I hope you make more videos!
@elijahmoye2117
@elijahmoye2117 Жыл бұрын
Thank you
@SteadyPaceVince
@SteadyPaceVince Жыл бұрын
This is a really nice video; I am looking to do the same but not pixelated just make them look flat but still 3d, I might need a shader, I don't really know yet
@anjah.2304
@anjah.2304 Жыл бұрын
Thanks so much for this explanation! I've been watching a (payed!) tutorial for 2d games in untiy and the tutor said i should remove the rigidbody from my main character and use some scripted logic for collusion besides using tranform for moving the character.. now i now how it works correctly! :)
@tPlayerioT
@tPlayerioT Жыл бұрын
decided to use Velocity, just need to learn how to do a smooth movement rather instant stop.
@bluepianist2497
@bluepianist2497 Жыл бұрын
Im creating a 2D game i need a graphiste guy motivated to work with me in the start for free , and when we have our game , we 50/50 , me mp
@rgbhere
@rgbhere Жыл бұрын
Clear, Concise, in-depth and informative. Subbed!
@melkerhallstrom9339
@melkerhallstrom9339 Жыл бұрын
Amazing tutorial, subscribed and liked!
@manunavoni7666
@manunavoni7666 Жыл бұрын
Great video! Wish there were more :(
@mycoreefer
@mycoreefer Жыл бұрын
How would I go about doing this with topdown animations say for a topdown 2d game?
@turq_
@turq_ Жыл бұрын
In the second rigidbody explanation, Y is just rb.velocity.y, how would that change the y velocity? Im just not sure because its not interacting with the GetAxisRaw to detect input, yet it still works.
@IsraTT
@IsraTT Жыл бұрын
Great tutorial! Thank you.
@alhadchatur5971
@alhadchatur5971 Жыл бұрын
Great Video Bro
@lighterbandit8977
@lighterbandit8977 Жыл бұрын
I tried doing this. Every time I capture the sprites it just replicates the same frame. I don't know what I'm doing wrong. Helppp
@parsa26
@parsa26 Жыл бұрын
please make more in depth tutorial like this about other game dev stuff !!
@anupamkumar4109
@anupamkumar4109 Жыл бұрын
I would like to see your interpretation of of this kind of pixal art kzbin.info/www/bejne/e4OkaGB_atODd7c
@potionseller8943
@potionseller8943 Жыл бұрын
I find it produces a potentially very eerie or even uncanny style if done in a particular way, similar to the first FNAF or the older fallout games. And that can be used to great effect stylistically. Great tutorial by the way.
@NotTheHeroStudios
@NotTheHeroStudios Жыл бұрын
I'm mad how long it took me to find this I've been pouring over unity stuff and I wanted to make sure I understood what it meant, and I just wanted a video that just verified my question.. And boom perfect. Thank you, so much
@whitealvin2292
@whitealvin2292 Жыл бұрын
Hello! Thank you so much for the content in your video! But I encountered difficulties when using the plugin. I don't know how to use the files you posted on github in Unity. Could you teach me?(This text is translated, I am very sorry to cause trouble to your reading)
@wahyumrizqi3122
@wahyumrizqi3122 Жыл бұрын
You are a hero bro. Nice explanation it's easy to understand. Send a Big Thanks. Cheers
@brandonharper3060
@brandonharper3060 Жыл бұрын
I'm a noob at coding and game development. Would I be able to implement this in unreal?
@licenciadopii803
@licenciadopii803 Жыл бұрын
I'm using the trial version of soft to learn the basics. How do I make a cool keyboard lody that isn't just a basic softing soft?
@pedroaboffa
@pedroaboffa Жыл бұрын
Thank you very much !!
@puttipongwongsawang9476
@puttipongwongsawang9476 Жыл бұрын
The channel rack tNice tutorialngy isnt on my screen?
@sucacxuyendem
@sucacxuyendem Жыл бұрын
es all those empty sequencers on the
@hackersomixcodm6691
@hackersomixcodm6691 Жыл бұрын
the nice tuto, is now stonded..
@_bossofmc_mc5562
@_bossofmc_mc5562 Жыл бұрын
a girl or gay.
@huseyinsariyev2869
@huseyinsariyev2869 Жыл бұрын
Thank you fam
@Subzero_901
@Subzero_901 Жыл бұрын
I’ve been experinting and posting I tNice tutorialnk I’ve gotten pretty ok for my first year
@denisscoarta6060
@denisscoarta6060 Жыл бұрын
i learn soft with nobody teacNice tutorialng ...a friend gave the software and i started clicking anytNice tutorialng i see on the software for months
@holaqueaceviendomeoque495
@holaqueaceviendomeoque495 Жыл бұрын
I feel ya. I've tried Ableton, Reaper, even shelled out for Cubase and I am no closer to understanding any of tNice tutorials than I was before. I don't