Search Issue Tracker
Fixed
Fixed in 1.3.X - Entities
Votes
1
Found in [Package]
1.2.0-pre.12 - Entities
1.3.X - Entities
Issue ID
ECSB-1019
Regression
No
“AnalyticsJobs:PhysicsBodiesAnalyticsJob” still gets called in the Editor when the Editor Analytics is disabled
Reproduction steps:
1. Open the attached “AnalyticsJobs” project
2. Open the Preferences window (Edit > Prefrences…)
3. Disable the Editor Analytics (General > Disable Editor Analytics) and restart the Editor
4. Open the “Assets/Benchmark/DynamicBenchmark/DynamicBencmarkECS” Scene
5. Open the Profiler window (Window > Analysis > Profiler)
6. Enter the Play mode
7. In the Profiler window click on any frame in the “CPU Usage” graph
8. Change the view to Hierarchy
9. In the search field type “PhysicsBodiesAnalytics”
Expected result: The search doesn’t show any results
Actual result: “AnalyticsJobs:PhysicsBodiesAnalyticsJob (Burst)” call is present in the search results
Reproducible with: 1.0.16 (2022.3.22f1), 1.1.0-pre.3 (2022.3.22f1), 1.2.0-pre.12 (2022.3.22f1, 2023.2.16f1, 6000.0.0b13)
Reproducible on: macOS 13.6.4 (Intel), Windows 11
Not reproducible on: No other environment tested
Note: If the call is not visible in the selected frame, select another frame, as in some frames the call is not being executed
Comments (1)
-
alemnunez
Mar 26, 2024 16:02
This is a pretty large problem for games heavy on physics. In my game it's taking over 1ms on each execution of the job (freezing everything else until it's completed). And because it happens in the fixed step, sometimes it causes physics to also be executed twice in a frame, adding to almost 3ms of wasted time in the same frame.
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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Resolution Note (fix version 1.3.X - Entities):
This should be fixed in the latest experimental release for dots - 1.3.0-exp.1