Search Issue Tracker
Fixed in 2021.3.19f1
Fixed in 2021.3.X, 2022.2.X, 2023.1.X, 2023.1.0a26
Votes
0
Found in
2021.3.13f1
2022.2.0f1
2023.1.0a23
Issue ID
UUM-19137
Regression
No
Crash on Mesh::RecalculateTangents when Recalculating Tangents
How to reproduce:
- Open the “IN-19623” project
- Open the “Main Scene” scene
- Enter Play Mode
- In the Hierarchy select the “Main Mesh(Clone)” GameObject
- Add the “Mesh Editor” Component script
- Click the “Recalculate Tangents” button in the “Mesh Editor”
- Observe the crash
Reproducible with: 2021.3.13f1
Could not test with: 2020.3.41f1, 2022.1.23f1, 2022.2.0b15, 2023.1.0a19 (compiler errors I couldn’t fix)
Reproduced on: Windows 10 (Intel)
First lines of stack trace:
0x00007ff6bf1aa1d9 (Unity) Mesh::RecalculateTangents
0x00007ff6bcd1b23f (Unity) Mesh_CUSTOM_RecalculateTangentsImpl
0x00000216581aeedc (Mono JIT Code) (wrapper managed-to-native) UnityEngine.Mesh:RecalculateTangentsImpl (UnityEngine.Mesh,UnityEngine.Rendering.MeshUpdateFlags)
0x00000216581aeda3 (Mono JIT Code) UnityEngine.Mesh:RecalculateTangents (UnityEngine.Rendering.MeshUpdateFlags)
0x00000216581aed1b (Mono JIT Code) UnityEngine.Mesh:RecalculateTangents ()
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
Add comment