| Runtime | ||
| package.json | ||
| package.json.meta | ||
| README.md | ||
| README.md.meta | ||
| Runtime.meta | ||
com.tk.visualkeyboard
Install Instructions:
- Place the
com.tk.visualkeyboardfolder into thePackagesdirectory of your Unity project. - Open the Packages/manifest.json file in your project and add the following lines to the dependencies section:
"com.tk.visualkeyboard":"file:<project>/../../../../Packages/com.tk.visualkeyboard",
Usage Instructions:
- Add the Prefab to Your Scene
- Locate the
InputField (TMP)prefab included with this package. - Drag and drop the prefab into the hierarchy as a child object of your
UI Canvas.
- Trigger the Virtual Keyboard
- Once the
InputFieldis properly set up, clicking on it during runtime will automatically trigger the display of a virtual keyboard.
- Explore Demo Scene
- For detailed usage examples and best practices, refer to the included demo scene. This scene demonstrates how to integrate and configure the virtual keyboard in your application.
Notes
- Developed and tested in Unity 6000 with URP.