// UNREAL ENGINE PLUGIN

Resource Gathering Minions: Gathering AI for Unreal Engine

Autonomous minions that find, harvest, and haul resources.

Resource Gathering Minions turns your AI characters into autonomous workers that find, harvest, and haul resources around your world. Give a minion an order and it locates the nearest matching resource, walks to it, extracts it over time, carries the result home, drops it on a tidy pile, and goes back for more. The whole system is server-authoritative and replication-ready, so the same setup runs in single player and in multiplayer.

From $24.99 on FAB

Resource Gathering Minions for Unreal Engine

What it does

  • Tag-driven orders matched by Gameplay Tags, so "gather wood" only ever harvests wood.
  • Autonomous search for the closest reachable resource within a configurable radius.
  • Timed extraction with finite yield: each resource is used up after a set number of extractions.
  • Carry and haul: a carryable actor spawns into the minion hand and travels home.
  • Auto-stacking drop-off arranges dropped resources into a neat pile.
  • Behavior Tree driven and multiplayer-ready from the ground up.

See it in action

Screenshots

The included gather-loop Behavior Tree
The Gatherer Component settings
The Assignment Definitions data asset
A harvestable resource actor in the world

Frequently asked questions

What do the minions do?
Given an order, a minion finds the nearest matching resource, walks to it, extracts it over time, carries the result home, drops it on a tidy pile, and goes back for more, all autonomously.
Does it work in multiplayer?
Yes. The whole system is server-authoritative and replication-ready, so the same setup runs in single player and in multiplayer.
How do I tell a minion what to gather?
Orders are tag-driven, matched by Gameplay Tags, so a "gather wood" order only ever harvests wood. The behavior runs on an included Behavior Tree.
What kind of games is it for?
RTS and survival games, or any project that needs autonomous worker AI that finds, harvests, and hauls resources.

Tutorials & guides