Miguel-Barreiro / WebGLInput

IME for Unity WebGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebGLInput

IME for Unity WebGL ( Support TextMesh Pro from Unity2018.2 )

support “copy and paste”

support "tab" and "shift+tab" change focus to other InputField

support mobile. (Experiment)

DEMO

http://kou-yeung.mygamesonline.org/WebGLInputSample/index.html

How to use

1.download WebGLSupport.unitypackage and import to project

2.add "WebGLInput" Component to InputField GameObject

3.build and run!!

no need to setting anything.

Support Fullscreen

https://github.com/kou-yeung/WebGLInput/wiki/Support-FullScreen

insert \t use tab key instead of changing focus

Add "WEBGLINPUT_TAB" to Scripting Define Symbols.

and check "Enable Tab Text" at WebGLInput.

About

IME for Unity WebGL

License:MIT License


Languages

Language:C# 100.0%