It seems like there's two different enemyPrefab you are referencing. You should remove the line:
instance.name = enemyPrefab.name;
Can you include a screenshot how you reference the enemyPrefab? either in script or in inspector. Also a screenshot of the actual prefab in your project.