Search Issue Tracker
By Design
Votes
0
Found in [Package]
0.9.1-preview.15
Issue ID
1230602
Regression
No
[ECS] NotImplementedException exception is thrown on Standalone Builds when using .Net Standard 2.0 API Compatibility Level
Reproduction steps:
1. Open the attached project ("case_1230602-LightLambda.zip")
2. Open the repro scene ("SampleScene")
3. Enter Play Mode and notice that no errors are thrown
4. Exit Play Mode and make a Standalone build
5. Launch the build
Expected result: No errors are thrown
Actual result: 'NotImplementedException: byref delegate' exception is thrown for LightLambda class
Reproducible with: 2019.3.11f1, 2020.1.0b8, 2020.2.0a9
Couldn't test with 2018.4 (package is not supported)
Reproducible with package versions: 0.6.0-preview.24, 0.9.1-preview.15
Note: The issue does not reproduce when using .NET 4.x API Compatibility Level
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
- Render Pipeline Converter selected asset counter reports one fewer item when using manual selection
- [Android] [Adreno] [WebGL] A light cookie is not rendered with shader compile error when WebGL build is launched on a device with Adreno GPU
- Rigibody sliding over a flat surface that is made of several GameObjects detects false collisions when Collision Detection is set to "Continuous" or "Continuous Dynamic"
- UI Toolkit Label height is incorrectly calculated when using max-width with percentage value
- Visual Effect Material causes Scene view to update continuously when both Scene and Game views are open, despite "Always Refresh" being disabled
Resolution Note:
This code exercises a code path in the LINQ interpreter that is not implemented.