I’m having this problem when adding [BurstCompile] to a IJobForEachWithEntity
getting this errors:
- The
try
construction is not supported by burst - The
catch
construction is not supported by burst - The
finally
construction (e.gforeach
/using
) is not supported by burst
the Error lead to a ForEach Loop
Is there a workaround for this?
is it planned to be supported by burst?