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
- Crash on [NSApplication endModalSession:] when saving while Play Mode is loading
- Incorrect Preferred Height calculation when a single text line uses different Font Assets
- [ShaderGraph] Redo Collapse Nodes action does not fully collapse the Nodes
- [Ubuntu] Mouse cursor is set box select mode after exiting VFX Graph's Rename Context function
- Unrecognized identifier DECLARE_STACK_CB error is thrown when VirtualTexture Property is used with Custom RenderTexture target
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.