Installation

  1. Uninstall any existing version from Window -> Voxel Busters -> Easy ML Kit -> Uninstall

  2. Import the plugin from asset store

  3. If you don't have Newtonsoft's Json package installed in your project then follow below additional steps. Else, skip this step

    1. Open manifest.json file in Packages folder

    2. Add below line in the dependencies block (any version ≥ 2.0.0 is fine)

      "com.unity.nuget.newtonsoft-json": "2.0.0"
  4. Do a force resolve from top menu bar -> Assets -> External Dependency Manager -> Android Resolver -> Force Resolve

To use ARFoundation supported input source, you need to add EASY_ML_KIT_SUPPORT_AR_FOUNDATION scripting define symbol in in player settings for each platform.

Last updated