> For the complete documentation index, see [llms.txt](https://assetstore.easymlkit.voxelbusters.com/tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://assetstore.easymlkit.voxelbusters.com/tutorials/release-notes/2.1.0.md).

# 2.1.0

### Upgrade Steps

* Delete folders under Assets/Plugins/VoxelBusters (com.voxelbusters.\*)
* Import the new update.

### Changes

* Bug fixes

### Quick Resolutions

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td>error CS1503: Argument 1: cannot convert from 'VoxelBusters.EasyMLKit.IInputSource' to 'VoxelBusters.EasyMLKit.IImageInputSource'</td><td><strong>Resolution</strong> : Replace IInputSource type with IImageInputSource</td></tr><tr><td>error CS0619: 'Prepare(..) is obsolete: 'This method is obsolete. Pass Input source instance as first parameter to Prepare method.'</td><td><strong>Resolution</strong> : You need to pass the input source (IImageInputSource or IDrawingInputSource) to Prepare method as first parameter.</td></tr></tbody></table>
