Search Issue Tracker
Fixed in 2021.1.X
Votes
0
Found in
2021.1.0a2
2021.1.0a8
Issue ID
1295412
Regression
Yes
[Improved prefabs] ArgumentNullException errors are thrown on selecting 'static-dropdown' in overrides window
On selecting static-dropdown in overrides window, 'ArgumentNullException' and 'NullReferenceException' errors thrown in console. Refer attached video and StackTrace.
Regression introduced in PR https://ono.unity3d.com/unity/unity/pull-request/113183/_/editor/replaceStaticAndLayerFieldsWithCustomDropdowns
Steps to reproduce:
1. Create a new project
2. Create two empty GameObjects "A" and "B" > Drag drop-in project to make prefabs
3. Make B a child of A.
4. Select A > In Override window select B > Open static-dropdown
Actual result:
ArgumentNullException errors are thrown on selecting static-dropdown in overrides window.
Expected result:
No errors in the console and static-dropdown should open gracefully.
Occuring in :
2021.1.0a8, 2021.1.0a2
Working fine in:
2021.1.0a1, 2020.2.0b14, 2020.1.12f1, 2019.4.14f1
Environment:
Windows10, macOS 10.15 and Ubuntu 18.04 LTS
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Add comment