У нас вы можете посмотреть бесплатно Terraria like platformer controller in Unity - Part 3 - Stuck midair bug and one sided colliders или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this series we will make a physics based 2D platformer controller for Unity with similar features as the controller used in Terraria. In this part we will explore platform effectors and their benefits to for instance make a one sided collider. We use the one platform effector to fix the bug where the player gets stuck mid air when touching the platform. This only happens because we use velocity to move horizontally. And finally we will add functionality for falling through certain platforms. --------------------------------------------------- Part 1: Horizontal movement and jumping Part 2: isGrounded and multi jump Part 3: Platform effectors and falling through platforms