Unity logo
Cancel
Cart
Applications
Sell Assets

Over 11,000 five-star assets

Rated by 85,000+ customers

Supported by 100,000+ forum members

Every asset moderated by Unity

Home
Tools
Input Management
This content is hosted by a third party provider that does not allow video views without acceptance of Targeting Cookies. Please set your cookie preferences for Targeting Cookies to yes if you wish to view videos from these providers.
1/2
The package contains a virtual keyboard that supports English, Chinese, numbers, and special characters input. For Chinese input, it supports the Pinyin input method.
Render pipeline compatibility
The Built-in Render Pipeline is Unity’s default render pipeline. It is a general-purpose render pipeline that has limited options for customization. The Universal Render Pipeline (URP) is a Scriptable Render Pipeline that is quick and easy to customize, and lets you create optimized graphics across a wide range of platforms. The High Definition Render Pipeline (HDRP) is a Scriptable Render Pipeline that lets you create cutting-edge, high-fidelity graphics on high-end platforms.
Unity VersionBuilt-inURPHDRP
2022.3.20f1
Compatible
Compatible
Not compatible
Additional compatibility information

To be used in VR scene, VR plugin is needed, such as Meta XR All-in-One SDK

undefined

Description

Main Usage

  • Chinese fonts are needed. My recommendation is Noto, which is free.
  • Text Mesh Pro is compulsory.
  • [Optional] If you want to generate a new Chinese dictionary:
    • A Chinese word list under the Python directory, named wordfreq.txt, formatted as [Chinese word]\t[frequency].
    • pip install pinyin and run cn_parser.py.
    • Open Unity Editor, click Tools > Construct Py Prefab to open the generator, input the Chinese word list and hash txt path, and click generate to get the prefab.
      • For example, if the list you generated is Assets\WPinyin\Dictionary\PinyinWords-words.json, then input Assets\WPinyin\Dictionary\PinyinWords.
      • You can also select how many words you need in the list. The words will be selected based on frequency, with high-frequency words having higher priorities.
    • Open the KeyBoard prefab, drag the word prefab you just generated onto the pyCode field.
  • [Optional] If you want to generate a new English word dictionary:
    • An English word list under the Python directory, named en_freq.txt, with a title in the first line, formatted as [Word]\t[PoS]\t[Freq].
    • Run en_parser.py.

Code Usage

  • To set the target input field: KeyBoardManager.SetTargetField(TMP_InputField target).
  • To refresh and add input field focus listener: KeyBoardManager.GetAllInputFields().

Meta data

  • Author: Mingchong Li (email me)
  • Date: 10/8/2024
  • Version: 0.3
Technical details
  • English Input: By inputting the initial characters, related words will be generated as candidates and sorted by frequency.
  • Chinese Input: By inputting partial letters (such as "nh" or "nhao"), the corresponding candidates (such as "ni hao") will be generated and sorted by frequency. To retrieve Chinese word candidates, which may number in the hundreds, they are loaded asynchronously.
  • Special Characters and Numbers Input: To input numbers, users can press the "123" button to get the number keyboard. Then, press "#+=" to access the full keyboard of special characters.
  • Virtual Keyboard: The virtual keyboard uses UGUI buttons, making it compatible with basic scenes and VR scenes.
  • Sample Scenes: Includes a sample scene for testing the keyboard and Input Method (IM) and a scene for testing the keyboard in a VR environment.
  • Dictionary Parser: Parses Chinese and English words and generates dictionaries for Unity use.
  • Dictionary Importer: Imports dictionaries using a Unity Editor tool.

Virtual keyboard with Chinese Input Method Editor(IME)

(3)
12 users have favourite this asset
(12)
FREE
60 views in the past week
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members
Unity logo
Language
Feedback
Partners Program
Partners
USD
EUR
Copyright © 2025 Unity Technologies
All prices are exclusive of tax
USD
EUR