Third Person Game From Scratch with Godot P1 : Character
Video Statistics and Information
Channel: Ombarus
Views: 26,779
Rating: undefined out of 5
Keywords: Guillaume Bouvier, Ombarus, GameDev, Programming, Coding, Software Engineering, Third Person Game, TPS, Game Tutorial, 3D Game Tutorial, Godot Engine, 3D Game in Godot, How to make a game, Third Person Shooter, 3rd Person Shooter, 3rd Person Game, Build a Game, FPS, Character Controls Camera, Three C
Id: EmQBLxxPV3E
Channel Id: undefined
Length: 21min 41sec (1301 seconds)
Published: Mon Dec 21 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
this is dope - looking forward to part 2
This is looking really good so far! Thanks for the tutorial.
I think the process mode of the AnimationTree should be set to Physics if you use it in
_physics_process
, but I'm not 100% sure.Also in the AnimationTree I think it's more flexible to set your tree root as a BlendTree, because you can create state machines etc. inside it and not the other way around.