Search Issue Tracker
Fixed in 7.1.3
Votes
0
Found in [Package]
5.10.0, 7.1.2
Issue ID
1191896
Regression
No
NullReferenceException when attempting to remove entry from Renderer Features list after it has been removed and then undone
How to reproduce:
1. Create a new URP project
2. Create a Forward Renderer(Create > Rendering > Universal Rendering Pipeline > Forward Renderer)
3. Select it in the Project window and add Render Objects to the list of Renderer Features
4. Remove NewRenderObjects from the list by selecting it and clicking the minus symbol
5. Undo this action(Edit > Undo Inspector)
6. Attempt to remove the restored 'None' list entry
Expected result: the undo action is unavailable as noted in the pop-up warning when removing an entry from the list or the restored list entry is removable
Actual result: the undo action is available thus contradicting the pop-up warning; the restored list entry cannot be removed and throws NullReferenceExceptions
Reproducible with: 2019.2.10f1, 2019.3.0b7, 2020.1.0a9
Could not test with: 2017.4.33f1, 2018.4.11f1(package versions with Forward Renderer implementation unavailable)
Reproducible with package versions: 5.10.0, 7.1.2
Could not test with package versions: 4.10.0(Forward Renderer not yet implemented), 5.7.2, 5.9.0(Forward Renderer features list not working)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment