Steps to reproduce:
1. Open the attached “hdrp_test.zip” folder
2. Delete the Library and AssetBundles folders
3. Make sure you have the IL2CPP Scripting Backend installed on the version you are testing
4. Open a new Command Prompt Window
5. Run this command: EditorPath\Unity.exe -projectPath "projectPath\IN-84578_hdrp-test" -buildTarget win64 -batchMode -quit -executeMethod HB.Test.Run
6. Make sure to change the EditorPath and projectPath to the correct paths for those folders
7. Open the Editor.log after the Editor quits
8. Search for “Recursive serialization” in the Editor.log file
Expected result: “Recursive serialization” is not found in the Editor.log
Actual result: “Recursive serialization” appears in the Editor.log twice
Reproducible in: 2022.3.49f1, 6000.0.13f1
Not reproducible in: 6000.0.22f1
Fixed in: 6000.0.14f1
Couldn’t test in: 2021.3.44f1 (Unfixable compilation errors when loading the project)
Reproducible on: Windows 10 (22H2)
Not reproducible on: Windows 11