Search Issue Tracker
Fixed
Fixed in 1.2.X
Votes
0
Found in [Package]
1.1.0-exp.1 - Entities
1.2.X
Issue ID
ECSB-750
Regression
No
InvalidOperationExceptions are being thrown constantly when the "Shape Type" field in the "Physics Shape" component is set to "Convex Hull" or "Mesh" values
Reproduction steps:
1. Open the attached project “PhysicsBugRepro”
2. Open the “Assets/Scenes/SampleScene” Scene
3. In the Hierarchy window, enable the “Physics” SubScene
4. Select the “Physics” > “Cube” GameObject
5. In the Inspector window “Physics Shape” component, change the “Shape Type” field to “Convex Hull” or “Mesh”
6. Inspect the Console window
Expected result: There are no messages in the Console window
Actual result: The “InvalidOperationException” Error is being thrown repeatedly while the “Shape Type” is set to “Convex Hull” or “Mesh”
Reproducible with: 1.0.8 (2022.3.12f1), 1.1.0-exp.1 (2022.3.12f1)
Reproducible on: macOS 13.5.2
Not reproducible on: No other environment tested
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
- GetCurrentAnimatorClipInfoCount() and GetNextAnimatorClipInfoCount() return 0 when animator is in transition
- 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
Resolution Note (fix version 1.2.X):
The bug has been fixed in the latest dots-1.2/staging branch.