🚩 Creating a waypoints system (Godot/C# Tutorial 🇬🇧)



#godot #godotengine #gamedev #waypoint

Let’s see how to implement a basic system of waypoints in Godot/C#! to have our avatar move according to a specific pattern! 🙂

🔶 Github repo of my Godot tutorials: https://github.com/MinaPecheux/godot-tutorials
🗒 Text version on Medium: https://mina-pecheux.medium.com/creating-a-waypoints-system-in-godot-c-faac2a44924d

00:00 – Introduction
00:51 – Overview of the project
01:29 – Setting up patrolling
04:04 – Automating the move
08:05 – Waiting with a timer
11:16 – Conclusion