Search Issue Tracker
Fixed
Fixed in 1.8.8
Votes
0
Found in [Package]
1.8.4
Issue ID
BUR-2433
Regression
No
Burst Compiled Jobs are executed differently in Player and Editor when inspected with Profiler
How to reproduce:
1. Open the “BurstRepro“ project
2. Open the “SampleScene”
3. Open the Profiler (Window > Analysis > Profiler)
4. Enter Play Mode then wait 1-2 seconds and select a Frame in the Profiler
5. Expand and observe the “Job” section of the selected Frame
6. Exit Play Mode then enable “Development Build” and “Autoconnect Profiler” (File > Build Setting)
7. Build And Run then wait 1-2 seconds and exit the Player
8. Select a Frame in the Profiler
9. Expand and observe the “Job” section of the selected Frame
Expected result: Editor Play Mode and Player Burst Jobs have “MultiplyFloat3sByMultiplierJob” for each Worker thread which are displayed in a green color
Actual result: Editor Play Mode Burst Jobs have only “MultiplyFloat3sByMultiplierJob” for each Worker thread which are displayed in a green color while Player Burst Jobs have “MultiplyFloat3sByMultiplierJob” and “ExecuteJobFunction.Invoke()” for each Worker thread which are displayed in a blue color
Reproduced with: 1.6.6, 1.8.4 (2021.3.27f1), 1.8.7 (2021.3.27f1, 2022.3.4f1, 2023.1.2f1, 2023.2.0a21)
Reproduced on: Windows 11
Note: In 2021.3.27f1 the actual result is swapped
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment