playMaker

Author Topic: My Favorite 3rd Person Character Controller  (Read 2468 times)

mrphilipjoel

  • Playmaker Newbie
  • *
  • Posts: 48
My Favorite 3rd Person Character Controller
« on: July 30, 2021, 07:58:38 AM »

I used a lot of methods I learned from other YouTube tutorials. I made what is now my most favorite 3rd Person Character Controller. I absolutely love it! I enjoy running around with it so much, that it has slowed down my game development, because I'm just running around goofing off, rather than making progress on my game.

This tutorial covers:
-Unity Input System
-Animations
-Animator
-Animator Blend Trees
-Camera
-Smooth Follow
-Mouse Look
-FSMs for movement, sprinting, and jumping

--Timecodes--
0:00 Preview
0:16 Intro
0:57 Setting Up Character
4:41 Setting Up FSMs
6:28 Input Manager Discussion
8:02 Movement FSM
14:06 Camera Follow FSM
19:42 Lighting Tip
22:11 Add Animations
34:53 Adding “Sprint”
41:11 Camera Look
43:11 Adding “Jump” to Animator
45:43 Jump/Gravity FSMs