Search Issue Tracker
Fixed
Fixed in 1.0.X - Entities
Votes
0
Found in [Package]
1.0.0
Issue ID
ECSB-480
Regression
No
ParallelCreateContactsJob uses 1-2 milliseconds when two GameObject AABS are within each other and one of them has Shape Type set to "Mesh"
How to reproduce:
1. Open the “Mesh_AABS_Bug“ project
2. Open the “SampleScene”
3. Open the Standalone Profiler (Window > Analysis > Profiler (Standalone Process))
4. Enter Play Mode and wait for 5-10 seconds
5. Exit Play Mode
6. Observe the Profiler
Expected result: “NarrowPhase:ParallelCreateContactsJob (Burst)” Job Worker does not use more than 0.1 milliseconds
Actual result: “NarrowPhase:ParallelCreateContactsJob (Burst)” Job Worker uses 1-2 or more milliseconds
Reproduced with: 1.0.8, 1.0.10 (2022.3.2f1)
Reproduced on: Windows 11
Notes:
1. Reproducible in Player
2. Not reproducible when setting the “Island_3” GameObject “Physics Shape” Component’s Shape Type to “Convex Hull”
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment