Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2019.3.0b10
2020.1.0a6
2020.1.0a17
Issue ID
1206654
Regression
Yes
[2D] StackOverflowException is thrown when "Scroll View(Rect Transform)" is assigned to Content property in ScrollRect Component
On assigning "Scroll View (Rect Transform)" to Content property in the Scroll Rect Component throw StackOverflowException, refer attached Video.
Steps to repro:
1. Create a new project with 2D Template
2. Hierarchy > Create > UI > Scroll View
3. Inspector > Scroll Rect > Content > Scroll View (Rect Transform)
Actual Result:
StackOverflowException is thrown
Expected Result:
Scroll View (Rect Transform) Content property get selected without any exception
Note: Refer attached StackOverflowException.docx file for "Stack trace"
Reproducible in:
2020.1.0a17, 2020.1.0a6, 2019.3.0f5 (9134dab13572), 2019.3.0b10
Working Fine in:
2020.1.0a5, 2019.3.0b9, 2019.2.13f1
Environment:
Windows10 and macOS 10.14
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
- Buttons in the Overlay Menu in the Scene View are all gray even if they're activated when Game View is maximized and minimized
- NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
- Editor crashes on PrepareSpriteTilingData when exiting Play mode
Resolution Note (fix version 2020.1):
Fixed the Stack overflow exception.