RTS Selection System
StarCraft2, Warcraft3-style RTS selection system package.
by santutu
Price History +
**Features**
- Integrability, Flexibility, Customizability, Clean Code, and Clean Architecture.
- Usable not only for RTS projects but also for any projects requiring similar functionality.
- Detects objects using physics-based collider interactions.
- Supports both orthographic and perspective cameras.
**Functions**
- Freely select and deselect objects using clicks, drags, and modifier keys (Shift, Alt, Ctrl).
- Switch between subgroups using Tab and Shift + Tab.
- Save selected objects as groups (e.g. Ctrl + 1, Ctrl + 2...).
- Select, move, or delete saved groups.
- Integrated mouse hover effects.
- Integrated selection effects.
- Includes a simple selection HUD sample.
**Customization**
- Customize hotkeys and selection commands to suit your project.
- Use the `ISelectable` interface to adapt the system for your needs.
- Customize the drag box.
- Selection Indicator, Hover Indicator
- Modify mouse hover effects to match your project.
- Modify selection effects to match your project
- Modify object detection methods.