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
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
Resolution Note (fix version 12.0.0):
Fixed in HDRP 12.0.0 (2021.2.0b9, 2022.1.0a6)