We would like to see support for the following Methods
  • FindAnyObjectByType
  • FindObjectsByType
This is a Methods already supported since Unity 2020.3 and is more speedy than
FindObjectOfType
&
FindObjectsOfType
.( because it does not sort by default )
This also removes the constraints of specifying in SerializeField or performing name or tag-specified searches in GameObject.Find.