First Person Controller Unity tutorial

Поделиться
HTML-код
  • Опубликовано: 19 июн 2024
  • Enjoy the tutorial and make sure to subscribe!
    We feature movement, camera movement, drag handling, jumping, custom gravity, and a ground check.
    Intro 00:00
    Scene Overview 00:16
    FPS Controller Setup: 00:28
    Camera Movement: 02:31
    Player Movement: 07:07
    Drag: 10:30
    Jumping: 11:01
    Ground Check: 12:30
    Custom Gravity: 14:06
    Outro: 16:30
    Main Channel: / bblakeyyy
    Patreon with fully explained c# scripts:
    / blakeygames
    DISCORD SERVER LINK: / discord
    Silhouette Dash free download:
    blakey-games.itch.io/silhouet...
    Join the discord community!:
    / discord
    Play my games! :
    blakey-games.itch.io/
    play.google.com/store/apps/de...
    Watch me Live on twitch: / bblakeyyy
    My Website!: bblakeygames.wixsite.com/blak...
    player controller, first person controller, unity moreblakey, bblakeyyy, unity tutorial, unity 2d Audio used in my videos:
    ♪ Onion (Prod. by Lukrembo)
    Link : • (no copyright music) l...
    ♪ Branch (Prod. by Lukrembo)
    Link : • (no copyright music) c...
    ♪ Biscuit (Prod. by Lukrembo)
    Link : • (no copyright music) l...
    ♪ Bread (Prod. by Lukrembo)
    Link : • (no copyright music) j...
  • ИгрыИгры

Комментарии • 4

  • @morebblakeyyy
    @morebblakeyyy  2 года назад +4

    Important notes to add: The drag we add is the primary cause for the floaty jump, so if you didn’t want to add some of the extra code at the end for downwards force, feel free to remove or even just lower the drag to fit your needs. You could also add a physics material with friction to counteract the slipperiness.
    Multiplying the mouse input by time.deltaTime is also not necessary, and may cause some fps inconsistencies, so can be removed. :)

  • @pulkit6453
    @pulkit6453 Год назад +3

    Please make a tutorial on how to track the mouse and use to aim on the objects

  • @picsart5661
    @picsart5661 2 года назад +1

    I just start to watch your video and those video are really good for those who are beginner at game development and you really help me . I am Waiting for your next video.

  • @kylemorely1812
    @kylemorely1812 Год назад

    how did he add the purple grid to the ground?