How to setup a Third Person Controller in Unity (in less than 5 minutes !)

  Рет қаралды 50,699

CodeFriend

CodeFriend

Күн бұрын

Пікірлер: 90
@BassinWith_B
@BassinWith_B Жыл бұрын
Wow I just closed my computer due to not finding any tutorials less than 50 minutes then this one pops up 😂
@2killnspray9
@2killnspray9 9 ай бұрын
Precision: sometimes you need to import two times to actually have the assets
@chandrasekarannatarajan5013
@chandrasekarannatarajan5013 2 жыл бұрын
Simple and powerful, Thank You!!!
@DreamFinderz9VR
@DreamFinderz9VR Жыл бұрын
SO TRUE
@imw8721
@imw8721 7 ай бұрын
windows->redering->render -> built in to urp -> check first two option
@ajrryt
@ajrryt 4 ай бұрын
life saver
@alexanderkillingsworth
@alexanderkillingsworth 4 ай бұрын
LIFE SAVER I LOVE YOU
@andreigaming2863
@andreigaming2863 2 жыл бұрын
Thank you so much for the free package because all other youtubers would give it for like $25 u gave it for free! You are a legend keep it up! subscribed.
@gvilas
@gvilas 2 жыл бұрын
what are you talking about? the third person starter asset is from Unity Technologies and it's free in the asset store
@jeremiahruiz9686
@jeremiahruiz9686 2 жыл бұрын
@@gvilas lol i think he is a beginner
@booleanpointer
@booleanpointer Жыл бұрын
Its by unity not by him
@andreigaming2863
@andreigaming2863 Жыл бұрын
I was just starting out and i never checked that part with the starter asset, i clearly realized now that it's from unity lol.
@booleanpointer
@booleanpointer Жыл бұрын
@@andreigaming2863 do ypu know how to use cinemachine
@KidouKenshi22
@KidouKenshi22 2 ай бұрын
PLEASE HELPI did that with a free character from unity asset store and all worked fine becides that I cant move the character whyy? i replaced everything like in the video and my character loaded up and the camera is behind it too, BUT I CANT MOVE please help :(
@elelMARIPOSA
@elelMARIPOSA 9 ай бұрын
thx ive been waiting for thiss :D
@FarmBoyTech
@FarmBoyTech 6 ай бұрын
Thank you so much for this amazing tutorial, I really appreciate the time and effort that you put into this work.
@gmangman123
@gmangman123 2 жыл бұрын
very simple and easy way!!! Thx for tutorial!
@DCMARTIN
@DCMARTIN 11 ай бұрын
WHY?!?! When I do what you said in the tutorial it worked with the keyboard on my computer, but it wont work on my android. What did i do wrong?
@arnv-ez2mh
@arnv-ez2mh Жыл бұрын
When I try to choose which avatar the avatar I downloaded does not show up pls help
@matteoruina846
@matteoruina846 2 жыл бұрын
Thx so much for the tutorial ❤️
@_reirumi
@_reirumi 2 жыл бұрын
VERY HELPFULL THANKYOU SO MUCH!!!!
@Jordancruz69
@Jordancruz69 Жыл бұрын
I really need help whenever I do that everything turns pink
@phoenixcreations94
@phoenixcreations94 8 ай бұрын
same here
@izwanaiman5937
@izwanaiman5937 8 ай бұрын
same here , have u solve it ?
@drenwww
@drenwww 7 ай бұрын
The project should be 3d UPR something like that, not basic 3d project
@pratyushkiran8654
@pratyushkiran8654 4 ай бұрын
This happens when the project is in URP but the assets are configured for built-in render pipeline... Windows -> Rendering -> converter -> change built in to URP -> initialise -> convert .... That should fix it 🚀
@lcfcc1
@lcfcc1 4 ай бұрын
Same
@alifmallik1242
@alifmallik1242 Жыл бұрын
Bro how do i chage the animation or add my own animation.
@kriskata7653
@kriskata7653 2 жыл бұрын
My question is if I want to add new animations and maybe replace the current ones what I am supposed to do ?
@Soloman274
@Soloman274 Жыл бұрын
Learn the animations 😁
@OxMoon548
@OxMoon548 7 ай бұрын
je savais pas que tu avais une chaine en anglais, mais sinon super tuto merci beaucoup ;) TUTO UNITY FR
@Molzide
@Molzide 3 ай бұрын
Ah voilà on est d'accord que c'est un accent français mdr
@SpartanFlashSentry
@SpartanFlashSentry 5 ай бұрын
Thank you very much for this tutorial! Everything worked save for one issue: the vtuber model I created and added into Unity has a small issue of her feet clipping into the floor by a few cm. I've tried adjusting the model along the y position, but I don't see where to bake it into the animation. Because of this, when I hit play, her feet sink slightly below the floor. Any ideas on how to fix? Thanks for your help and stay awesome!
@codefriendgamedev
@codefriendgamedev 4 ай бұрын
It might be because of the character's rig, you should be able to adapt it into Unity but I don't remember exactly where in the interface, sorry !
@SpartanFlashSentry
@SpartanFlashSentry 4 ай бұрын
@codefriendgamedev no worries. Thank you for the reply, though. I think I may need to rebake the elevation of the 3rd person controller "bean".
@spiidermonkeyy3568
@spiidermonkeyy3568 3 жыл бұрын
hello, im trying to figure out how to increase the sensitivity on the camera, i can't find it anywhere, would you happen to know where it is?
@Shockyeah
@Shockyeah 2 жыл бұрын
I have the same issue did you figure it out
@brohamhd8644
@brohamhd8644 Жыл бұрын
Omg tysm
@SVGamesLab
@SVGamesLab Жыл бұрын
How to modify in C# code jumping height, I have changed Gravity values and JumpHeight on vscode saved it and back to unity - Unity reloaded changes but no effect in game jump still is a same as default on startup... but I can for example comment line with jumpaudio to remove jump audio so code editing works in vscode but why not affect jumpheight for CharacterController ?
@codefriendgamedev
@codefriendgamedev Жыл бұрын
Hi, you have to edit the variables' values in the inspector, not in the source code. To do so you can select the object "PlayerArmature" and you'll find a component called "ThridPersonController" in the inspector winow, you can change the "jump height" value here and it should work
@SVGamesLab
@SVGamesLab Жыл бұрын
@@codefriendgamedev OK, thanks I will check it and reply if it will works :) but one thing if code change have this values as public properties why it not working? It is useless part of code - it really confuse because in code I will have different values.. or after change this in Editor it will automaticlly change the code too.. I am programmer I don't like use Blueprints I feel much better in just coding but I have to check it - I'm using VSCode because VS2022 free is only for personal, commercial isn't cheap.
@veliky_brawl5602
@veliky_brawl5602 Жыл бұрын
Hello , I have a problem with avatar. I had downloaded character's prefab from mixamo, but when I click to select the avatar, there aren't any others avatars except basic avatar
@isolof
@isolof 9 ай бұрын
same did u fix this
@maitrykotak3703
@maitrykotak3703 Жыл бұрын
i am not able to extract texture of an animation ....which we are adding...how to add that materials on character???
@RL-bo4vg
@RL-bo4vg 4 ай бұрын
Click on Character in Asset Window and then on the right panel click materials>extract textures>make a new folder "textures">select that folder and then fix any errors that appear
@Tempyhuj
@Tempyhuj 6 ай бұрын
why everything is pink in my project
@tyrakeextra2723
@tyrakeextra2723 3 ай бұрын
mine too
@subplay391
@subplay391 Жыл бұрын
thank you
@ZzigZaG00NIN
@ZzigZaG00NIN 7 ай бұрын
nice and easy
@galberger3937
@galberger3937 2 жыл бұрын
Hi. Is it possible to use only the scripts for the movement with a different character? I want to use different character than this one and an environment thst i am making. How to do that?
@chdgktp
@chdgktp Жыл бұрын
tnx bro
@activoysaludable
@activoysaludable 3 жыл бұрын
New sub
@croan123
@croan123 Жыл бұрын
Unfortunately, I was not able to get the results. I noticed a cut in your video where labels changed and locations. Thought that was interesting.
@portablepowering693
@portablepowering693 Жыл бұрын
bru literally follow what he did its so easy
@Blinkers2007GameDev
@Blinkers2007GameDev Жыл бұрын
Merci pour le Tutorial bro
@madart3343
@madart3343 2 жыл бұрын
thx so much
@WatermelonMuscleman
@WatermelonMuscleman 6 ай бұрын
Nie pokazałeś wogule jak zrobić żeby dodany model miał animacje
@SLthenus
@SLthenus Жыл бұрын
how can i edit the jump function so i can double jump?
@betray1077
@betray1077 2 жыл бұрын
my mixamo character does not have animator did i download it wrong?
@betray1077
@betray1077 2 жыл бұрын
oh fixed it
@myanimation5631
@myanimation5631 2 жыл бұрын
@@betray1077 HOW
@betray1077
@betray1077 2 жыл бұрын
@@myanimation5631 follow steps on this video when you import mixamo character kzbin.info/www/bejne/ZoKkY4Jtn9qojbM
@Sghrn
@Sghrn Жыл бұрын
​@@betray1077 lol... How?
@activoysaludable
@activoysaludable 3 жыл бұрын
Good video
@maxrydin1577
@maxrydin1577 3 жыл бұрын
Nice video
@grox-999
@grox-999 Ай бұрын
thanks bro
@kevinzheng6867
@kevinzheng6867 2 жыл бұрын
Tu serais pas le même mec que TUTO UNITY fr??
@EmeraldGamin2024
@EmeraldGamin2024 7 ай бұрын
Its all purple for me
@druzys373
@druzys373 7 ай бұрын
i dont have the prefab avatar
@elijah8244
@elijah8244 9 ай бұрын
why mine is pink. ı just deleti it. it is about material ı think
@izwanaiman5937
@izwanaiman5937 8 ай бұрын
same bro , have u solve it ?
@elijah8244
@elijah8244 8 ай бұрын
@@izwanaiman5937 no
@kevinzheng6867
@kevinzheng6867 2 жыл бұрын
Et petit conseil si tu pouvais mettre une petit music en arrière plan pour une meilleure ambiance 😃😃
@kevinzheng6867
@kevinzheng6867 2 жыл бұрын
Je dis pas que l'ambiance est nul mais se serait mieux car tu a une voix calme
@Molzide
@Molzide 3 ай бұрын
Nice french accent btw ;)
@Alafandri
@Alafandri Жыл бұрын
everything is purple for some reason
@2killnspray9
@2killnspray9 9 ай бұрын
Tu es français non?
@nox4gming51
@nox4gming51 2 жыл бұрын
Not a single line of code!! Wow
@Dex977
@Dex977 8 ай бұрын
Ey is all purpel?
@SaYZoX93
@SaYZoX93 Жыл бұрын
ta grave un accent français tu serais pas tuto unity fr ?
@UkeyMusicLEAKS
@UkeyMusicLEAKS Жыл бұрын
Dosent work
@virolfe3068
@virolfe3068 2 жыл бұрын
Ar you Tuto unity fr
@mortis-506
@mortis-506 5 ай бұрын
this is no longer avalible
@codefriendgamedev
@codefriendgamedev 5 ай бұрын
It still is but only for URP (which is a good thing), the new link is this one : assetstore.unity.com/packages/essentials/starter-assets-character-controllers-urp-267961
@HaiderSaqib-id4ry
@HaiderSaqib-id4ry 6 ай бұрын
script please
@SliccBeatzProd
@SliccBeatzProd Жыл бұрын
Mais c'est tuto unity fr xd
@REDC0510
@REDC0510 4 ай бұрын
your french
@SAAVYentertainment
@SAAVYentertainment 6 ай бұрын
Thank you, you helped me a lot
THIRD PERSON MOVEMENT in Unity
21:05
Brackeys
Рет қаралды 1,5 МЛН
1ST AND 3RD PERSON CONTROLLER - COMPLETE COURSE
26:11
spaderdabomb
Рет қаралды 17 М.
Don't underestimate anyone
00:47
奇軒Tricking
Рет қаралды 27 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 28 МЛН
Use These FREE Character Controllers for Your Unity Project! (Unity VRoid Studio)
6:51
ReForge Mode - Unity Tutorials
Рет қаралды 40 М.
choosing a game engine is easy, actually
15:08
samyam
Рет қаралды 594 М.
THIRD PERSON MOVEMENT in 11 MINUTES - Unity Tutorial
11:07
Dave / GameDevelopment
Рет қаралды 294 М.
The INSTANT Unity Character Controller for first and 3rd Person Games
13:53
Jason Weimann (GameDev)
Рет қаралды 70 М.