Search Issue Tracker
In Progress
In Progress in 2022.3.X
Votes
0
Found in
2022.3.49f1
Issue ID
UUM-83533
Regression
No
"Recursive serialization is not supported" error is shown when starting a project in batch mode when the Library folder is deleted
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
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
- Weird behaviour in TextMeshPro Link Example sample when hovering over single letters after hovering over a word
- RegisterValueChangedCallback is triggered when the Label of a TextField is changed
- Changing the Visual Element size moves it when two visual elements are close to each other
- Open Reference for Default Style Sheet asset redirects to missing page
Add comment