PLEASE HELP. How can l do that with an unity asset store chatacter instead? When l replace the base character with the asset store character then l still not able to move him. What else I have to do?
then how to add new animations? Do we need to export the original mannequin -> import it to mixamo -> find animations etc. or the process is different ?
Solid walkthroughs, and good callout on the URP. FYI, the Edit menu updated, so Upgrade project materials option is now missing. Think you could add a note in your description about the new path? For reference, I ran into this issue on LTS version 2021.3.13f1.
How do you get materials on your character model? When I import model from mixamo into Unity then i don't get materials - just grey 3d model. Im choosing FBX for Unity, With Skin - when I do FBX for Unity but without skin then I can't see my model in Unity.
Wow! Thank you so much for creating this nice TUTORIAL. This tutorial I was look out for it for so long on how to place someone own character in 3rd Person Character. Yours is very cool and easy. Thanks a lot
Great. But how to add a object (cap and so on) to an imported character? I tried with putting the object inside the character, but, when i hit the play button, the character walks regularly, leaving the object behind.
Sir , I have problem ,i use unity 2021.3.9f1 version of unity, I want install universal rp into the package manager, I go to the package manager ,unity resgistry, And i ,click on install but its not installing is Buffering , What i do... I try 2day but its not installing, Its still Buffering pls tell me , What i do..
hi, i had the same problem and i spent a few hours untill i understood how to fix it. try to create a new project, then import asset, then press skip. let it import the assets, and then re-import with fixing dependencies, and let unity to restart. hope it helps!
can i add to the scene that i making only the character without using the PlayGround scene? Because i want to save time on creating the animations and the scripts that i need to make the character move.
is a good tutorial but if I imported the FBX rotate with 90 degrees in a default state scene an place character on the side, when run it works well. I think it needs to reset to the default position. Do you know how to do it?
I have a problem I followed the whole tutorial but they put me NullReferenceException: Object reference not set to an instance of an object StarterAssets.ThirdPersonController.Move () (at Assets/StarterAssets/ThirdPersonController/Scripts/ThirdPersonController.cs:209) I don't understand yet I did everything like on the tutorial please help me
hi im trying to use my own character instead of one from mixamo, but when i swap it out like you did in unity, in the scene view it isnt visable, when i test play nothing is there for a second but then the character pops in and i can control it, any ideas what the problem may be?
Thank you so much sir!! Your channel is the best for Unity tutorials 🔥 Sir, I really want to learn Unity so can you pls make a video on who to switch between characters like in free fire using a button, It will be really helpful ❤️ (yes 3rd person)
What if we want to kill the player and respawn him again? Im having hard time to implement this. player.transform.position = playerSpawnPosition.position; is not working as expected
I am learning well. It has been a huge help in making 3D RPGs. I have a question, so I'm posting it as a comment. If you teach object pooling in the video, could you please teach multi-object pooling?
Hi, I am following your mobile endless runner tutorial. Can you show us how you made the shop system please? It would be awesome. Thank you for your good content.
Yeah you could duplicate the sene so that you don't lose it. Then change the environment to what ever you want but make sure to add colliders and use navmesh like we have done with the prototype environment to ensure that the enemy ai works.
I have talked about adding animations from mixamo in this video th-cam.com/video/tD4tR7zO8y0/w-d-xo.html You could also change the existing run animation from the animator window.
@@GDTitans ok thanks! Yeah I had tried to change the already existing running animation but it just glitched the model into the floor, probably due to the different rigging between the animations
i cant find the render pipeline im on version 2021.3.15f1
We need tutorial about interaction fight animation between two characters like assassin's creed and shadow fight and mortal kombat
Please don't stop posting bro! Great upload as always
PLEASE HELP. How can l do that with an unity asset store chatacter instead? When l replace the base character with the asset store character then l still not able to move him. What else I have to do?
Thanks man! its a very good tutorial, can you make another tutorial where you show how to add a melee and firearm combat system to this controller?
Very useful tutorial, thank you very much
then how to add new animations? Do we need to export the original mannequin -> import it to mixamo -> find animations etc. or the process is different ?
This is soo good! Instant sub, and hope you continue with this series! Thank you
Really appreciate it
Solid walkthroughs, and good callout on the URP.
FYI, the Edit menu updated, so Upgrade project materials option is now missing. Think you could add a note in your description about the new path?
For reference, I ran into this issue on LTS version 2021.3.13f1.
what do i do bro do something
@@rockyrocky12360 I think I found the answer and posted it in Samyams Discord. I'll dig it up later for you
How do you get materials on your character model?
When I import model from mixamo into Unity then i don't get materials - just grey 3d model.
Im choosing FBX for Unity, With Skin - when I do FBX for Unity but without skin then I can't see my model in Unity.
Thank you! Very helpful.
can you add shoot animation to this assets,hope you introduce video about it
Wow! Thank you so much for creating this nice TUTORIAL. This tutorial I was look out for it for so long on how to place someone own character in 3rd Person Character. Yours is very cool and easy. Thanks a lot
Thank you so much really helpful tutorial
No worries
Great. But how to add a object (cap and so on) to an imported character? I tried with putting the object inside the character, but, when i hit the play button, the character walks regularly, leaving the object behind.
Try making the hat a child of the character
can you make updated version
Hi i cannot make my character move properly please help, it is moving in T-POSE only
Thank you, its just what i needed!!
Glad I could help!
Excellent job man.
Thanks bro
Wow That's cool its identical to the Unity Cody Monkey
You have created a very useful course. Thank you very much
thank you so much for this tutorial
Glad it was helpful!
Sir , I have problem ,i use unity 2021.3.9f1 version of unity,
I want install universal rp into the package manager,
I go to the package manager ,unity resgistry,
And i ,click on install but its not installing is Buffering ,
What i do...
I try 2day but its not installing,
Its still Buffering pls tell me ,
What i do..
hi, i had the same problem and i spent a few hours untill i understood how to fix it. try to create a new project, then import asset, then press skip. let it import the assets, and then re-import with fixing dependencies, and let unity to restart. hope it helps!
hello do you have the installer for your unity hub if you do can you send it to me pls ver 3.0.0 is killing me
can i add to the scene that i making only the character without using the PlayGround scene?
Because i want to save time on creating the animations and the scripts that i need to make the character move.
is a good tutorial but if I imported the FBX rotate with 90 degrees in a default state scene an place character on the side, when run it works well. I think it needs to reset to the default position. Do you know how to do it?
I have a problem I followed the whole tutorial but they put me NullReferenceException: Object reference not set to an instance of an object
StarterAssets.ThirdPersonController.Move () (at Assets/StarterAssets/ThirdPersonController/Scripts/ThirdPersonController.cs:209) I don't understand yet I did everything like on the tutorial please help me
Thanks 👍 it worked
hi im trying to use my own character instead of one from mixamo, but when i swap it out like you did in unity, in the scene view it isnt visable, when i test play nothing is there for a second but then the character pops in and i can control it, any ideas what the problem may be?
Bro this is really weird and I don't even know how to say this, being a man, but your voice is incredibly attractive. Just something about it. Lol
Thank you, my man
Thank you so much sir!! Your channel is the best for Unity tutorials 🔥
Sir, I really want to learn Unity so can you pls make a video on who to switch between characters like in free fire using a button, It will be really helpful ❤️
(yes 3rd person)
g00d
bro absolutely fantastic
Thank you so so so much, you are awesome.
Thank you so much! It works perfectly even with my Daz Studio customed character !!!
Very good job !
Thanks
So simple... Thank you man!
No worries 👍
Keep doing , I love it , pls don't forge it to add joystick for Android phones on this serie 🤗
Thanks, I really appreciate that
good tutorial♪
Thanks 😊
What if we want to kill the player and respawn him again? Im having hard time to implement this.
player.transform.position = playerSpawnPosition.position;
is not working as expected
Can I use this this third person assets for my unity project?
Sure!
@@GDTitans Thank you! :)
@@Rancho3456 its not his assets they are unity official assets
very useful! thank you
I am learning well.
It has been a huge help in making 3D RPGs.
I have a question, so I'm posting it as a comment.
If you teach object pooling in the video, could you please teach multi-object pooling?
Hi, I am following your mobile endless runner tutorial. Can you show us how you made the shop system please? It would be awesome. Thank you for your good content.
th-cam.com/video/_xjszfXBZeo/w-d-xo.html
th-cam.com/video/UCAspmQrHBU/w-d-xo.html
@@GDTitans thank you very much
Hi.
I want to use the Character in an different Environment that i am making.
How to do that?
Can i use this controller for the EnemyAi?
Yeah you could duplicate the sene so that you don't lose it. Then change the environment to what ever you want but make sure to add colliders and use navmesh like we have done with the prototype environment to ensure that the enemy ai works.
Thanks for your good content. Like to see more. Keep it up!
Wonderful!
Thanks
how to use this asset in photon?
Can i move the camera to make it first person?
Please make tutorial how to attach weapon to third person character
Hi can you do third person and first person switching
thank you so much
Great !! Thanks
Our pleasure!
ui is changed my asset is looking pink how to "upgrade project material to universalRP material" please someone help
Sweet tutorial man! Just wondering, how could I import different running animations from mixamo and put them over the current running animation?
I have talked about adding animations from mixamo in this video th-cam.com/video/tD4tR7zO8y0/w-d-xo.html
You could also change the existing run animation from the animator window.
@@GDTitans ok thanks! Yeah I had tried to change the already existing running animation but it just glitched the model into the floor, probably due to the different rigging between the animations
@@slushier. th-cam.com/video/tD4tR7zO8y0/w-d-xo.html
Why can’t I move the character when pressing wasd on the keyboard 😢
I also searched in the project settings also
thank you very easy
Thanks bro , ı like it video .
Thanks 😊
I have done your 900th like
Thanks
Thank you :)
No worries
الا صحيح
عارف الunity hub فالinstall في box فيه اسم الversion
انا معنديش زرار الadd modules
مش عارف انزل android jdk,SDK,ndk,gradle
لوووووو سمحت قوللي اعمل ايه
قم بتحديث ال unity hub
@@GDTitans الله يباركلك
الله يباركلك
الله يباركلك
الله يباركلك
الحل نفع احسن من اي حل و نصائحك دايما بتنفعني
يا رب في ٢٠٢٢ توصل للمليون مشترك
i cannot see universal render pipeline in project
Ii don't have the option for rendering pipeline 😢
same problem
I got the same issue
I solved it: Go to Edit -> Project setting -> Graphics -> Choose the Scriptable render pipeline in setting -> DONE
Thank you very much, very helpful.
No worries!
AWESOME
Thanks 🤗
bro i do it please help me
thank u
No problem 😊
Can you give me scripts ?
Can you make a multiplayer games??? Now a days anyone loves to Play multiplayer games ...
Maybe in my next tutorial series 🤔
@@GDTitans than you'll be my best teacher ♥️ plz make it boss
thank you so much man i fucking love you
أرجوك استمر بالسلسلة واشرح كيف يتم صناعة لعبة كاملة
Third person melee
وعليه ان يتكلم بالعربية
Pls make u'r video with arabic
I've recently created a new youtube channel in Arabic
🎮 bitly.ws/Dfbr
Sorry indeed to know how to make gam in unity
احسن من فورت نايت
والله العظيم
explains nothing but how to download, and apply an asset. Would be better if it went more into the fundamentals of it
We're gonna explain more in our next videos!
😀😀😀
3:20
BS, it's a "how to click and download sth", you not showing anything of value
cant find the render pipeline option
Keep doing , I love it , pls don't forge it to add joystick for Android phones on this serie 🤗