Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2017.4.X, 2018.3.X, 2019.1.X
Votes
0
Found in
2017.4.10f1
Issue ID
1094045
Regression
No
[Editor, Serialization] AssetBundle.LoadAssetAsync() corrupting last Asset in a set
Steps:
1. Open attached project ("TestDeserializationError.zip")
2. Open scene "TestDeserializationError1"
3. Enter Play mode
4. In Game tab, press button "Asynch Load Scene 2"
Expected: no error, the asset is loaded successfully.
Actual: The last asset doesn't display correctly and the console logs an error:
A script behaviour (script unknown or not yet loaded) has a different serialization layout when loading. (Read 32 bytes but expected 44 bytes)
Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
UnityEngine.AssetBundleRequest:get_asset(AssetBundleRequest)
.AssetLoadOp:get_Asset() (at Assets/External//Asset/BundledAssetLoader.cs:200)
.AssetLoadOp:OnUpdate() (at Assets/External//Asset/BundledAssetLoader.cs:254)
.AAsyncOperation:TickUpdate() (at Assets/External//AsyncOperation/AAsyncOperation.cs:18)
.AsyncOperator`1:TickUpdate() (at Assets/External//AsyncOperation/AsyncOperator.cs:35)
.BundledAssetLoader:TickUpdate() (at Assets/External//Asset/BundledAssetLoader.cs:109)
.Libs.DLC.DLCController:ServiceUpdate() (at Assets/Libs/Scripts/DLC/DLCController.cs:135)
.Utils.Services.ServicesManager:UpdateServices() (at Assets/Libs/Scripts/Utils/Services/ServicesManager.cs:389)
*.Utils.Services.ServicesUpdater:Update() (at Assets/Libs/Scripts/Utils/Services/ServicesUpdater.cs:148)
Reproduced with: 2017.4.14f1
Not reproduced with: 2018.2.14f1, 2018.3.0b8, 2019.1.0a6 (due to error in the Console)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment