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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note (fix version 2020.1):
Fixed the Stack overflow exception.