Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Get input key when focus InputFilede on Android and iOS

Discussion in 'Immediate Mode GUI (IMGUI)' started by MrZoroJuro, Oct 28, 2022.

  1. MrZoroJuro

    MrZoroJuro

    Joined:
    Sep 29, 2022
    Posts:
    3
    On Android and iOS, I can't get the input key when I focus on InputFilede. (Input. GetKeyDown)
    Anyone have a native plugin that returns the key?
    Or do you have any reference information for native plugins?