john95206 / com.kyub.emojisearch

Personal backup of Kyub EmojiSearch API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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",
    }
}

About

Personal backup of Kyub EmojiSearch API


Languages

Language:C# 98.9%Language:Batchfile 1.1%