Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Unity Support Matrix

Brian Kircher edited this page Apr 23, 2021 · 11 revisions

The Maps SDK is targeted towards Unity's Standalone and UWP platforms.

Problems using the Maps SDK which relate to specific configurations and versions of Unity can be filed on the Issues page.

Use the Unity Hub to install the latest Unity editor versions for a specific release.

Support matrix

Unity Version Standalone Windows UWP Android iOS
2017 and lower
2018.4 LTS ⚠️
2019.4 LTS
2020.3 LTS

⚠️The .NET Scripting backend on UWP is not supported. This option is only available in 2018 and was removed in later Unity versions. (IL2CPP is supported.)

Managed Code Stripping

Unity removes unused code during builds to decrease code size and improve build times through a process called managed code stripping.

Various code stripping levels can be used specified in the Player Settings.

When using this SDK, the recommendation is to use a managed stripping level of Medium or lower.


Clone this wiki locally