How to make Crouch System in unity 2d 2023 | Code Crafters

Опубликовано: 30 Сентябрь 2024
на канале: CodeCrafters
490
5

This tutorial will guide you through the process of creating a crouch system in Unity without the use of animations. We'll start by setting up a character controller and then dive into scripting the crouch functionality. You'll learn how to handle player input and adjust the character's height and movement speed. By the end of this video, you'll have a functional crouch system that you can incorporate into your Unity game.

Your Script : https://github.com/Mewtogithub/Player...

Explanation :    • How to make Crouch System in unity 3d...