documentation

Release 17.4.2

Version Info

Release date: 07.04.2017

Release info: Android update release

General

Bugfixes

  • Fixed an issue, where the license file could not be read on android
  • Fixed an issues that caused the android build to crash suddenly during start

Breaking changes

  • vlUnitySDK: Removed vlSupport.jar, vlUnitySDK.so in favour of vlSDK.aar on Android.
    • Please remove the mentioned files (vlSupport.jar, vlUnitySDK.so) from an already existing project in order to prevent building conflicts on Android devices**
    • If you encounter merging conflicts of the AndroidManifest.xml please add the following line: ‘<uses-feature android:glEsVersion='0x00020000’ />`.
    • Be sure to change the minimum required SDK to 14 for all android builds.