Search Issue Tracker
Fixed in 12.0.0
Votes
0
Found in [Package]
12.0.0
Issue ID
1355168
Regression
Yes
[HDRP] Error messages are spammed when resolving HDRP Configuration issues in HDRP Wizard window
Reproduction steps:
1. Create a new HDRP template project
2. Import UnityJapanOffice from Asset Store via Package Manager ( https://assetstore.unity.com/packages/3d/environments/unityjapanoffice-152800 )
3. Restart the Editor
4. Open HDRP Wizard window (Window > Rendering > HDRP Wizard)
5. Select HDRP + VR tab
6. Click on Fix All
7. Observe the Console window
Expected result: no errors appear
Actual result: Console window is spammed with error messages
Reproducible with: HDRP 12.0.0 (2021.2.0b3, 2021.2.0b8, 2022.1.0a5)
Not reproducible with: HDRP 7.7.1 (2019.4.29f1), 10.6.0 (2020.3.16f1), 11.0.0 (2021.1.17f1), 12.0.0 (2021.2.0b2, 2021.2.0b9, 2022.1.0a6)
Notes: After restarting the Editor the issue is no longer reproducible.
Error messages:
1. (2021.2.0b3 & 2021.2.0b4)
UnityException: DestroyImmediate is not allowed to be called from a ScriptableObject constructor (or instance field initializer), call it in OnEnable instead. Called from ScriptableObject 'HDWizard'.
See "Script Serialization" page in the Unity Manual for further details.
2. (2021.2.0b5 and above)
Exception: HDProjectSettings.wizardIsStartPopup must be true
Add comment
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
Resolution Note (fix version 12.0.0):
Fixed in HDRP 12.0.0 (2021.2.0b9, 2022.1.0a6)