Search Issue Tracker
Fixed in 10.2.0
Votes
0
Found in [Package]
5.3.1-preview
Issue ID
1283659
Regression
Yes
NullReferenceException is thrown when selecting multiple GameObjects with 'Decal Projector' Components that have unset Materials
How to reproduce:
1. Create a new project
2. Import the HD RP package from the Package Manager
3. In the Hierarchy window create a new GameObject
4. Add the 'Decal Projector' Component to the newly created GameObject
5. Make sure that the 'Material' field in the 'Decal Projector' Component is not assigned
6. Duplicate the GameObject at least 1 time
7. Select at least two GameObjets that have the 'Decal Projector' Component
Expected result: the GameObjects are selected successfully
Actual result: GameObject are selected but an error occurs: 'NullReferenceException: Object reference not set to an instance of an object'
Reproducible with: 5.3.1-preview (2019.3.0a1), 7.3.1 (2019.4.12f1), 8.2.0 (2020.1.9f1), 9.0.0-preview.54 (2020.2.0b6), 10.0.0-preview.27 (2020.2.0b7, 2021.1.0a2), 10.1.0 (2021.1.0a2)
Not reproducible with: 4.10.0-preview (2018.4.29f1), 5.2.3-preview (2019.3.0a1)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment