unity3d-jp / WebGLNativeInputField

WebGLでIME入力を可能にします

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebGLNativeInputField

Read this in other languages: English, 日本語

About this

Using this , you can use IME on Unity WebGL content.
You can do "copy&paste" or input some characters which depends on IME.

How to Use

Replace "UnityEngine.UI.InputFiled" to "WebGLNativeInputField" which I made.
alt text

We prepared two method.
You can choose which one on Inspector.
alt text

1.Popup dialog which is created by "window.prompt".
alt text

2.Overlay html which is created by javascript dynamically.
alt text

Demo is follow.

https://unity3d-jp.github.io/WebGLNativeInputField/

Demo is working like this. alt text

About

WebGLでIME入力を可能にします

License:MIT License


Languages

Language:C# 52.3%Language:JavaScript 47.7%