How to select multiple objects based on center of a collider
The first thing that will need to be done is to give the player a way to tell the game which object(s) they want to select. To enable this, the game will need to monitor for input, which will be tied to the left mouse button.
To start, a new Action and Input Binding for the left mouse button will need to be registered within the PlayerInputMapping Input Action asset: