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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the 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.