Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.3.44f1
2021.3.17f1
2022.2.3f1
2023.1.0a26
Issue ID
UUM-24684
Regression
No
Mesh Collider error is thrown when transitioning from Scene to Scene in Play Mode
How to reproduce:
1. Open the user-attached “TestProject2” project
2. Open the “Empty” Scene
3. Enter Play Mode
4. Open the Console window
Expected result: Scenes transition without issues
Actual result: An error is thrown
Reproducible with: 2020.3.44f1, 2021.3.17f1, 2022.2.3f1, 2023.1.0a26
Reproduced on: macOS Ventura 13.1 (Intel), macOS Darwin 12.5.1 (Intel), Windows 11
Notes:
- Reproducible in Builds
- Full Error message: “This Mesh Collider is attached to GameObject at path 'Scn12_jianmo_longmu06_01_LOD1/Roof_05_ruined_white.005' with Mesh 'Scn12_jianmo_longmu06_Roof_05_ruined_white.005' as child of a non-uniform scale hierarchy, in Scene 'SampleScene'. Change the hierarchy scale to uniform, or mark the mesh read/write in order to be usable with the given transform.”
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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
Resolution Note:
The error message is legit. Some scale configurations do require the read/write access because the physics engine would have to bake that scaling and for that it requires the geometry access.