Search Issue Tracker
Fixed
Votes
0
Found in
6000.0.4f1
Issue ID
UUM-79319
Regression
Yes
Unclearable missing reference errors appear when API compatibility is set to Net Framework and Editor compatibility is set to Net Standard.
*Steps to reproduce:*
1. Start a new project with the Universal 3D Core Template
2. Got to project settings and change the API compatibility is set to Net Framework and Editor compatibility is set to Net Standard.
3. Wait for the compilation to finish
*Actual results:* Notice the console errors:
Library\PackageCache\com.unity.render-pipelines.core\Editor\Lighting\ProbeVolume\ProbeGIBaking.Serialization.cs(329,25): error CS7069: Reference to type 'ReadOnlySpan<>' claims it is defined in 'mscorlib', but it could not be found
*Expected results:*
No console errors.
*Reproducible with versions:* 6000.0.4f1 to 6000.0.18f1
*Not reproducible with versions:* 6000.0.3f1 or older
*Tested on (OS):* Windows 11, Ubuntu 20.04. Cannot repro on Mac
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
- WebGL build dependencies are not refreshed until the Editor is restarted
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
Resolution Note:
Fixed by another internal issue: UUM-78289: Unclearable Error is thrown when using IL2CPP and .Net Framework