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
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
- Crash on EditorApplication:Internal_CallUpdateFunctions when pushing property block by index to SpriteShapeRenderer
Resolution Note (fix version 12.0.0):
Fixed in HDRP 12.0.0 (2021.2.0b9, 2022.1.0a6)