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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Resolution Note (fix version 1.2.X):
The bug has been fixed in the latest dots-1.2/staging branch.