- Current Version: 4.0: 2025-02-10T15:35:48Z
- First Published: 2025-01-20T15:39:15Z
- Size: 1691040
- Supported Unity Versions: 2021.3.45
RTS Selection System
👍This package is designed for easy integration with any project. The demo scene includes an example of integration with the "ally-enemy-player system, units and buildings." Additionally, check the integration section in the documentation.
**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.
Add to cart