Search Issue Tracker
By Design
Votes
14
Found in
2017.4.0f1
2018.3.0a1
2018.3.11f1
2019.1.0a1
2019.2.0a2
2019.3.0a1
Issue ID
1143071
Regression
No
Assetbundle is not loaded correctly when they reference a script in custom DLL which contains [System.Serializable] in the build
Steps to reproduce:
1. Open "Fogbuzz issue 1143071" from Own Cloud link
2. Navigate to the buildWithoutDLL folder and open "Beweegvloer" build
-- Notice that ps.Paths[0].Tiles == null
Expected results: DLL files with Serializable class are red in when the project is built
Actual results: DLL files with Serializable class are not red when the project is built
Reproducible with: 2017.4.29f1, 2018.4.2f1, 2019.1.7f1, 2019.2.0b6, 2019.3.0a5
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
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Resolution Note (2020.2.X):
Unfortunately we currently do not support serializable objects (also ScriptableObjects, MonoBehaviours, etc.) from assemblies loaded using Assembly.Load.
It is on our to-do list for the future, though!