This commit is contained in:
kircher1 2020-05-21 00:18:02 -07:00 коммит произвёл GitHub
Родитель 397b2775fd
Коммит d90da9f62b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -6,6 +6,18 @@ and the SDK NuGet package adheres to [Semantic Versioning](http://semver.org/spe
Refer to the [Getting Started](https://github.com/microsoft/MapsSDK-Unity/wiki/Getting-started) documentation for instructions about how to import and upgrade the SDK.
## 0.8.0 - 2020-05-20
### Maps SDK
#### Added
- Localization improvements. The `MapRenderer` automatically detects device language and culture settings to localize map content. See the _Localization_ section of the MapRenderer's settings.
- Helper class to convert Unity `SystemLanguage` enumerations to LCIDs or culture codes.
- Ability to modify or disable the collider being used for rough collisions.
#### Fixed
- Enabled options in the `DefaultTextureTileLayer` to provide raster imagery with roads, borders, and labels. [#34](https://github.com/microsoft/MapsSDK-Unity/issues/34)
## 0.7.1 - 2020-05-08
### Maps SDK