Go to file
2024-11-24 12:20:22 +08:00
Runtime add visual keyboard project 2024-11-24 01:51:40 +08:00
package.json add visual keyboard project 2024-11-24 01:51:40 +08:00
package.json.meta add visual keyboard project 2024-11-24 01:51:40 +08:00
README.md Update 2024-11-24 12:20:22 +08:00
README.md.meta add visual keyboard project 2024-11-24 01:51:40 +08:00
Runtime.meta add visual keyboard project 2024-11-24 01:51:40 +08:00

com.tk.visualkeyboard

Install Instructions:

  1. Place the com.tk.visualkeyboard folder into the Packages directory of your Unity project.
  2. 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:

  1. 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.
  1. Trigger the Virtual Keyboard
  • Once the InputField is properly set up, clicking on it during runtime will automatically trigger the display of a virtual keyboard.
  1. 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.