In most RPG games when you selected a target they have a visual representation of that selection so the player can easily tell what they have selected. An example of this would be if i select a enemy wolf, a red circle would appear on the group around the wolf. How would I do this in Unity?
The easiest way is probably to use a projector. Investigating the blob shadow should get you on the right track.