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
- Overlay Canvas is not visible when the Anti-aliasing field is set to FXAA and the Full Screen Pass Renderer Features’s Injection Point is set to “After Rendering Post Processing”
- The Particle System doesn't work when played through ContextMenu
- Crash on gles::UseGLSLProgram when shader fails to patch due to exceeding MAX_UNIFORM_LOCATIONS on Intel Tiger Lake chipset
- Crash on D3D12GetInterface when entering the Play mode
- Animation stops at the end of the transition duration when the Animator preview is played
Resolution Note (fix version 2020.1):
Fixed the Stack overflow exception.