Search Issue Tracker
Fixed in 6000.0.42f1
Fixed in 6000.0.X, 6000.1.X, 6000.2.X, future release
Votes
0
Found in
6000.0.21f1
6000.1.0a1
6000.2.0a1
Issue ID
UUM-83161
Regression
Yes
Serialization errors are thrown when "com.unity.render-pipelines.core" is added as a custom package and Graphics window is opened
Reproduction steps:
1. Create a new 3D (URP) project
2. Close the Editor window
3. Move the “Library/PackageCache/com.unity.render-pipelines.core” folder to the “Packages” folder
4. In “package-lock.json” set “com.unity.render-pipeline.core” version to {{file:com.unity.render-pipelines.core}}
5. Open the project
6. Open the Graphics window (Edit > Project Settings > Graphics)
7. Open the Build Settings window (File > Build Settings)
8. Make sure “Development Mode” is enabled
9. Press “Build And Run” button
10. Observe the Player Console output
Expected result: No errors are thrown
Actual result: Serialization errors are thrown: {{A scripted object (probably ...) has a different serialization layout when loading. Did you #if UNITY_EDITOR a section of your serialized properties in any of your scripts?}}
Reproducible with: 2023.3.0a18, 6000.0.21f1
Not reproducible with: 2021.3.44f1, 2022.3.49f1, 2023.3.0a17
Reproducible on: Windows 10
Not reproducible on: No other environment tested
Note:
- This issue is closely related to UUM-76007 case, but was deemed to be another problem.
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
- Project Browser Icons use the wrong Theme and Users are not shown any indication that process will be deferred when switching Editor Theme in Play Mode
- Streaming is misspelled as "Steaming" in "Enable GPU Streaming" and "Enable Disk Streaming" tooltpis
- "IndexOutOfRangeException" thrown when moving caret left at start of TMP Input Field with rich text
- UIElements memory allocations grow when interacting with IMGUI custom Editor window
- AI Navigation Preferences are not indexed for Search and cannot be found when searching for them in the Preferences Search field
Resolution Note:
_