2.1.0
Upgrade Steps
Delete folders under Assets/Plugins/VoxelBusters (com.voxelbusters.*)
Import the new update.
Changes
Bug fixes
Quick Resolutions
Last updated
Delete folders under Assets/Plugins/VoxelBusters (com.voxelbusters.*)
Import the new update.
Bug fixes
Last updated
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.