Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Textmesh pro dropdown error

Discussion in 'UGUI & TextMesh Pro' started by JulianPEA, Mar 12, 2020.

  1. JulianPEA

    JulianPEA

    Joined:
    Aug 19, 2019
    Posts:
    5
    Anyone else getting this error with a tmp drop down in an empty project? Unity version 2019.3.0.f5.I literally just added a tmp drop down after importing essentials in an empty project, using macOS.

    MissingReferenceException: The object of type 'TMP_Dropdown' has been destroyed but you are still trying to access it.
    Your script should either check if it is null or you should not destroy the object.
     
  2. JulianPEA

    JulianPEA

    Joined:
    Aug 19, 2019
    Posts:
    5
    So these errors I am getting on update, app doesn't crash, but I can't use my console like this :)
     

    Attached Files:

  3. Stephan_B

    Stephan_B

    Joined:
    Feb 26, 2017
    Posts:
    6,595
    Please make sure you are using version 2.1.0-preview.7 of the TMP package for Unity 2019.x as the issue should have been resolved.
     
  4. Snigros

    Snigros

    Joined:
    Jun 12, 2018
    Posts:
    37
    Stephan

    Thanks for this advice...I had been trying to figure out why this error was occurring (intermittently) for ages!