Please
Help
Will give
Brainliest
The code below creates an error that says, “error CS1503: Argument 1: cannot convert from 'UnityEngine.GameObject[]' to 'UnityEngine.Object'”. What could you do to remove the errors?


Question 3 options:


On line 1, change “GameObject[]” to “GameObject”


On line 1, change “enemyPrefabs” to “enemyPrefabs[0]”


On line 3, change “Start()” to “Update()”


Either A or D



Both A and D together



Both B and C together

PleaseHelpWill give Brainliest The code below creates an error that says error CS1503 Argument 1 cannot convert from UnityEngineGameObject to UnityEngineObject class=