Search Issue Tracker
Fixed in 2021.1.X
Votes
0
Found in
2018.4
2018.4.16f1
2020.2
Issue ID
1274470
Regression
No
Crash while inspecting BytesList values of a dictionary in VS debugger when using ArucoUnity plugin
Reproduction steps:
1. Open the user's attached project
2. Open the repro scene ("Assets\ArucoUnity\Scenes\CalibrateCamera")
3. Make sure that at least one webcam is connected to the machine
4. Open "ArucoCameraCalibration.cs" script and place a breakpoint on line 231
5. Attach VS debugger to the project
6. Enter Play Mode
7. Inspect "CalibrationBoard.Dictionary" BytesList values
Reproducible with: 2018.4.27f1, 2019.4.10f1, 2020.1.5f1, 2020.2.0b2
Notes:
1, Issue reproduces with both Mono and IL2CPP backends
2. Source code of the ArucoUnity plugin can be found here: https://github.com/NormandErwan/ArucoUnity
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
- Long Prefab save times when using Unity 2022.2 and higher
- Console displays error "UnityException: Creating asset at path Assets/Scenes/ .scenetemplate failed." during scene template saving
- "Development Build" watermark is shown in non-development UWP release builds
- Console errors appear when the Inspector is set to Debug and a GameObject is selected
- A script public variable value is not used when set in the Inspector window
Resolution Note (fix version 2021.1):
Filed upstream issue: https://github.com/mono/mono/issues/20367 -- Bug resides in how mono allows for incorrect marshaling to occur. Will reactivate bug once the issue has been fixed upstream.
Fixed in 2021.1.0a1