Search Issue Tracker
Fixed in 2017.3.0f3
Fixed in 2017.1.X, 2017.2.X
Votes
3
Found in
4.5.4f1
Issue ID
634364
Regression
No
A yield statement inside a lambda expression which is a callback of another coroutine causes an Internal compiler error
To Reproduce:
1. Open the attached project, an 'Internal compiler error' is thrown because of the 'yield break' in line 70.
2. If you use a different yield statement for example 'yield return null' instead you get the expected 'The yield statement cannot be used inside anonymous method blocks' error.
3. The compiler doesn't break if the MyCallback delegate is defined outside and only passed to the new coroutine, then you also get the expected error.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment