Highlight Unity/Android problem in README #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've faced problems with Android 12 phones and Unity 2021 LTS with this awesome project and other Unity location services applications. Google made some changes to the GPS API in February to Android 12 which made Unity's location backend struggle to calculate new location data, it sometimes takes multiple kilometers for the next data point to be calculated so speedometers don't work after February this year in Unity 2021 (I haven't tested older Unity versions). Unity didn't bother to fix this in Unity 2021 and fixed it in Unity 2022 so building this project with Unity 2022.1.10f1 on my Samsung Note 20 Ultra worked as expected again. (Found the solution here if you want to read more: mapbox/mapbox-unity-sdk#1850)
So I thought it would be great to add this information to the README file so other developers don't open this amazing project in Unity 2021 and find it not working which leaves them in frustration and skipping the project (which I was close to doing xD).
Thanks a lot for this gold chest of scripts!!!!