Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 910 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 910 Bytes

What's This

This is my personal backup of the Kyub EmojiSearch API. Kyub EmojiSearch API is a great emoji support library for Unity. It is distributed only through threads on the Unity forum, but I am not sure if I will continue to use it because the package manager sometimes fails to download. So I decided to create a backup on github.

Unity Forum Thread: https://forum.unity.com/threads/full-emoji-support-api-emoji-sequen.660310/

Usage

Add to your Packages/manifest.json

{
  "dependencies": {
    "com.kyub.emojisearch": "https://github.com/mingos/com.kyub.emojisearch.git?path=/Assets/KyubEmojiSearchAPI",
  }
}

Original Version

If there are no problems, we recommend using this.

{
    "dependencies": {
        "com.kyub.emojisearch": "https://gitlab-ci-token:glpat-c6ymx9eBXkdQhFhCMaLg@gitlab.com/KyubInteractive/kyublibs.git#com.kyub.emojisearch-1.1.5",
    }
}