How to Get Smooth Movement in Unity's Input System

Uploaded by samyam
Share: Twitter Facebook
Smooth your input system values to create more fluid movement and animation transitions.

? Get the Source Code ?
https://www.patreon.com/posts/56190532

? Support Me ?
Patreon: https://www.patreon.com/samyg
Donate: https://ko-fi.com/samyam

►? Relevant Video Links ?
ᐅSmooth Damp Documentation
https://docs.unity3d.com/ScriptReference/Mathf.SmoothDamp.html
https://docs.unity3d.com/ScriptReference/Vector2.SmoothDamp.html
https://docs.unity3d.com/ScriptReference/Vector3.SmoothDamp.html
ᐅReddit MoveTowards vs. Lerp vs. Slerp vs. SmoothDamp by u/Mnpk
https://www.reddit.com/r/Unity3D/comments/6iskah/movetowards_vs_lerp_vs_slerp_vs_smoothdamp/
ᐅFreya Holmér Lerp vs Slerp Visual
https://twitter.com/FreyaHolmer/status/1176137498323501058

In this video I show you how to smooth your input system values to create either smooth movement or animation (or any use case). In the Old Input System, GetAxis interpolated to value for you, but unfortunately in the new input system there is no equivalent. So we have to manually lerp/damp it ourselves in code.

Disclosure: This post may contain affiliate links, which means we may receive a commission if you click a link and purchase something that we have recommended. While clicking these links won't cost you any money, they will help me fund my development projects while recommending great assets!

? Other Cool Unity Assets ?
ᐅPeek - Editor Toolkit: https://assetstore.unity.com/packages/tools/utilities/peek-editor-toolkit-149410
ᐅEditor Console Pro: https://assetstore.unity.com/packages/tools/utilities/editor-console-pro-11889
ᐅRainbow Folders 2: https://assetstore.unity.com/packages/tools/utilities/rainbow-folders-2-143526

►⏱️ Timestamps ⏱️
0:00 Intro
0:24 Visualize Problem
1:41 Input Action Mode
2:06 Player Script Overview
2:28 Different Ways to Smooth Value
3:35 Smooth Input with SmoothDamp
6:17 Outro

??THANK YOU TO ALL MY PATRONS ??

❯❯❯ My Links ❮❮❮
? Patreon ?
https://www.patreon.com/samyg
? Discord Server ?
https://discord.gg/SwCKB3Q
? Twitter ?
https://twitter.com/samyam_utube
? Facebook ?
https://www.facebook.com/samyam.youtube/
? Music ?
Ambient Gold
streambeats.com
? Like and Subscribe! ?

?️ Computer Setup ?️
*As an Amazon Associate I earn from qualifying purchases.
https://www.amazon.com/shop/samyam

#madewithunity #gamedev #unity