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
- The Multiplayer Play mode tool doesn't see the list of Play Mode scenarios when using 6000.3.x
- Input field does not update when selecting the same input field after previous input was canceled
- No warning thrown when modifying array size while editing multiple objects
- Root Motion Node option does not revert when changing the selection and clicking "Revert" in Inspector
- VFX Graph prefabs are not fully instanced when they are instantiated via a script
Resolution Note (fix version 1.4):
Fixed in Burst 1.4, we are now supporting using pattern