unity gameobjects with tag

C#
string enemyTag = "Enemy";
Enemies = GameObject.FindGameObjectsWithTag(enemyTag);
Source

Also in C#: