Not signed in
Copyright © 2026 Unity Technologies
This problem is not specific to slider and will occur for any input field. The user has changed the field so its height is smaller (25) so the padding causes the text to be hidden. When forcing an element to be smaller than designed style issues are likely to happen. Provide a custom style sheet to fix this and override the .unity-base-text-field__input class.
Cancelling this 2023.2 tech release issue since the support for this release has come to end of life. Cancelling this 2023.2 port case does not affect any LTS or Unity 6 Beta/Preview that remain open.
2023.1 is no longer a supported version of Unity. Please see the corresponding 2023.2 port instead (if applicable).
Thank you for bringing this issue to our attention. After careful consideration, we will be closing the 2022.3.X port as this issue will be resolved in a newer release. This decision is determined by factors such as severity, frequency of the issue, and the number of users affected by it. For more details, please refer to the latest port related to this issue. We apologize for any inconvenience this may cause and appreciate your understanding.
Thank you for bringing this issue to our attention. After careful consideration, we will be closing the 2021.3.X port as this issue will be resolved in a newer release. This decision is determined by factors such as severity, frequency of the issue, and the number of users affected by it. For more details, please refer to the latest port related to this issue. We apologize for any inconvenience this may cause and appreciate your understanding.
Reproduction steps:
1. Open the attached “IN-32272.zip” project
2. Open Assets > SampleScene
3. Observe Game View
Expected result: The input field is visible
Actual result: The input field’s margin can’t be adjusted and hides the field’s value
Reproduced with: 2021.3.19f1, 2022.2.8f1, 2023.1.0b6, 2023.2.0a5
Could not test with: 2020.3.45f1 (can’t open UI Builder)
Reproducible on: Windows 10, macOS 13.2.1 (Intel)
Note:
Workaround :
Override the `.unity-base-text-field__input` padding in a stylesheet.
Sign in to see your voted issues