hey, i managed to create my own code for the enemies however it was very scabby so i switched over to the videos code. But now the enemies are going completely to the right and not stopping so i wanted to use code changes to find my problem, but just as the title says the codes don’t match?
Check to make sure your calculations for the size of your EnemyFormation gizmo box are transform.position.x >= xmin || transform.position.x <= xmax for determing your movingRight variable. Also, make sure your Vector3.left is NOT using a negative speed value.