Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/fuzzy-search.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Fuzzy Search** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/fuzzy-search.git
```

[![pkglnk](https://www.pkglnk.dev/badge/fuzzy-search.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/fuzzy-search)

README

Fuzzy-Search

Simple fuzzy search for unity

How to use Fuzzy Search step by step

Import Package

Window > Package Manager > (+) Plus Button > Add Package form git Url

git URL:

https://github.com/hieki-chan/unity-search-fuzzy.git

Example

using Hieki.Search;
// Example
double ratio = Fuzzy.Ratio("something went wrong", "smthing go wrog");
Debug.Log(ratio);  // unity
-> 0.4516
you can try this out for more!

Comments

No comments yet. Be the first!