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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 1.4):
Fixed in Burst 1.4, we are now supporting using pattern