Search Issue Tracker
Fixed in 7.1.6
Votes
3
Found in [Package]
7.1.5
Issue ID
1199488
Regression
Yes
[URP] ArgumentNullException is thrown when opening a prefab in a scene with Volume set to Global enabled
How to reproduce:
1. Open the SampleScene in the attached "199488_minimal.zip" project
2. In hierarchy, select cube
3. In inspector, select Prefab "open"
4. Observe errors in console
5. Go back to scene ("Scenes" button at the top of scene view)
6. In hierarchy, select VOLUME
7. disable volume script component
8. Select Cube, open prefab
9. Observe no errors print
Expected results: "Cube" prefab is opened without any errors when a volume is active in the loaded scene
Actual results: "Cube" prefab is opened but rendered incorrectly because argumentNullExceptions are thrown, when a volume is active in the loaded scene
Reproducible with: 2020.1.0a14 (Universal RP 7.1.5)
Not reproducible with: 2020.1.0a14 (Universal RP 7.1.2)
Note: all ways to enter prefab mode are affected when there is a Volume present
Note: volume settings do not have an effect
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Add comment