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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Resolution Note (fix version 12.0.0):
Fixed in HDRP 12.0.0 (2021.2.0b9, 2022.1.0a6)