Installation
Uninstall any existing version from Window -> Voxel Busters -> Easy ML Kit -> Uninstall
Import the plugin from asset store
If you don't have Newtonsoft's Json package installed in your project then follow below additional steps. Else, skip this step
Open manifest.json file in Packages folder
Add below line in the dependencies block (any version ≥ 2.0.0 is fine)
"com.unity.nuget.newtonsoft-json": "2.0.0"
Do a force resolve from top menu bar -> Assets -> External Dependency Manager -> Android Resolver -> Force Resolve
Make sure you set Minimum Api Level in Player settings to API Level 24 if you are using live camera input.
Last updated