Question: A developer executes the C# code below, which finds any game objects tagged as ?enemy? in a start event. But the developer notices that, when executed, FindGameObjectsWithTag returns NULL even though the scene contains objects tagged as ?Enemy?. What is a possible cause?

  1. The objects are animated
  2. The objects are on the UI layer
  3. The objects are not named ?Enemy?
  4. The objects are deactivated

Answer: The correct answer of the above question is Option D:The objects are deactivated