Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2019.4.X, 2020.1.X
Votes
0
Found in
2018.4
2019.3.12f1
2020.1
Issue ID
1252197
Regression
No
"Reference to type 'Vector4' claims it is defined in 'System.Numerics', but it could not be found" after recompiling scripts
How to reproduce:
1. Download the attached project(see notes for instructions)
2. Open the project
3. Open the files via an external script editor(reproduced with Rider):
Assets/LunaRuntime/Apollo/Events/EventValues.cs
Assets/LunaRuntime/Luna/Game/LunaImGuiWindows.cs
4. Add a comment to each of them and save, wait ~10 seconds without switching focus to Unity
5. After ~10 seconds switch focus to Unity
6. If after recompilation the errors do not appear - retry from step 3
Expected result: no errors are thrown
Actual result: "Reference to type 'Vector4' claims it is defined in 'System.Numerics', but it could not be found" errors are thrown
Reproducible with: 2019.4.8f1, 2020.1.2f1
Could not test with: 2018.4.26f1(project incompatible), 2020.2.0a20(Project starts with numerous errors, but the issue is not reproducible)
Notes:
2020.1.2f1 version of Unity displays errors after loading, but the issue was reproduced after upgrading from 2019.4.8f1
2020.2.0a20 version of Unity displays errors after loading(and requests API updating after launching), but the issue was not reproduced after upgrading from 2019.4.8f1
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
- [Android] PointerEventData.pointerId value is incorrect when pressing a finger on the screen
- Standard Unity Materials and Shaders become corrupted after importing specific Asset Packages
- [Linux][OpenGL][Vulkan] Draw calls are not shown in the Event List when taking a capture of a frame with RenderDoc
- Inaccurate collision detections when Rigidbody Collision Detection is set to "Continuous" or "Continuous Dynamic"
- Crash on Object::IncrementPersistentDirtyIndex when upgrading project version
Resolution Note (fix version 2020.2):
Fixed in 2020.2.0a17.