Search Issue Tracker
Fixed in 1.4.X
Votes
0
Found in [Package]
0.2.4-preview.45
Issue ID
1120514
Regression
No
[Burst] Uninformative compiler errors in Console Window when trying to use a foreach loop
How to reproduce:
1. Open attached project "case_1120514-BurstForeachError"
2. Make sure that "SampleScene" is opened
3. Enter Play Mode
4. Observer Console Window and Burst Inspector output
Expected result: no compiler errors appear in the Console Window
Actual result: compiler error related to "try" blocks not being supported appears in the Console Window
Reproducible with:2018.3.7f1, 2019.1.0b5, 2019.2.0a6
Could not test with: 2018.3.0a6 and older (compiler shows missing assembly reference for Burst attributes)
Reproducible with package versions: 0.2.4-preview.5, 0.2.4-preview.45
Note: changing the foreach loop into a regular for loop fixes the issue. More detailed errors than the ones shown in the Console Window after entering Play Mode can be seen in the Burst Inspector at any time
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
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
Resolution Note (fix version 1.4):
Fixed in Burst 1.4, we are now supporting using pattern