Skip to main content

Huge Mesh usage

Test first!
Having just a few such meshes might actually be fine. Playable will do its best to apply appropriate compression to save on both wire size and startup time, so try running the build on target devices first before amending the mesh.

Message

Huge mesh usage, this might significantly increase output files size.

Explanation

Playable warns developers each time it encounters a mesh in use which is over 1Mb in size. In some cases, having such a sizeable mesh is fine, but for many instances (Playable Ads, Messenger Games etc) this might be a problem due to the impact on the build size. In addition to that, having a mesh collider using such a mesh will incur additional performance penalty as Physics engine will have to process each and every vertex at startup.

Steps to fix

Try using a simpler mesh geometry, or even employ techniques like Bump Mapping to keep the level of detail at acceptable level.