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 String field text is cut off in the inspector

Discussion in 'Editor & General Support' started by IyroHaYuu, Feb 18, 2023.

  1. IyroHaYuu

    IyroHaYuu

    Joined:
    Jul 10, 2022
    Posts:
    1
    Hi, I am using Unity 2021.3.17f1.

    As the title says, in my environment I have a problem with the display of the string field. The bottom of the text is not visible and characters such as underscores are not displayed correctly. The actual display is shown in the image.
    The problem occurs when UI Scaling is less than 125%.
    The program is very generic, just [SerializeField] attached to a string variable. (Custom editors are not used.)
    Is there a solution to this problem?

    upload_2023-2-18_20-49-37.png