Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

com.litefeel.finder

litefeel27MIT1.1.0

Find Asset in Unity

Editor, Open, File, Default, Application

readme

Finder

Test Donate

Find Asset in Unity.

Shotscreen

shotscreen

Requirement

  • Unity 2018.4+

Install

  • By NPM (Ease upgrade in Package Manager UI)Recommend

Find the manifest.json file in the Packages folder of your project and edit it to look like this:

{
  {
  "scopedRegistries": [
    {
      "name": "My Registry",
      "url": "https://registry.npmjs.org",
      "scopes": [
        "com.litefeel"
      ]
    }
  ],
  "dependencies": {
    "com.litefeel.finder": "1.1.0",
    ...
  }
}
  • By git url

Find the manifest.json file in the Packages folder of your project and edit it to look like this:

{
  "dependencies": {
    "com.litefeel.finder": "https://github.com/litefeel/Unity-Finder.git#1.1.0",
    ...
  }
}

Support