Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/litefeel/unity-finder
Unity find tool
https://github.com/litefeel/unity-finder
finder unity
Last synced: about 1 month ago
JSON representation
Unity find tool
- Host: GitHub
- URL: https://github.com/litefeel/unity-finder
- Owner: litefeel
- License: mit
- Created: 2019-11-11T10:59:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T14:58:24.000Z (over 4 years ago)
- Last Synced: 2024-11-10T16:45:07.285Z (about 2 months ago)
- Topics: finder, unity
- Language: C#
- Size: 594 KB
- Stars: 41
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Finder
[![Test](https://github.com/litefeel/Unity-Finder/workflows/Test/badge.svg)](https://github.com/litefeel/Unity-Finder/actions)
[![](https://img.shields.io/github/release/litefeel/Unity-Finder.svg?label=latest%20version)](https://github.com/litefeel/Unity-Finder/releases)
[![](https://img.shields.io/github/license/litefeel/Unity-Finder.svg)](https://github.com/litefeel/Unity-Finder/blob/master/LICENSE.md)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/litefeel)Find Asset in Unity.
#### Shotscreen
![shotscreen](Documentation~/shotscreen1.png)
### 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:
``` js
{
"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:
``` js
{
"dependencies": {
"com.litefeel.finder": "https://github.com/litefeel/Unity-Finder.git#1.1.0",
...
}
}
```### Support
* Create issues by issues page (https://github.com/litefeel/Unity-Finder/issues)
* Send email to me: [email protected]