How to make your Game come to LIFE | Particle effects | Shaders | 2D Animations

  Рет қаралды 30,398

Nonsensical 2D

Nonsensical 2D

Күн бұрын

Пікірлер: 45
@Holsp
@Holsp 2 жыл бұрын
Showing the player what weather there is in a scene is a really unique thing to hear but makes a great deal of sense!
@zejugames5045
@zejugames5045 Жыл бұрын
This is a fantastic video. I'm currently adding game juice to my game, and you are pointing out many subtleties not mentioned in other videos. Thank you!
@TaffyTrain
@TaffyTrain Жыл бұрын
I'm binging your content. Every video is great. As a designer, I absolutely love your comprhensive discussion of art and what makes it work, and REALLY appreciate your technical lessons (my biggest challenge). Your ability to break down complex concepts into digestible segments is truly amazing. Keep this up and you're going to be a major KZbin success!
@SeamlessError
@SeamlessError 2 жыл бұрын
literally what i needed crazy this showed us so fast!
@Nonsensical2D
@Nonsensical2D 2 жыл бұрын
I realized while making it that the video would become an hour long and kind of disjointed if I explained each step I made, so this is more of an introduction to the topic, and I will most likely have to make a video for each topic individually.
@SeamlessError
@SeamlessError 2 жыл бұрын
@@Nonsensical2D thank u the video was still very helpful! though further videos on it like you said would be nice as well.
@Jeireme
@Jeireme 3 ай бұрын
Thank you very much for this video! It gives us new perspectives and some really important insights to make our games feel alive 🙂🙏
@Gatitasecsii
@Gatitasecsii 2 жыл бұрын
Man I LOVE YOUR VIDEOS!!! I really hope my toxicity doesn't annoy you too much, but it probably has. I really love that you're sharing your knowledge with everyone else, I really appreciate how "Down to earth" you are, you know your limits and you are a learner... and a teacher. Seriously respect to you and all you do, even if I'm an unbearable hater of all things. That fkin "ghostsong" game boils my blood c:
@Nonsensical2D
@Nonsensical2D 2 жыл бұрын
I appreciate the support :) I really don't mind differing opinions, I understand why people come to different conclusions. I try as best as I can to outline my thought process and why I think the way I do, plus I understand where you are coming from in regards to a lot of these things, I would probably say that I have shared similar sentiments in the past ^^
@dondashall
@dondashall 2 жыл бұрын
It was nice seeing 8 doors among the example games. While it has its frustration (especially early game), I had a great time with it and it has an absolutely phenomenal aesthetic.
@JasonMHirst
@JasonMHirst Жыл бұрын
Some real good tips there, one of I'm going to use in my own project so certainly helpful. Thanks
@CodeAikawa
@CodeAikawa Жыл бұрын
Great tips, this'll definitely help me with my game
@Fareons
@Fareons 2 жыл бұрын
I can’t wait for the next ones!
@jordentacoztm
@jordentacoztm 2 жыл бұрын
Great video as always! I'm still trying to figure out how to make my shaders serve me more and look more professional, but I'll try the book of shaders. It looks quite useful.
@UmarKhaleeq
@UmarKhaleeq Жыл бұрын
Really Good and interesting video. You explain well and have a nice voice so it‘s easy to follow along :)
@1upIndie
@1upIndie 2 жыл бұрын
Very useful info, thanks for sharing.
@smokeback
@smokeback Жыл бұрын
This is a very good video awesome job
@FeniksGaming
@FeniksGaming 2 жыл бұрын
Thanks for another high quality analysis. Is there somewhere we can follow or wishlist the game you are making?
@Nonsensical2D
@Nonsensical2D 2 жыл бұрын
Not as of yet. I appreciate the support :)
@TricoliciSerghei
@TricoliciSerghei Жыл бұрын
Thanks for the video!!
@nightmareTomek
@nightmareTomek 5 ай бұрын
How about gras / flower animations with Skeleton2d and animation player? You can put a script behind it that controls the speed of the animation or various other things, and you can add to it over time. That's my plan, as soon as I get there...
@frizzlefry176
@frizzlefry176 2 жыл бұрын
This was amazing thank you! 😊
@sosasees
@sosasees Жыл бұрын
what makes the foliage movement shader look artificial is not that it's programmed. it's that you didn't think of adding 2 layers of perlin noise (with a random seed each) on top of the sine wave that creates the movement. or maybe you did think of doing it, but it's too difficult - if i wasn't using Godot, i would also find shaders too difficult to really use.
@Nonsensical2D
@Nonsensical2D Жыл бұрын
I kind of agree in that the shader I made is way too simple, I have been looking into improving it with something like perlin noise as you said. But personally I feel as if any type of continuous movement generally feels slightly more artificial compared to the discrete transitions that you might get from hand-animating it. That is not to say that a shader is bad, just that the look it gives is distinctly different.
@simonw.1223
@simonw.1223 3 ай бұрын
why did you almost not blink in this video? like it was really creepy.
@Nonsensical2D
@Nonsensical2D 3 ай бұрын
I've gotten a similar comment before, I tend to do a lot of takes and a lot of edits. A consequence of this seems to be that I don't blink too often while saying a "line of dialogue" but rather blink in between each "take". So the answer is I don't blink due to the magic of editing (because I mess up so often).
@greguar86
@greguar86 2 жыл бұрын
nice video! i always wonder how to make a good fog effect like in dead cells
@Nonsensical2D
@Nonsensical2D 2 жыл бұрын
The reason I mentioned it was in part because I saw a video by @GonkeeDev that made his own procedural fog in godot (sort of replicating the dead cells shader) so I recommend checking the video out, it was quite extensive and well made :)
@greguar86
@greguar86 2 жыл бұрын
@@Nonsensical2D thanks man, i write my game in java (libgdx) but hopefully the rules are quite transerrable
@greguar86
@greguar86 2 жыл бұрын
@@Nonsensical2D thats interesting, i checked it out. it looks like its for full screen, i tried to generate that, but looks quite sharp on the edges still, so not there yet. any ideas about hollow knight fog ? there is some nice fog in the background. i wonder how it works, it seems like some fog sprite and shader, but no idea, maybe particles?
@Nonsensical2D
@Nonsensical2D 2 жыл бұрын
@@greguar86 Hmm, i know you can get a quite decent fog look with particles if you just use a soft particle (sort of like a soft brush) and then fade them in when spawning, and increase opacity with time, and then fade them out. set the time they exist to something like 5 seconds and you can get a quite decent amount of movement that kind of looks like it's generated by noise. But I haven't looked at the performance of it too much, but it could be worth trying (wouldn't take many minutes to test). I wonder in regards for the screen shader, it should be possible to apply similar techniques to a fragment shader which wouldn't be attached to your screen, I haven't looked into it too much, but I don't see what the issues would be.
@greguar86
@greguar86 2 жыл бұрын
@@Nonsensical2D thanks man! i will try particles
@educateyourself3872
@educateyourself3872 Жыл бұрын
@2:00 The particles don’t seem entirely random. Even their PAST don’t entirely make sense? Oh PATHS. I had to listen 5 times lol.
@gamerrobloxloles8893
@gamerrobloxloles8893 3 ай бұрын
What was the app you used to make the animation
@Nonsensical2D
@Nonsensical2D 3 ай бұрын
I use procreate on the iPad, but any program with frame based animation would work, such as Arita
@gamerrobloxloles8893
@gamerrobloxloles8893 3 ай бұрын
Thank you
@gamerrobloxloles8893
@gamerrobloxloles8893 3 ай бұрын
Also have any suggestions for pc
@nemo9396
@nemo9396 Жыл бұрын
I really like your water... so the shimmer is just particles, not an animated tile?
@Nonsensical2D
@Nonsensical2D Жыл бұрын
ye, just particles. I haven't looked into performance with particles vs animated tiles, but as far as I can tell, particles work quite well and it is easy to implement :)
@pawelpozoga
@pawelpozoga Жыл бұрын
What is the name of the game shown at 0:20 of the video?
@Nonsensical2D
@Nonsensical2D Жыл бұрын
Tails of iron
@robotazulado
@robotazulado 10 ай бұрын
fina game name?
@MrJonathansb
@MrJonathansb Жыл бұрын
Your character is moonwalking :)
@Nonsensical2D
@Nonsensical2D Жыл бұрын
Ye, I sometimes increase the speed to show the parallax better. But it makes the character wonky :)
@nemo9396
@nemo9396 2 жыл бұрын
Stop furrowing your forehead
2D LIGHTS, Why and How you could start using them!
7:18
Nonsensical 2D
Рет қаралды 7 М.
Why You should Avoid Showing the Sky!
8:36
Nonsensical 2D
Рет қаралды 20 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
Dust Effect when Running & Jumping in Unity [Particle Effect]
5:55
Perspective in Sidescrollers | 2D GAME ART
11:56
Nonsensical 2D
Рет қаралды 1,4 М.
HOW TO MAKE 2D PARTICLE EFFECTS - UNITY TUTORIAL
7:08
Blackthornprod
Рет қаралды 488 М.
What size should your assets be? | HD 2D GAME ART
12:10
Nonsensical 2D
Рет қаралды 157 М.
The Trick I Used to Make Combat Fun! | Devlog
8:12
Game Endeavor
Рет қаралды 1,7 МЛН
How to draw Gorgeous Game Assets
8:00
The Caecus
Рет қаралды 112 М.
HOW TO Add RAIN To YOUR 2D GAME - UNITY
7:58
Lost Game Dev
Рет қаралды 22 М.
Perspective in Top down game art 2d
21:41
Nonsensical 2D
Рет қаралды 7 М.