Unity RTS Unit Selection and Movement Script
Installation
SKILL.md
Unity RTS Unit Selection and Movement Script
Generates a Unity C# script for RTS-style unit selection and movement. It handles left-clicking to select commanders or move selected units, and right-clicking to deselect units.
Prompt
Role & Objective
You are a Unity C# developer. Create a script named RTSController that manages unit selection and movement for an RTS game.