So after watching the lecture, I was a little puzzled about when an array would be preferred over a list. All signs seem to point at a list being more versatile (And in the current lecture, a good example being the differing size needed for the waypoints being created.)
Apart from a better performance speed (indicated by the slide used), what are some examples of when someone would actively choose to use an array rather then a list in a unity project?