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
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
- Last segment of a Sprite Shape Spline is affected by other segments' Sprite Variant change when no edge Sprite is selected
Resolution Note (fix version 12.0.0):
Fixed in HDRP 12.0.0 (2021.2.0b9, 2022.1.0a6)