🔢Quick Access Selector
Learn more about quick selection
Overview
QuickAccessUnitSelector is completely optional and may be disabled or removed completely.
Provides additional functionality for player to save his existing selection under the defined actions and load them at free will. It achieves this by modifying selection from ActiveSelections component.
It's events are driven by IInputControl the same input component as the UnitSelector.
Public Methods
SaveSelectionManually save units for specific actions.TryGetSavedSelectionManually retrieve units for specific action.RemoveSavedSelectionManually remove units for specific action.
Debug
When application is running you can see in Editor the objects saved under specific action.

Last updated