Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 503 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 503 Bytes

keyboardMobileWebGLUnity

Simple solution to show native keyboard in Unity on Mobile WebGL

In this project is possible see a simple solution for native keyboard in Unity WebGL on mobile.

How to use

  1. Copy the file Assets/keyboardClass.cs in your scripts folder
  2. Copy the file Assets/Plugins/wegGLKeyboard.jslib in your Assets/Plugins folder
  3. Add the component keyboardClass to your inputField object Enjoy!

Note: For multiple inputFields, is required that each inputField has a unique name.