Search Issue Tracker
Won't Fix
Unknown (hidden) 2021.3.X, 2022.1.X
Votes
0
Found in
2021.3.6f1
2022.1.9f1
Issue ID
UUM-11518
Regression
No
The scrollbars are moving as one when scrolling one of the scrollbars in the Array of Text Fields
How to reproduce:
1. Open the attached project “Scrollbar”
2. Open the “Intro Level” scene
3. Select the “Dialogue Manager” GameObject
4. Expand the Choice Results Array on the “Dialogue Manager (Script)” Component in the Inspector tab
5. Scroll the Text Field of one of the Array’s object
Expected result: Only one selected Text Field is scrolled
Actual result: All the scrollbars in the Array are moving
Reproduced with: 2021.3.6f1, 2022.1.9f1
Not reproduced with: 2022.2.0a16, 2022.2.0b1, 2023.1.0a3
Could not test with: 2020.3.36f1, 2022.2.0a1, 2022.2.0a15 (Script can’t be loaded)
Reproduced on: Windows 11 Pro
Workaround: Make the Inspector tab wider or detach it
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note:
We are moving towards using UITK for all the editor's inspectors which also includes this use case hence why it was not being able to reproduce on newer versions (2022.1 onward). The solution would be bumped the version to 2022 and make sure that the "Use IMGUI Default Inspector" (Edit > Project Settings > Editor) is turned off.