Multiplayer FPS Animations The Lazy (But Better?) Way

  Рет қаралды 224,567

Garbaj

Garbaj

Күн бұрын

Music: Unrest - ELPHNT
Support The Channel: ko-fi.com/garbaj
Discord: / discord
Twitter: / garbaj2

Пікірлер: 335
@leegofilms
@leegofilms 2 жыл бұрын
I’ll probably sound like a broken record, but many modern AAA games do stuff like this. They’ll often have a base animation with certain “key points” that they’ll modify the timing and distance too on the fly. For example, bungie does this in destiny for many of their reload animations, since the speed can change, but they want the certain “important” actions to stay at the same speed (like a mag dropping out of a gun)
@DanaTheLateBloomingFruitLoop
@DanaTheLateBloomingFruitLoop 2 жыл бұрын
I remember an example of how not to do it in Planetside 2. The blue faction had an smg which had it's reload speed nerfed and so the unique reload animation was slowed down so much it looked ridiculous.
@garbaj
@garbaj 2 жыл бұрын
you know...I could actually use that in my game. Not a broken record at all, this is very helpful
@chuckles1252
@chuckles1252 2 жыл бұрын
Yeah, procedural animation is nothing new. It's a very well established discipline of game animation. The vast majority of AAA games use some amount of procedural animation (IK on limbs, for example). Even games like Overwatch, which are known for their pixar-like, hand-keyed animations use procedural animation where it makes sense, like for Lucio's wallride.
@gideonunger7284
@gideonunger7284 2 жыл бұрын
yeah this is very commonly used. thats why there is IK. some complex base animation need human key framing but you then adapt it to the environment dynamically.
@chelovek-jpeg
@chelovek-jpeg 2 жыл бұрын
half-life (1999) does this
@Zingosart
@Zingosart 2 жыл бұрын
muzzle flare might help tie the bullets to the gun better- when you're moving, the bullets feel disconnected from where you're standing/where the gun is
@garbaj
@garbaj 2 жыл бұрын
yep, that'll get fixed soon, once I get the core mechanics done I can start polishing
@charleslee4089
@charleslee4089 2 жыл бұрын
@@garbaj maybe replace the movings bullets with just a straight line as well, like that you can more easily set its speed and position
@sullyvahn
@sullyvahn 2 жыл бұрын
Interesting to see a non-animators perspective on player animation and feel. Using a procedural solution can be effective but is also very situational, even in something like a fire animation depending on what you are trying to achieve. You may benefit by working with some animators and getting feedback on how your animation feels when seen through the lens of someone who traditionally keys. That could help you achieve some goals that not only make your animation look good, but FEEL good as well.
@garbaj
@garbaj 2 жыл бұрын
appreciate the feedback! I would love to have the opportunity to work with actual professionals in the industry someday. There's only so much I can do as a hobbyist
@AdrenResi
@AdrenResi 2 жыл бұрын
hi sully
@robrobusa
@robrobusa 2 жыл бұрын
The best animation mechanics probably use a best of both worlds approach - Insurgency I'm looking at you!
@Panma98
@Panma98 2 жыл бұрын
Damn, didn't know you were still alive...
@CRT_YT
@CRT_YT 2 жыл бұрын
funny bird viewmodel guy
@bodhi8828
@bodhi8828 2 жыл бұрын
I recommend the GDC talk called "Animation Bootcamp: An Indie Approach to Procedural Animation"... even very detailed and complex animations can be achieved by interpolating the right way between keyframes!
@myg0t_jsm
@myg0t_jsm 2 жыл бұрын
That is, until something entirely unexpected breaks literally everything related to it
@BusterBuizel
@BusterBuizel 2 жыл бұрын
Workaround for reload animations: have every weapon be fed from a backpack belt feed and say it’s a “stylistic” choice
@NilesBlackX
@NilesBlackX 2 жыл бұрын
Ah, the ol' "energy weapons" strat lol
@unfa00
@unfa00 2 жыл бұрын
The best results are often achieved with hybrid approaches. You can blend animations and use them as components that you assemble and transform however you need with code to get the detail and expression of hand-crafted animation (or motion capture) and variation and flexibility of algorithmic animation. The Animation Tree is Godot could help!
@killertruth186
@killertruth186 Жыл бұрын
And it has to be so good that most people will not notice. If you want people to think it is just as good if not better than just fully by hand.
@polar1991
@polar1991 2 жыл бұрын
I use the procedural animations for my weapons sway and ads. I thought everyone does it for the sway. I use it procedurally because I don’t want to spend time on 500+ ads anims depending on what sight you have, barrel you have, grip you have and gun you have.
@garbaj
@garbaj 2 жыл бұрын
i'd be surprised if any games did sway manually these days, but ya never know
@arkle111
@arkle111 2 жыл бұрын
I find it’s good to make one manual ads animation for iron sights. Then procedurally offset it for each sight. This give a nice feeling add without having to make that many animations
@polar1991
@polar1991 2 жыл бұрын
@@arkle111 sounds like a cool idea but do you offset the camera or the arms with IK? I use an IK system because I don’t like the feel of the 2 camera system.
@arkle111
@arkle111 2 жыл бұрын
@@polar1991 I would just have a parent object to the gun. Then you just add to the y position by the heigh of the weapon sight.
@ExplodingImplosion
@ExplodingImplosion 2 жыл бұрын
100% controlling a lot of the more mundane animations with code is the way to go! I’ve heard a lot of AAA games do this, especially valve games.
@Manimal1920
@Manimal1920 2 жыл бұрын
Someone lied to you lol
@dorious8734
@dorious8734 2 жыл бұрын
@@Manimal1920 Yeah I'm pretty sure most valve games use tons of animations instead of procedural, because they have the resources and time to do it.
@Manimal1920
@Manimal1920 2 жыл бұрын
@@dorious8734 as someone who does nothing but animate for valve games, this is correct
@adamjonsson9158
@adamjonsson9158 2 жыл бұрын
@@Manimal1920 I get to see my heroes in the wild ?? Man, your guys' games are the most captivating of them all
@ultmatepotato
@ultmatepotato 2 жыл бұрын
@@Manimal1920 yea correct. As a hl2 fan who extracts assets and models from hl2 i can confirm. The only place i saw procedural animations were the walk animations on the foor of humans , striders and anything else that walks on grounds
@zildeos9858
@zildeos9858 2 жыл бұрын
I've been doing this for every fps game i make i do it for the camera i do it for weapons bobbing i do it to animate Ui i even do it to cheaply simulate gravity Cause i feel like I'd rather learn how to simulate every single detail than to hand animate it in blender cause that's super and even if you somehow managed to make a decent animation you still have to somehow make it blend with everything smoothly soo yeah I'd use this method over animating every time even if it comes with the cost of details
@unfa00
@unfa00 2 жыл бұрын
Similarly I take pride in synthesizing all my drum sounds from scratch every time I make a piece of music.
@Roockert
@Roockert 2 жыл бұрын
Eh, be careful with simulating "everything". A game only need to look like its doing things, ot don't actually need to do it. So a game don't need to have realistic simulated wind in trees, just look like it. You might already know just don't sound good when said that way I personally think a mix of animations and procedural animations is what looks best
@Yahda
@Yahda 2 жыл бұрын
In the game I’m working on we have a mix of key frame and procedural generated animation it’s definitely worth doing on a time crunch. And honestly it looks better (because the animations react to things like stairs and bumpy areas in the maps)
@vizthex
@vizthex 2 жыл бұрын
I'd imagine a lot of games do this - procedural for basic recoil & such, then hand-crafted ones for reloading & whatnot.
@0lionheart
@0lionheart 2 жыл бұрын
That's procedural animation, it's a known thing :) I use it on the helicopter I'm currently building, especially on the mounted machine guns which are a mix of procedural (recoil, movement, bullet belt) and hand animated (reloading movements e.g swapping out the ammo box). It's absolutely a great thing to mix in not only for ease of development but also just good game feel (e.g weapon sway when turning)
@shivanshsrivastav9037
@shivanshsrivastav9037 2 жыл бұрын
The tips and tricks are the key as always. Looking forward towards playing the game.
@SirLTkdog
@SirLTkdog 2 жыл бұрын
In theory you could make a single key frame animation of a pose to interpolate between, which you could get the smaller details in, like the slide of the gun recoiling back.
@user-og6hl6lv7p
@user-og6hl6lv7p 2 жыл бұрын
Sinewaves make for a nice bobbing animation with essentially only one line of code.
@JustAGiraffe
@JustAGiraffe 2 жыл бұрын
If you haven't already, I highly recommend checking out David Rosen's 2014 GDC conference on procedural animation. Some of the most time-saving techniques I have ever learned for animating are from that conference (which is only like 20 minutes)
@khaelou
@khaelou 2 жыл бұрын
Coding animations saves time when you're an indie developer but I love Mixamo since it's pretty extendible once you get a grasp of the basics!
@Qaveth
@Qaveth 2 жыл бұрын
That's really beautiful, gotta add that to the bucket list! =D
@TheClonerx
@TheClonerx 2 жыл бұрын
My man just reinvented procedural animations on its own
@kito2960
@kito2960 2 жыл бұрын
I remeber when you had 800 subscribers you really worked hard
@InfernoTune727
@InfernoTune727 2 жыл бұрын
Cant wait to see what direction you will take this game.
@GemTappX
@GemTappX 2 жыл бұрын
That's good perspective. Thanks.
@wilhufftarkin8543
@wilhufftarkin8543 2 жыл бұрын
Treyarch: "Quick! Write that down! Write that down!"
@aymeey
@aymeey 2 жыл бұрын
cant wait to see where this goes!
@DubiousD
@DubiousD 2 жыл бұрын
We need to have a word with whoever told you to make separate directional sway anims
@bboysil
@bboysil 2 жыл бұрын
When you're doing animations in blender, it's not like the computer doesn't do the math for you, it's just that you're doing it visually instead of programatically. What you're doing is basically procedural animation, which I'm also a fan of.
@BlazeMakesGames
@BlazeMakesGames 2 жыл бұрын
On a related note, as a fellow indie dev, I do this with sort of thing sound effects too. Instead of having 10 different shooting sound effects for example, I have a single one and just have random variables shift the pitch and volume slightly each time it's played. You could do this with footsteps, gun shots, dropping objects on the ground, pretty much any kind of sound effect you would play a lot and don't want to get grating and repetitive. I found it adds a lot of depth to the sound-scape for very little effort. And I know nothing about sound editing lol.
@billxrl4154
@billxrl4154 2 жыл бұрын
Overgrowth keeps coming to mind.
@TuriGamer
@TuriGamer 5 ай бұрын
Theres absolutely no way that anybody working in the industry actually hand made animations for gun sway
@bini420
@bini420 2 жыл бұрын
This was interesting to watch being a 2d hand drawn animator in training, I do prefer animating most of my animations without the use of code but I do see your point. I'll probably use this from now on for animating more simpler things that are honestly boring and I've redone way to many times, things like the gun recoil, character turns. Tho I do enjoy animating things like runs, jumps etc. Action stuff basically.
@makra42069
@makra42069 2 жыл бұрын
Ayo just what i needed
@GrayManReal
@GrayManReal 2 жыл бұрын
Thanks Please Bring More Such Tricks
@zbarba
@zbarba 2 жыл бұрын
Thank you.
@kangarumpy
@kangarumpy 2 жыл бұрын
Procedural animations is good for prodecural reactions to the environment. Hand animations or good for specific things like reloads or character movements. You can combine the two, like hand animating the bolt cycling on a gun and procedurally adding the recoil as a rotation and translation with RNG.
@ywn1460
@ywn1460 2 жыл бұрын
What I tend to do in big projects like a game, I do the easier stuff and the hardest stuff last. Something like that. What I would do is make placeholder animations that dont look too good, but represent whats happening, then build off of those animations and make them better once you feel like you need to.
@xalener
@xalener 2 жыл бұрын
You can also get some great results from doing a hybrid approach; setting up poses in blender and blending between them with different curves in engine. The swinging animations in spider-man ps4 are completely just static poses with super smartly designed curves interpolating from one to another. I believe pretty much all the animation except the foot planting in Overgrowth is also done that way.
@MekaniQ
@MekaniQ 2 жыл бұрын
AYYYE I SAW MIRROR'S EDGE! Thanks for the video!
@garbaj
@garbaj 2 жыл бұрын
Such a classic game :O
@superkingpin0969
@superkingpin0969 2 жыл бұрын
Very cool approach. I wonder if you could use a combination of this and key frame animation.
@garbaj
@garbaj 2 жыл бұрын
you can!
@dominiccasts
@dominiccasts 2 жыл бұрын
You absolutely can. From the perspective of the engine/rendering code the hand-crafted key-frame animation is just as procedural as the stuff detailed in the video, it's just happens to be defined in more detail.
@bingobangini
@bingobangini Жыл бұрын
There is a nice GDC talk about this by the overgrowth developer. I recommend it!
@NavtejYt
@NavtejYt 2 жыл бұрын
Bro you are doing great in this engine
@garbaj
@garbaj 2 жыл бұрын
thank you!
@wildcommander896
@wildcommander896 2 жыл бұрын
Best animations
@crackedemerald4930
@crackedemerald4930 2 жыл бұрын
This reminds me of the shooting animations in Phantom Forces, which feel a lot like the weapon itself is a fixed object and the accuracy depends on it's recoil and how it handles. For example, the first shot of the weapon is always accurate (if you account for bullet drop) but it imbalances the weapon in a way making the next shot miss, if you don't wait for the weapon to stabilise that is. It's like the weapon is help by springs and the damping and strength of those springs is what makes every weapon handle differently.
@DePistolero
@DePistolero 2 жыл бұрын
I feel you, I hate animating stuff, so I did the same thing you did here, with lerping, and animation curves for rotation scale and translation :)
@lukabrasi001
@lukabrasi001 2 жыл бұрын
you can make a simple animation like the guy pulling the trigger, the hammer falling down, the slide coming back and you could sync it up with the randomized recoil for instance. giving you back some flexibility while also having the little details. however that would be a little different workflow i guess but if i had to do it like that, i'd do that instead
@nevergonna
@nevergonna 2 жыл бұрын
Ive been working on procedural recoil for about 1 year, so its a very tricky thing. First off it doesnt always look great, cause you dont have manual control over curves for rotation and translation, all you have is just interp functions( like lerp or sprint interp). Secondly, frame dependency. Sometimes you procedural animation can look weird or even crash the engine at 10 fps. So I would say that procedural approach for weapon's recoil is limited, very limited. Look at how DICE designed their recoil for bf5 - they are using semi procedural approach, by adding extra rotatuon/translation offset to the existing recoil animation. And it looks and feels pretty well. Combining existing aporoches is the best way to achieve great results I think.
@nincompoop17
@nincompoop17 2 жыл бұрын
Wahahaha the way you said "bullshit" made me lol
@sasaha8389
@sasaha8389 2 ай бұрын
procedural animations can be really powerful. mostly animations depend on the visual point of view so you dont need to do EVERY property of x,y,z ex. like for things that are in front of the camera the x and y value are fully enough since you dont percieve z that much from objects that are so close
@calcumalations1235
@calcumalations1235 2 жыл бұрын
In my personal game, I haven’t made animations yet for any guns, I’m gonna try to use only IKs for gun animations so I save lots of time by making a few extra lines of code
@bluablablua
@bluablablua 2 жыл бұрын
nice i was looking for some tips for my fps game too
@watercat1248
@watercat1248 Ай бұрын
The best part about this method is that you able to combine with regular animation's
@yaneebeats9912
@yaneebeats9912 2 жыл бұрын
@2:26 that exhale says "i been doin that extra work for too long"
@ryanneal3042
@ryanneal3042 2 жыл бұрын
you can use an RNG to modify animation on the fly. We would call this a Multiplier. You could also RNG the Peak of the recoil animation location. just want others to know that animation can have the same customization on the fly as your procedural animation will have
@loxyrakkary3502
@loxyrakkary3502 2 жыл бұрын
Would be pretty cool if you made a video about your procedural recoil animations, I imagine you use a base pose + 2 IKs that make the hand fixed to the gun, then in code rotate the gun + translate by random amounts ?
@marthancercal
@marthancercal 2 жыл бұрын
Would be nice if the procedural animations where also what controls the spread of the gun, the bullet doesn't need to come out of the gun itself, the the gun model can have raycast that tells where your super eye lazer guns shoot at
@MinaT
@MinaT 2 жыл бұрын
GARBAJ 120K LET'S GOOO
@ggdionne
@ggdionne 2 жыл бұрын
David Rosen did a great presentation about procedural animation in his game Overgrowth. You can find the video here on KZbin!
@erichassett5517
@erichassett5517 Жыл бұрын
If its lazy but better, I'd say it's elegant ✨️
@charKT-7461
@charKT-7461 2 жыл бұрын
The biggest part of programming is to find ways to make the program do it for you
@southpaw117
@southpaw117 2 жыл бұрын
I always thought this is how weapons were coded to begin with. Rather than having an animation for walking and a separate one for swaying and then interpolating between the two, I figured the go-to approach was just basic math governing both. I've always simply used math for my games to control every little detail in their translations and rotations (jogging, sprinting, turning, crouching, strafing, jumping, aiming, basic firing, etc.) and then used actual animations for things like reloading and melee attacks, or other one-off actions.
@killertruth186
@killertruth186 Жыл бұрын
I think that frame rate and animation are both important. Especially if you want to make them look smooth in ultra-high frame rates. Because sometimes if they aren't done in a certain way, it would look like a mess or a jarring viewing experience.
@xegrand7548
@xegrand7548 2 жыл бұрын
Nice 👍 keep it up
@devander
@devander 2 жыл бұрын
well there's a technique that pretty much does the same thing except you do need an animation, once you do. you pick a keyframe(s) and procedurally change it. this is sometime used in weapon recoil, running and any animations that may get looped
@garbaj
@garbaj 2 жыл бұрын
I'm sure I'll end up using a bunch of different animation techniques by the time the game is done. Not sure how I would do this in godot, but it sounds useful
@nitin-code-comedy
@nitin-code-comedy Жыл бұрын
So this is like how animation and transform is done in CSS3!
@tonechild5929
@tonechild5929 2 жыл бұрын
I did the same when I was playing around with UE and making an fps.
@hazetko7586
@hazetko7586 2 жыл бұрын
sound like a bunch of gibberish but i'm here for it
@gideonunger7284
@gideonunger7284 2 жыл бұрын
cant wait for him to find out about frustum culling...
@DaydreamStudios_Official
@DaydreamStudios_Official 2 жыл бұрын
Man You Don’t Know What You’re Talking About Animation Is The Funnest Process
@El-Burrito
@El-Burrito 2 жыл бұрын
The guys from Wolfire Games did a good presentation on procedural animation, could be worth checking out
@LazyDev27
@LazyDev27 2 жыл бұрын
Reminds me of perfect darks aiming
@Topyy
@Topyy 2 жыл бұрын
Yeah you basically discovered procedural animation and interpolation (which is actually cool). There's a cool GDC about this. Also in your demo, your gun should slide to the opposite side when the player looks around, in animation this is called follow-through
@ClarkPeterson2024
@ClarkPeterson2024 Жыл бұрын
“Deal with all this bs I don’t enjoy” 😂😂
@CyberMonkey-su3xt
@CyberMonkey-su3xt 2 жыл бұрын
Also try inverse kinematics for things like walking animations. Works really well and takes less work
@NebosvodGonzalez
@NebosvodGonzalez 2 жыл бұрын
From a technical standpoint you are interestingly totally correct the next gen animations are not pre-baked animations but instead are procedurally made animations. They are not using neural network AIs to create locomotion systems based on pre-baked animations so you can just throw some animations at it and then you get an epic game system go check out 2 minute papers he has some great videos on some next-gen locomotion that is procedurally generated.
@turt4533
@turt4533 2 жыл бұрын
you could also use some spring math to make the recoil and other movements better looking and easy to manipulate as well.
@Steveplays28
@Steveplays28 2 жыл бұрын
I agree, procedural animation go brrrrrrrrrrrrrrrrrr
@pacifistminigun3987
@pacifistminigun3987 2 жыл бұрын
more than lazy, sounds like a clever way to do it
@noeldev
@noeldev 2 жыл бұрын
Usually the hybrid approach is the best, if you have to make 10 slightly different versions of a animation, there's def a way to do it procedular
@notalostnumber8660
@notalostnumber8660 2 жыл бұрын
Having a red crosshair confuses me because I see enemy as the same colour and I think I'm aiming at one already
@roflman
@roflman 2 жыл бұрын
What i like to do is cut out the weapon components in my 3d software (the moving parts like slides, hammers, magazines, bolts etc) and export them as seperate .obj meshes and then reassemble it in godot, using spatial nodes as makeshift bones containing the seperate meshes. Then you can just maniuplate the child nodes transforms in the animation player to animate the weapon, and they maintain their orientation because they are child nodes of the main body of the firearm.
@garbaj
@garbaj 2 жыл бұрын
This could be a good fit for my game. I'm not too worried about the extra draw calls separating the models like that and it would add a lot of extra flexibility. Thanks for the idea :)
@roflman
@roflman 2 жыл бұрын
@@garbaj Another easy method for a muzzle flash is to make an AnimatedSprite3D, give it a 2d animation of a muzzle flash set to play continuously and then just stick it on the end of your gun and toggle it's visibility on/off through code whenever the gun is fired
@stupiddog2974
@stupiddog2974 2 жыл бұрын
so a weapon sway.
@upsurge5541
@upsurge5541 2 жыл бұрын
Actually in some cases i like to mix both procedural and animation? way of animating for example like when ur firing the gun I will make a animation in which the player pulls the trigger and animate the pistol slide and then use a script for weapon recoil both combined make a really solid system
@cruzsmemory
@cruzsmemory 2 жыл бұрын
I don't know how to feel about this, in one part this is amazing! This is a very convenient tool for one man projects. But I'm afraid AAA companies catch up and use it as an excuse to underpay their animators :(
@morganlak4337
@morganlak4337 2 жыл бұрын
They already do this, and they don't need an excuse to underpay animators, they just do it
@ichisichify
@ichisichify 2 жыл бұрын
i really like that you don't pad your videos with unnecessary crap just to hit the 10 minutes
@dingbing1539
@dingbing1539 2 жыл бұрын
Ah yes, laziness, something we definitely need more of. Especially when it comes to animation.
@manameisjeffie656
@manameisjeffie656 2 жыл бұрын
that's what i did to make recoil for my game (2D TopDownShooter) and my fps game
@channelnamegoeshere4707
@channelnamegoeshere4707 2 жыл бұрын
Small suggestion: make the bullets inherit the velocity of the player so they don't drag behind as soon as they leave the barrel of the gun. This is a small but realistic touch as well.
@LuccDev
@LuccDev 2 жыл бұрын
I personally just get the animations through Mixamo. I advise you to pick the same, it's all free, even for commercial use, and they have an FPS pack (and on top of this, auto-rigging if you already have a character model). I personally use this + some "procedural" bits (IK, transitions between animations...), so far it seems fine However for 1st person POV... idk how it would look
@Roockert
@Roockert 2 жыл бұрын
I feel like i can a lot quicker make a more detailed and visually appealing shooting animation by animating it than doing a few quick lines of code. Though making nice looking procedural animations takes a lot pf time as well
@IndieLambda
@IndieLambda 2 жыл бұрын
Ok, I want to play Goldeneye again now. Dayum Goldeneye was so fucking good.
@pelufaz8435
@pelufaz8435 2 жыл бұрын
When the imposter is armed 😳
@NilesBlackX
@NilesBlackX 2 жыл бұрын
This is a good explanation of the benefits of programmatic animation, but I'll note that you missed a type of animation at 0:35 - _deformation._ Rotation, translation and scale are scene graph manipulations. Deformation is object manipulation. The difference is pretty stark; basically the difference between Southpark's animation and like... Spirited Away.
@jonassackarndt1174
@jonassackarndt1174 Жыл бұрын
Hey garbaj, how would you like a bit more of functions? I really enjoyed seing a video game that takes the finger off of the Trigger if one doesn't shoot. This could be animated using this technique and introduce gunsafety to your game...at least visually. I also would love if your game had a little thumb movement to switch between full auto and semi auto or burst. I know those are unneccessary features, but it will sum up and might be simpler to implement sooner compared to later. At least when running or jumping i would do so and you could use this to balance out lag induced effects like the peeker's advantage if you really want to.
@limhonghwa9540
@limhonghwa9540 2 жыл бұрын
I love indie game
@undrew3280
@undrew3280 2 жыл бұрын
You could make the base animation in blender, along with all the tiny details, then you could animate it further by changing the position in code, which would fix both problems, the animation not having enough detail and it getting repetitive.
@nathangoedeke694
@nathangoedeke694 Жыл бұрын
Procedural generation is always attractive to programmers, although using it too much can start to look mechanical as statistical patterns emerge over large quantities (like No Man's Sky and We Happy Few)
@ezpz4646
@ezpz4646 2 жыл бұрын
Well I can relate to some aspects but can't with others. The quality of animations can make or break your game and I particularly enjoy putting in the time to polish them. But... some things can be tedious and there are better ways to achieve the desired result.
@jonryan8888
@jonryan8888 2 жыл бұрын
Love your videos man. Is your game open source? Would love to help contribute!
@cold4480
@cold4480 2 жыл бұрын
cool
@utilityy
@utilityy 2 жыл бұрын
Great video! This is how I've been doing animations because I'm *lazy* :P Also, what's the game shown in 2:16? It looks interesting :))
@garbaj
@garbaj 2 жыл бұрын
It's a test project that I made a while ago
@utilityy
@utilityy 2 жыл бұрын
@@garbaj Ooh nice.
@mantality312
@mantality312 2 жыл бұрын
You also open up the door for countless bugs…
The Slightly Odd Way Bullets Work In FPS Games
4:21
Garbaj
Рет қаралды 1,6 МЛН
Как быстро замутить ЭлектроСамокат
00:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 11 МЛН
ДЕНЬ РОЖДЕНИЯ БАБУШКИ #shorts
00:19
Паша Осадчий
Рет қаралды 6 МЛН
I Stole This Technique For My Game
3:35
Garbaj
Рет қаралды 807 М.
The Devs Were Pretty Smart To Come Up With This
4:28
Garbaj
Рет қаралды 915 М.
Every Successful Multiplayer Game Has This "Problem"
4:25
Garbaj
Рет қаралды 639 М.
A.I. Learns to Run (Creature Creator)
16:38
Code Bullet
Рет қаралды 5 МЛН
We made Vampire Survivors BUT in 10 Lines of Code
7:08
PlayWithFurcifer
Рет қаралды 959 М.
How to make FPS animations in Blender for Godot 4.1
3:58
JungaBoon
Рет қаралды 21 М.
Programming a Boss Battle For my Game
11:44
Dani
Рет қаралды 10 МЛН
Sometimes...Less Is More
2:20
Garbaj
Рет қаралды 584 М.
The Fatal Trap That Can Kill Any Game
4:27
Garbaj
Рет қаралды 541 М.
Caseoh VS Sonic & Aphmau | Minecraft & Sonic
0:12
Mischief time
Рет қаралды 12 МЛН