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
- The terrain appears darker when "Per-pixel Normal" is enabled
- [Linux] Editor assertion causes Test Runner to fail when executing it in Batch Mode
- Color selection by the mouse cursor is still enabled when the "Esc" button is pressed
- Game view becomes black and the Scene window becomes grey, “ArgumentOutOfRangeException” errors and “Render Pipeline error” warnings appear after changing the name or deleting URP/HDRP global settings file
- Transform Component is not accessible inside the Player when RuntimeInitializeOnLoadMethod is used
Resolution Note (fix version 2020.1):
Fixed the Stack overflow exception.