Easy Asset Search

Virtual keyboard with Chinese Input Method Editor(IME)

A virtual keyboard package that supports English, Chinese, numbers, and special characters input, with Pinyin input method for Chinese.
Virtual keyboard with Chinese Input Method Editor(IME) Asset Image A virtual keyboard package that supports English, Chinese, numbers, and special characters input, with Pinyin input method for Chinese.

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost.
FREE
Category:
ToolsInput-management
Developer:
Mingchong LI
Price:
FREE
Rating:
(3 reviews)
Favorites:
14
Supported Unity Versions:
2022.3.20 or higher
Current Version:
0.3
Download Size:
33.82 MB
Last Update:
Sep 3, 2024
Description:
This package includes a virtual keyboard that supports English, Chinese, numbers, and special characters input. For Chinese input, it supports the Pinyin input method. The package requires Chinese fonts, such as Noto, and Text Mesh Pro. It also includes a dictionary parser and importer for generating and importing dictionaries.

To use the keyboard, you can set the target input field using KeyBoardManager.SetTargetField and refresh and add input field focus listener using KeyBoardManager.GetAllInputFields.

The package includes sample scenes for testing the keyboard and Input Method (IM) in both basic and VR environments.

The dictionary parser can be used to generate dictionaries for Unity use, and the dictionary importer can be used to import dictionaries using a Unity Editor tool.

Optional features include generating a new Chinese dictionary by running cn_parser.py and generating a new English word dictionary by running en_parser.py.

Note: Chinese fonts and Text Mesh Pro are required for the package to work properly.
Technical Details:
The package supports English input by generating related words based on initial characters, sorted by frequency. For Chinese input, it generates candidates based on partial letters, sorted by frequency. The virtual keyboard uses UGUI buttons and is compatible with basic scenes and VR scenes. It includes sample scenes for testing and a dictionary parser and importer for generating and importing dictionaries.
Continue »

Similar Packages