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
-
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
- 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
Resolution Note (fix version 1.3.X - Entities):
This should be fixed in the latest experimental release for dots - 1.3.0-exp.1