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. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    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.