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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment