Essential Kit Tutorials
DocumentationDownload
Version 2
Version 2
  • Introduction
  • Features
  • Version 2 vs Version 1
  • Release Notes
    • ✅Version 2.7.4
    • Version 2.7.3
    • Version 2.7.2
    • Version 2.7.1
    • Version 2.7.0
    • Older Versions
      • Version 2.6.1
      • Version 2.6.0
      • Version 2.5.1
      • Version 2.5.0
      • Version 2.4.1
      • Version 2.4.0
      • Version 2.3.1
      • Version 2.3.0
      • Version 2.2.1
      • Version 2.2.0
      • Version 2.1.1
      • Version 2.1.0
      • Version 2.0.4
      • Version 2.0.3
      • Version 2.0.2
      • Version 2.0.1
      • Version 2.0.0
  • Plugin Overview
    • Settings
    • Folder Structure
    • Installation FAQ
    • Localisation
  • Address Book
    • Overview
    • Use Cases
    • Setup
    • Usage
    • Testing
    • FAQ
  • Billing Services
    • Overview
    • Use Cases
    • Setup
      • iOS
      • Android
    • Usage
    • Testing
      • iOS
      • Android
    • FAQ
  • Cloud Services
    • Overview
    • Use Cases
    • Setup
      • iOS
      • Android
    • Usage
    • Testing
    • FAQ
  • Deep Link Services
    • Overview
    • Use Cases
    • Setup
      • iOS
      • Android
    • Usage
    • Testing
    • FAQ
  • Extras (Utilities)
    • Overview
    • Usage
  • Game Services
    • Overview
    • Use Cases
    • Setup
      • iOS
      • Android
    • Usage
    • FAQ
  • Media Services
    • Overview
    • Use Cases
    • Setup
    • Usage
    • FAQ
  • Native UI
    • Overview
    • Use Cases
    • Setup
    • Usage
    • FAQ
  • Network Services
    • Overview
    • Use Cases
    • Setup
    • Usage
    • FAQ
  • Notification Services
    • Overview
    • Use Cases
    • Setup
      • iOS
      • Android
    • Usage
    • FAQ
  • Rate My App
    • Overview
    • Use Cases
    • Setup
    • Usage
    • FAQ
  • Sharing
    • Overview
    • Use Cases
    • Setup
    • Usage
      • Message Composer
      • Mail Composer
      • Social Share Composer
      • Share Sheet
    • FAQ
  • Web View
    • Overview
    • Use Cases
    • Setup
    • Usage
    • FAQ
  • Notes
    • Resolving Android Gradle Build Errors
    • Google Play Services Authentication
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Release Notes
  2. Older Versions

Version 2.6.0

Upgrade Process

  • Delete CoreLibrary and EssentialKit folders fromAssets/Plugins/VoxelBusters

  • Delete Assets/Plugins/Android/com.voxelbusters.essentialkit.androidlib folder

  • Delete Assets/External Dependency Manager folder [Optional]

  • Import the new update

  • Run Assets -> External Dependency Manager -> Android -> Force Resolve from "top menu bar"

  • Add the following dependencies in manifest.json (**NEW**)

    • "com.unity.nuget.newtonsoft-json": "2.0.0"

Changes

  • [Android] Converted from using jar files to aar for plugin library dependencies

  • [Android] Updated FCM library to 23.1.0 (latest)

  • [Android] Updated Review library to 2.0.1 (latest)

  • [Android] Updated Billing Client to 5.1.0 (latest)

  • [Android] Updated External Dependency Manager to 1.2.175 (latest)

  • [Android] Updated play services auth library to 20.4.1 (latest)

Features

  • [Android] Android 13 support for Notifications!

  • [Android] Target API 33 support

  • [Android] Exact time notifications support (>= Android 12)

  • [Android] Big picture in notifications support remote urls now

  • [Android] R8 support

Fixes

  • Fixed interval bounds in NotificationBuilder

  • Fixed alert dialog click issue on Android where unity activity getting paused before it sends the button click callback

  • Fixed warnings

  • [iOS] Fixed custom notification sound issue

  • [iOS] Fixed user info parsing issue for notification services

  • [Android] Fixed data conversion exceptions in Cloud Services

  • [Android] Fixed issue when returning billing products.

  • [Android] Fixed exceptions in 2022 unity versions when exporting

  • [Android] Fixed exception in LoadAchievements callback in 2022 unity version (issue earlier with not calling callback on unity thread)

  • [Android] Fixed cancel callback for Date and Time pickers

  • [Android] Fixed current modification exception in cloud services when multiple calls to synchronise are made

  • [Android] Fixed tag value in Notifications Services

PreviousVersion 2.6.1NextVersion 2.5.1

Last updated 1 year ago

Was this helpful?