unity 3d | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

unity 3d

hi anybody good on unity..am stuck i need to insert a player character and make it move like a real human...someone to help me out please...

26th Apr 2018, 2:45 PM
robert kiprotich
robert kiprotich - avatar
5 Answers
+ 3
Try using a FirstPersonController or ThirdPersonController. It is a controller you can add from Unity's Standard Assets. Unity also has a default Ethan model which has animations that move like a human. Or, if you want to program everything yourself, make a cube (the temporary player model), add a script to it, and in the script create key events. If A is pressed, move the transform to the left, if D is pressed to the right. etc.. It won't be like a human or similar to the controllers but, It's a start. Be sure to equip a camera and collider somewhere on the object.
26th Apr 2018, 3:21 PM
Rrestoring faith
Rrestoring faith - avatar
+ 1
thanks @faith
26th Apr 2018, 5:22 PM
robert kiprotich
robert kiprotich - avatar
26th Apr 2018, 2:48 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
0
@ faith...when i click on the play button in unity 3d all i see is the skybox instead of the scene..
8th May 2018, 9:38 AM
robert kiprotich
robert kiprotich - avatar
0
https://play.google.com/store/apps/details?id=com.QualiteStudios.casualgameofflineboxman Boxman :The Casual Game My new game on sale! completly free ! I made this game in Unity 3d game engine in just 3 days from scratch, which uses c# to program game functionalities.
24th Dec 2019, 2:29 PM
Chethan Bhandarkar B
Chethan Bhandarkar B - avatar