+ 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...
5 Antworten
+ 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.
+ 1
thanks @faith
0
@ faith...when i click on the play button in unity 3d all i see is the skybox instead of the scene..
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.