I downloaded your project and I can see the enemies in the scene view. This is just an idea, but could you check that the enemies layer is visible, in the top right Layers menu?
Edit: I figured out why the enemy formation box isn’t showing though, you simply forgot the ‘s’ in the call
public void OnDrawGizmos ()
in the FormationController script.
