Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A simple project showing how to use location services to measure speed. The sample app reports helpful data (location coordinates, accuracy, sampling timeframe)

## Android 12 and Unity 2021 LTS compatible issue

A bug came with some changes to Android 12 from Google in February which weren't compatible with Unity 2021 LTS location service backend and Unity didn't bother to fix it in 2021 and instead fixed it in Unity 2022. The bug makes Android phones not update it's location for several kilometers so make sure to use Unity 2022 when running this project on an Android 12 phone.

## Accuracy

Deriving speed from location data works better at higher speed (say, over 20 km/h).
Expand Down