Hello. I've recently started looking into the Esri ArcGIS SDK for Unity. It looks promising for my use case, but my main project is using Unity 2021.3.x. According to the latest release notes, support for Unity 2021 has been dropped. I am wondering what the main differences are, compared to the previous version (1.5.0)? It seems like a method call in ArcGISMapCreatorCameraTool.cs on line 102 to FindFirstObjectByType() could be replaced by FindObjectOfType() to get rid of any compile errors. I have not gotten so far in my experimentation as of yet, so I'm basically wondering if there are other breaking changes that won't allow me to run the latest version in Unity 2021? Upgrading my Unity project is something to consider, but the upgrade path will not be easy as the project is quite large already - so I'd like to avoid that if possible.