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
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
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.