Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2020.3.7f1
2021.1
2021.1.5f1
Issue ID
1334935
Regression
Yes
Moving old binary Prefab fails with Assertion on byte and Invalid serialized file header
How to reproduce:
1. Open the attached "MovingPrefab.zip"
2. Duplicate the "Brown Pants" Prefab in the Project window (Assets -> Tutorial Resouces -> Prefabs -> Combatants)
3. Drag the "Brown Pants 1" Prefab to the Assets folder
4. Observe the dragged Prefab and the Console log
Expected result: Prefab is moved and no errors are thrown in the Console log
Actual result: The moved Prefab is broken and multiple errors are thrown in the Console log
Reproducible with: 2020.3.7f1, 2020.3.12f1, 2021.1.12f1
Not reproducible with: 2018.4.34f1, 2019.4.28f1, 2020.3.6f1, 2021.2.0a1, 2021.2.0b1
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 2021.2):
Not reproducible in 2021.1.0a1 and above