Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.3.0a8
2019.4
2019.4.14f1
2020.2
2021.1
2021.2
Issue ID
1306672
Regression
Yes
ScrollRect stays unresponsive after changing its size to float.PositiveInfinity and then returning it back to a numeric value
How to reproduce it:
1. Open the attached project ("ScrollRectInfinityBug.zip")
2. Load "IssueScene" Scene
3. Enter Play Mode
4. Observe Scroll View in the Game view
Expected result: Scroll View is responsive to mouse events and it is scrollable
Actual result: Scroll View is unresponsive to mouse events
Reproducible with: 2019.3.0a8, 2019.4.19f1, 2020.2.3f1, 2021.1.0b4, 2021.2.0a3
Not reproducible with: 2018.4.31f1, 2019.3.0a7
Notes:
- After the change the ScrollRect size to float.PositiveInfinity, it is possible to change the size of ScrollRect and it will have an effect, but ScrollRect will be not usable and unresponsive
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
- Animator state transition preview clips are flickering when zooming in
- [Tile Palette] Sprites not rendering when brush tool "Paint a filled box with active brush" is used for the first time
- Longer Shader Graph Property Reference names breaks VFX Graph Output Particle Node
- "DebugAllocatorMode" option changes when changed in another Editor instance
- UITK Debugger new Classes element is not created with no information or warnings thrown when adding more than one element with the default name
Resolution Note (2021.2.X):
The issue is that our back end has changed and no longer can recover from a infinite size. The change was done to support the TransformDispatchSystem and can not be undone. Unfortunately there is very little we can do.