Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.2
2020.2.3f1
2021.1
2021.2
Issue ID
1313726
Regression
No
"Couldn't create a Convex Mesh from source mesh" message appears in Player.log when Scene is loaded from AssetBundle in Build
How to reproduce:
1. Open the user's attached "ProxyTest" project
2. Open custom Build window (Build->Build...)
3. Set a build path in the Build path section and press "Build And Run"
4. When the Debug window pops up press "OK"
5. Once the Build launches quit and open the Player.Log (C:\Users\username\AppData\LocalLow\DefaultCompany\ProxyTest\Player.log)
Expected results: There are no errors
Actual results: There's "Couldn't create a Convex Mesh from source mesh "p_MediumRock_02_N" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh." error in the Player.log
Reproducible with: 2020.2.4f1, 2021.1.0b7, 2021.2.0a4
Could not test with: 2018.4.31f1, 2019.4.20f1, 2020.2.0a19 because of the CS1061, CS0117, CS0115, CS0453 errors
Notes:
- The issue has been tested and reproduced on Windows 10
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
- Unused Particle System Renderer Mesh settings cause performance degradation when calling SetActive
- Project Browser shows the Asset folder empty when Select Dependencies is clicked without any asset selected
- Export as JSON and CSV options missing from the Quick Search save feature
- Crash on IMGUI::GUIWindow::OnGUI when rendering scene view window in play mode in a specific project
- "FileNotFoundException" & "IOException" thrown when adding "User" Index after deleting "Assets" Index in Search Index Manager window
Resolution Note:
Error is coming from the "MediumRock_02" prefab in the "models" bundle loading as a dependency of the scene. This prefab has convex turned on and thus the error.