Easy ML Kit
  • Easy ML Kit
  • Setup
    • Installation
    • Settings
    • Common Errors and Solutions
  • Usage Overview
  • Release Notes
    • 2.3.1
    • 2.3.0
    • 2.2.0
    • 2.1.0
    • 2.0.0
    • 1.2.0
  • Input Sources
    • Image Input Source
    • Live Camera Input Source
    • AR Foundation Camera Input Source
  • Features
    • Barcode Scanner
    • Object Detector and Tracker
    • Text Recognizer
    • Digital Ink Recognizer
Powered by GitBook
On this page
  • Upgrade Steps
  • Changes
  • Quick Resolutions
  1. Release Notes

2.1.0

Previous2.2.0Next2.0.0

Last updated 1 year ago

Upgrade Steps

  • Delete folders under Assets/Plugins/VoxelBusters (com.voxelbusters.*)

  • Import the new update.

Changes

  • Bug fixes

Quick Resolutions

error CS1503: Argument 1: cannot convert from 'VoxelBusters.EasyMLKit.IInputSource' to 'VoxelBusters.EasyMLKit.IImageInputSource'

Resolution : Replace IInputSource type with IImageInputSource

error CS0619: 'Prepare(..) is obsolete: 'This method is obsolete. Pass Input source instance as first parameter to Prepare method.'

Resolution : You need to pass the input source (IImageInputSource or IDrawingInputSource) to Prepare method as first parameter.