Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.2.0b5
Issue ID
1047591
Regression
No
[Burst] Compiler compilation failure when a job calls UnsafeUtility.IsBlittable<int>()
To reproduce:
1. Download attached project "ecs-rts.zip" and open in Unity
2. Open "SampleScene" scene
3. Press Jobs > Burst Inspector
4. Select "NativeListStorageListTest+SimpleJob" job
5. Press "Refresh Disassembly" button
6. Observe that you will get "The opcode instruction `IL_0001: ldtoken T` is not supported by burst" error
Notes:
- This issue appears on both Windows and OSX
- The full error log is in Comments section
- I believe the failure is not specific to int - any call to UnsafeUtility.IsBlittable causes the failure
Reproduced on Unity 2018.1.4f1, 2018.2.0b5 and 2018.2.0b8
Could not reproduce on Unity 2018.3.0a1 because project becomes corrupted
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The burger button icon is jittering left and right when resizing docked Animation window
- Property button overlaps with the Property name in the Animation window when the Animation window is docked and resized horizontally
- Animation window does not update when the GameObject with the Animation is deleted until the mouse cursor enters the Animation window
- “Label” name in Sprite Library Editor window lacks character limit causing long names go under the Object Field
- Triangle icon in Animation window’s Property button is barely visible in dark theme
Add comment