Question: Unity scenes may be saved entirely in the YAML format. Why might you do this?

  1. To reduce scene file size
  2. To externally parse a scene and its objects
  3. To optimize scene loading and unloading
  4. To improve platform compatibility

Answer: The correct answer of the above question is Option B:To externally parse a scene and its objects