У нас вы можете посмотреть бесплатно Making enemy AI detect the player in Unity 2D или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this tutorial I will show you different ways to create AI sensors so that your enemy AI can detect the player. Scripts will be about Unity 2D but the same method can be applied to Unity 3D. Want to learn more about Unity 2D and to improve your coding skills? Check my video courses: https://courses.sunnyvalleystudio.com/ You can support me through Patreon: / sunnyvalleystudio Join the discord: / discord Documentation: https://docs.unity3d.com/ScriptRefere... https://docs.unity3d.com/ScriptRefere... 0:00 Introduction 0:16 Theory 1:17 Using BoxCollider2D 3:01 UnityEvents to make it more reusable 4:47 Using an OverlapBox cast 9:03 Example of multiple detectors working together 9:48 Melee range detector using OverlapCircle cast