Search Issue Tracker
By Design
Votes
0
Found in
2017.4.0f1
2018.3.2f1
2018.4.0f1
2019.2.0a1
2019.3.0a1
2020.1.0a1
Issue ID
1183836
Regression
No
Struct with marshalled byte/char array fails to be properly cloned by a linq query
How to reproduce:
1. Open user-submitted project (string_marshall_test) in OSX
2. Open the 'default' scene
3. Enter Play Mode
Expected result: device data is printed in the Console window without any errors
Actual result: device data fails to be cloned by the linq query and throws an ArgumentNullException
Reproducible with: 2017.4.33f1, 2018.4.11f1, 2019.2.8f1, 2019.3.0b6, 2020.1.0a8
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
- Bunch of "TargetParameterCountException" errors thrown in the Editor Console when opening the "Adaptive Probe Volumes" tab in the "Lighting" window
- Non-removable serialized data for a renderer feature still appears even when the renderer feature is deleted
- URP Cascaded Shadows do not have a falloff in Player when the Player is built not in Development Mode
- Grid in animation preview window is rendered on top of the object
- WebGPU Graphics.RenderPrimitives fails on MeshTopology.Quads with Validation errors when exceeding 64k vertices
Resolution Note:
The test case was behaving as expected.