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

Bug TMP_InputField m_OnSubmit not exposed in TMP_InputFieldEditor

Discussion in 'UGUI & TextMesh Pro' started by Reeley, Jan 31, 2021.

  1. Reeley

    Reeley

    Joined:
    Feb 23, 2017
    Posts:
    40
    TMP_InputField defines a UnityEvent m_OnSubmit, but this event wont get rendered by the TMP_InputFieldEditor. This is a bug right?

    If im switching my inspector panel to debug i can use it like any other event.