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.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question Is there a way to get Android Key Event?

Discussion in 'Input System' started by kanghojun, Nov 18, 2022.

  1. kanghojun

    kanghojun

    Joined:
    Jul 8, 2022
    Posts:
    2
    During Unity Tv APP production, I received an answer that it can be released only when Android Pause Key Event is implemented.

    However, there is no way to receive the Android Pause KeyCode Event on Unity.

    How can I get the Android KeyCode Event?

    I tried to get an Android KeyEvent by modifying the file directly on Unity Main Activity, but there was no response.

    Does Unity not provide any support in this regard?
     
  2. kanghojun

    kanghojun

    Joined:
    Jul 8, 2022
    Posts:
    2
    i solved it. thank you.