У нас вы можете посмотреть бесплатно Advanced state machine techniques in Godot 4 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Here's a look at some more advanced techniques you can implement in your state machine when you need something a bit more complex than the starter state machine I showed in the last video. We'll look at three techniques worth understanding for building out the state machine you need and address a few common pain points people run into when programming a state machine. Text version with code snippets: https://shaggydev.com/2023/11/28/godo... Sample project: https://github.com/theshaggydev/the-s... 00:00 Dependency injection 02:50 Composition 07:15 Hierarchical state machines 09:25 How to do multiple things at once 10:30 Sharing data between states