Unity Playmaker Tutorial - FPS Character Controller - Movement

preview_player
Показать описание
In this video I go through the basics of making a character controller using Unity's built-in Character Controller and Playmaker.

Going through the steps of using Unity's axis to move the character, creating our own gravity, and using the mouse to look around.

I have my mic placed a bit close to the mouse, so you'll hear me slamming that left mouse button real hard. Sorry about that.

Next video will be about jumping and checking if "grounded".

NOTE:
I forgot to mention that the 'mouse look' action that tilts the camera should have a minimum and maximum angle of rotation, otherwise you'd be able to tilt the camera upside down. Something for the next video I suppose.

Background music used, Ninri - Quasar
And various other music outlets.
Рекомендации по теме
Комментарии
Автор

For Referencing Later
Get Axis: 9:15
Controller Move: 11:30
Set Vector XYZ: 12:42
Gravity: 15:29

FictitiousCtrlGames
Автор

Finally. After one day waste of following out of date or not working tutorials this is gold

_____J______
Автор

Very nice and helpful tutorial, thank you!

DenOvsyannikov
Автор

Mate I´ve spent a day figuring out why I walk in air moving of objects. Did´nt know about the gravity on Controller Move... I even retraced removing the whole project trying to find what caused it. Now its all good. Im free. Thanks!

gsternegard
Автор

Thanks for the tutorial, I learned a lot as a beginner!

Also, to fix the camera when looking directly straight up or down just:
Set the "minimum Y and maximum Y" of the Mouse Look - Camera to -90 and 90 respectively.

lraxious
Автор

On 25:05, why do you assign the X and Z value to None ? I suppose it should have assigned axisHorizontal to X and axisVertical to Z doesn't? i am not really sure what i didn't grasp here

everjn
Автор

is there anything on looping a sound (footsteps) on button down? im having problems..

virusocyrus
Автор

Thank you very much for this tutorial!

RomboRosso
Автор

Super tutorial, a big Thank you, , :)

davidpreston
Автор

Thanks for great tutorial. But I have a question.

How do I make stop moving if I press the A key after I press the D key? (Also in the opposite case)

xxxx-ehvu
Автор

The tutorials are awesome! Thank you so much! Can you make a 3rd person controller tutorial? I'd buy that in a heartbeat.

HungNguyen-rxgh
Автор

Get Axis didn't worked for me, i pressed all my keyboard&mouse, The character didn't wanna move..

kurioman
Автор

Can you do tutorial about Animations please. wana know how animations work with FPS examples.

jaanekborodajev
Автор

Im able to move and turn my camera but when I walk and turn my camera the direction Im walking doesnt change. What can I do to fix that?

ShadeCOD
Автор

I can not find hardshell in unity 2019 version. Please advise. Thanks.

shushischannel
Автор

This is a great tutorial, thank you. Any tips on applying the mouselook to extend to a gamepad?

garywilkerson
Автор

out of curiosity, Where did you find that Complete Control thing? I can't find it anywhere.

zap
Автор

Great tutorials, any advice going for a head bob with the camera?

viva-la-baz
Автор

Great tutorial thanks for the help!
related question : how would I go about having the character controller move slower when going backward ?

PabloYaos
Автор

Can i use get axis vector instead of get axis with set vector?

Z-in