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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Add comment