Unity RTS - Movement Tutorial (moving units with Agents and Steering)
Join the discord! https://discord.gg/K4HymQt
This tutorial covers movement for units in an RTS with an agent-controlled steering system. This weighted steering allows for complex movement and decoupling of code, which is awesome when paired with Unity's component system.
If you haven't already watched the first tutorial, please go do so here:
https://www.youtube.com/watch?v=7hYcu8YSqis
All agents code available here:
https://github.com/pickles976/Unity_Agents
Craig Reynolds original steering paper and lots of awesome steering behaviors:
https://www.red3d.com/cwr/steer/
Agent/AgentBehavior implementation heavily influenced by the Unity 4x Game Programming Cookbook:
https://www.amazon.com/Unity-5-x-Game-Programming-Cookbook-ebook/dp/B01AI0NKR6
Other Videos By Seabass
2023-05-05 | Robot Localization from Fiducials Test |
2023-03-09 | Procedurally Generated Galaxy in Three.js tutorial |
2023-03-06 | AI-Arena Quickstart - Creating your first AI |
2023-02-26 | AI-Arena Devlog 1 |
2023-02-15 | Procedural Galaxy in Three.js |
2023-02-02 | Inverse Kinematics with Keyframing Timeline |
2021-10-11 | Shooter 4 |
2021-08-10 | Unity Flowfield Utility |
2020-08-27 | Unity RTS - Building Placement Tutorial |
2020-08-13 | Unity RTS - Boids tutorial |
2020-08-06 | Unity RTS - Movement Tutorial (moving units with Agents and Steering) |
2020-07-19 | Unity RTS - Box Selection Tutorial (addendum) |
2020-04-07 | Fabric simulation from scratch in Unity |
2020-03-22 | Unity RTS - Destroyed Object Tutorial |
2020-03-17 | Unity RTS - Box Selection Tutorial |
2020-03-07 | Unity RTS - Attacking |
2020-01-29 | Unity RTS - Camera Tutorial |
2020-01-27 | Unity RTS - Movement and Pathfinding Groups 2 |
2020-01-21 | Unity RTS - Movement and Pathfinding Groups |
2020-01-13 | Unity RTS - FlowField Pathfinding |